aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-3/+1
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner1-0/+4
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+1
2004-08-16jcf-write.c (find_constant_index): Canonicalize NaNs when generating bytecode.Andrew Haley1-0/+13
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-7/+10
2004-07-20tree.h: Include vec.hNathan Sidwell1-6/+6
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-5/+5
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay1-1/+17
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-3/+2
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-19/+8
2004-06-29* jcf-write.c (get_classfile_modifiers): Formatting fixes.Bryce McKinlay1-3/+4
2004-06-27re PR java/15715 (member interfaces are always static)Bryce McKinlay1-3/+28
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