summaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-6/+3
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-171-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+9
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* re PR middle-end/48819 (350 execution failures in 64-bit libjava testsuite on...Richard Guenther2011-04-291-5/+2
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* re PR java/46386 (negative shift count in build_constants_constructor for 16 ...Joern Rennecke2010-11-161-2/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* constants.c (build_constants_constructor): Use build_constructor instead of b...Nathan Froyd2010-07-051-22/+29
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-3/+6
* re PR middle-end/44103 (New Java test failures)Nathan Froyd2010-05-141-5/+6
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-2/+3
* re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)Richard Guenther2009-04-271-0/+9
* constants.c (build_constant_data_ref): Make sure we only build one copy of th...Andrew Haley2008-10-151-13/+17
* jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey2008-06-241-7/+7
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-8/+6
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-2/+0
* constants.c (build_constants_constructor): Use POINTER_SIZE insead of BITS_PE...David Daney2007-11-181-4/+4
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-6/+5
* expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley2007-02-021-31/+37
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-8/+24
* lang.c (java_init): Handle flag_indirect_classes.Andrew Haley2006-04-241-1/+22
* re PR java/25535 (gcj broken on 64-bit big-endian systems)Andrew Haley2006-02-071-2/+10
* java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston2006-02-031-2/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-3/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson2005-05-241-1/+0
* constants.c, [...]: Update copyright.Kazu Hirata2005-05-031-1/+1
* re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley2005-04-291-9/+63
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-4/+4
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-8/+7
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-3/+3
* builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle2004-07-181-2/+2
* Formatting fixes.Ranjit Mathew2004-06-271-1/+2
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-1/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-19/+23
* re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley2004-01-091-6/+6
* re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm2003-11-251-2/+18
* tree.c (build_constructor): New function.Zack Weinberg2003-04-131-4/+3
* * constants.c (set_constant_entry): Allocated cleared memory.Tom Tromey2003-01-231-2/+9