aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-31jcf-write.c (generate_bytecode_conditional): Correct handling of unordered co...Bryce McKinlay1-4/+7
2004-05-29jcf-write.c (generate_bytecode_conditional): Handle binops UNLT_EXPR, UNLE_EX...Bryce McKinlay1-0/+35
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-23re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe)Tom Tromey1-3/+5
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-4/+13
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-5/+5
2003-10-22jcf-write.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-10-22ChangeLog: Fix typos.Kazu Hirata1-3/+3
2003-09-30jcf-write.c (generate_bytecode_insns): Implement evaluate-once semantics for ...Roger Sayle1-1/+31
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-4/+2
2003-09-23jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ...Roger Sayle1-2/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-18* jcf-write.c (generate_bytecode_insns): Add support for fconst_2.Roger Sayle1-2/+3
2003-09-18jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR.Andrew Haley1-0/+17
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-0/+6
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-16/+13
2003-07-03system.h: Include filenames.h.Zack Weinberg1-4/+0
2003-06-09Make-lang.in (JAVA_OBJS, [...]): Update.Neil Booth1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-4/+4
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+5
2003-04-10[multiple changes]Andrew Haley1-8/+17
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