aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-10jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f...Ranjit Mathew1-8/+30
2003-02-26jcf-write.c (generate_classfile): Check whether class is deprecated before wr...Tom Tromey1-2/+2
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-1/+30
2003-01-29* jcf-write.c (generate_bytecode_conditional): Typo fixes.Tom Tromey1-2/+2
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-5/+5
2003-01-18Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).Kaveh R. Ghazi1-0/+1
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-168/+66
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-70/+65
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-1/+0
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-12-20re PR java/8955 (switch case statement causes gcj to throw segmentation fault)Tom Tromey1-2/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-22jcf-write.c (write_classfile): Remove target class file...Ranjit Mathew1-0/+9
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-13/+10
2002-08-09jcf-write.c (get_access_flags): Return correct access flags for private and p...Bryce McKinlay1-0/+4
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey1-3/+5
2002-06-04* jcf-write.c (perform_relocations): Optmize a goto to a goto.Tom Tromey1-0/+31
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-6/+5
2002-05-14jcf-write.c (write_classfile): Unlink the temporary file if it cannot be rena...Mark Mitchell1-4/+5
2002-05-08jcf-write.c (write_classfile): Write the file to a temporary file and then re...Mark Mitchell1-3/+15
2002-04-22jcf-write.c (push_long_const): lo, hi: New variables.Andrew Haley1-5/+10
2002-04-17jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero.Mark Wielaard1-1/+2
2002-03-12* jcf-write.c (write_classfile): Improve error strings.Bryce McKinlay1-2/+2
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-1/+5
2001-12-21For PR java/4509:Tom Tromey1-2/+7
2001-12-21For PR java/4766:Tom Tromey1-38/+82
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-12-03decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner1-74/+3
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-19re PR java/1401 (+= semantics not correct (when generating bytecode))Tom Tromey1-1/+60
2001-11-08Patch for PR java/1414:Tom Tromey1-1/+2
2001-10-11parse.y (patch_synchronized_statement): Use a TRY_FINALLY_EXPR rather than a ...Per Bothner1-13/+2
2001-10-08re PR java/4489 (bytecode generation endless loop with certain switch() exprs)Tom Tromey1-2/+4
2001-09-17re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify)Tom Tromey1-0/+1
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco1-2/+2
2001-08-30jcf-write.c (generate_classfile): Check that field is primitive or string bef...Per Bothner1-1/+3
2001-08-30jcf-write.c (generate_classfile): Don't write ConstantValue attribute if fiel...Per Bothner1-1/+4
2001-08-28jcf-write.c (generate_bytecode_insns): For increments and decrements just rec...Per Bothner1-14/+6
2001-08-28jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion...Mark Mitchell1-2/+9
2001-08-17[multiple changes]Alexandre Petit-Bianco1-1/+2
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-1/+1
2001-05-12java-tree.def (JAVA_EXC_OBJ_EXPR): New.Richard Henderson1-1/+1
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-26jcf-write.c (generate_bytecode_insns case SWITCH_EXPR): Fix thinko: If a sing...Per Bothner1-14/+14
2001-04-04java-tree.h (CONSTANT_VALUE_P): New macro.Per Bothner1-5/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-5/+3
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson1-2/+1
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner1-42/+36
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-3/+26