aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-02-17class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley1-2/+5
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-3/+6
1998-11-12class.c: Remove some unused variables.Per Bothner1-4/+19
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+453