| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -1/+0 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -1/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -4/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -3/+0 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+10 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 2014-05-17 | 1 | -6/+3 |
* | rm a bunch of _stat allocation functions | Trevor Saunders | 2014-05-17 | 1 | -2/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -9/+9 |
* | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 2012-08-14 | 1 | -2/+2 |
* | re PR middle-end/48819 (350 execution failures in 64-bit libjava testsuite on... | Richard Guenther | 2011-04-29 | 1 | -5/+2 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+1 |
* | re PR java/46386 (negative shift count in build_constants_constructor for 16 ... | Joern Rennecke | 2010-11-16 | 1 | -2/+2 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -0/+1 |
* | constants.c (build_constants_constructor): Use build_constructor instead of b... | Nathan Froyd | 2010-07-05 | 1 | -22/+29 |
* | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 2010-06-08 | 1 | -3/+6 |
* | re PR middle-end/44103 (New Java test failures) | Nathan Froyd | 2010-05-14 | 1 | -5/+6 |
* | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 2009-06-12 | 1 | -2/+3 |
* | re PR java/38374 (constant pool references have wrong types in ADDR_EXPR) | Richard Guenther | 2009-04-27 | 1 | -0/+9 |
* | constants.c (build_constant_data_ref): Make sure we only build one copy of th... | Andrew Haley | 2008-10-15 | 1 | -13/+17 |
* | jcf-path.c (jcf_path_init): Don't name variable 'try'. | Tom Tromey | 2008-06-24 | 1 | -7/+7 |
* | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 2008-06-20 | 1 | -8/+6 |
* | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 2008-04-23 | 1 | -2/+0 |
* | constants.c (build_constants_constructor): Use POINTER_SIZE insead of BITS_PE... | David Daney | 2007-11-18 | 1 | -4/+4 |
* | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 2007-07-31 | 1 | -6/+5 |
* | expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r... | Andrew Haley | 2007-02-02 | 1 | -31/+37 |
* | Merged gcj-eclipse branch to trunk. | Tom Tromey | 2007-01-09 | 1 | -8/+24 |
* | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 2006-04-24 | 1 | -1/+22 |
* | re PR java/25535 (gcj broken on 64-bit big-endian systems) | Andrew Haley | 2006-02-07 | 1 | -2/+10 |
* | java-gimplify.c: Use gcc_assert and gcc_unreachable throughout. | Ben Elliston | 2006-02-03 | 1 | -2/+1 |
* | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 2005-07-20 | 1 | -3/+4 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | builtins.c (define_builtin): Don't call make_decl_rtl. | Richard Henderson | 2005-05-24 | 1 | -1/+0 |
* | constants.c, [...]: Update copyright. | Kazu Hirata | 2005-05-03 | 1 | -1/+1 |
* | re PR java/19285 (Interfaces not initialized by static field access) | Andrew Haley | 2005-04-29 | 1 | -9/+63 |
* | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 2004-08-25 | 1 | -4/+4 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -8/+7 |
* | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 2004-08-05 | 1 | -3/+3 |
* | builtins.c (max_builtin, [...]): Replace calls to build with buildN. | Roger Sayle | 2004-07-18 | 1 | -2/+2 |
* | Formatting fixes. | Ranjit Mathew | 2004-06-27 | 1 | -1/+2 |
* | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 2004-06-21 | 1 | -1/+2 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -19/+23 |
* | re PR java/12755 (Binary Compatibility: Resolving static methods and classes ... | Andrew Haley | 2004-01-09 | 1 | -6/+6 |
* | re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ... | Jeff Sturm | 2003-11-25 | 1 | -2/+18 |
* | tree.c (build_constructor): New function. | Zack Weinberg | 2003-04-13 | 1 | -4/+3 |
* | * constants.c (set_constant_entry): Allocated cleared memory. | Tom Tromey | 2003-01-23 | 1 | -2/+9 |