aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-6/+3
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+9
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2011-04-29re PR middle-end/48819 (350 execution failures in 64-bit libjava testsuite on...Richard Guenther1-5/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-16re PR java/46386 (negative shift count in build_constants_constructor for 16 ...Joern Rennecke1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05constants.c (build_constants_constructor): Use build_constructor instead of b...Nathan Froyd1-22/+29
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+6
2010-05-14re PR middle-end/44103 (New Java test failures)Nathan Froyd1-5/+6
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+3
2009-04-27re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)Richard Guenther1-0/+9
2008-10-15constants.c (build_constant_data_ref): Make sure we only build one copy of th...Andrew Haley1-13/+17
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-7/+7
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-8/+6
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+0
2007-11-18constants.c (build_constants_constructor): Use POINTER_SIZE insead of BITS_PE...David Daney1-4/+4
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-6/+5
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley1-31/+37
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-8/+24
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-1/+22
2006-02-07re PR java/25535 (gcj broken on 64-bit big-endian systems)Andrew Haley1-2/+10
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-2/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-3/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-1/+0
2005-05-03constants.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-9/+63
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-4/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-8/+7
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-3/+3
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-2/+2
2004-06-27Formatting fixes.Ranjit Mathew1-1/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-1/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-19/+23
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-6/+6
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm1-2/+18