aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-4/+3
2003-01-23* constants.c (set_constant_entry): Allocated cleared memory.Tom Tromey1-2/+9
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-63/+21
2003-01-10Merge from pch-branch.Geoffrey Keating1-21/+43
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-5/+5
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-4/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-6/+4
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-9/+3
2001-04-26jcf-write.c (generate_bytecode_insns case SWITCH_EXPR): Fix thinko: If a sing...Per Bothner1-1/+9
2001-03-26constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-3/+4
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-2/+0
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2000-10-13Remove obstacks.Mark Mitchell1-7/+1
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-7/+12
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-2/+5
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-2/+3
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1-2/+5
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-6/+12
1999-03-12Warning fixes:Kaveh R. Ghazi1-1/+1