Age | Commit message (Expand) | Author | Files | Lines |
2005-02-14 | re PR java/19921 (wrong argument count for invokeInterface with new multidime... | Tom Tromey | 1 | -0/+1 |
2005-02-01 | jcf-write.c (generate_bytecode_insns): Implement RSHIFT_EXPR of unsigned type... | Roger Sayle | 1 | -1/+3 |
2005-01-24 | re PR java/19295 (Incorrect bytecode produced for bitwise AND) | Roger Sayle | 1 | -9/+17 |
2005-01-21 | re PR java/18091 (Valgrind errors building libjava) | Andrew Pinski | 1 | -2/+4 |
2004-11-24 | expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO... | Steven Bosscher | 1 | -3/+1 |
2004-09-29 | check-init.c (check_init): Handle USE_MAPPED_LOCATION case. | Per Bothner | 1 | -0/+4 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -2/+1 |
2004-08-16 | jcf-write.c (find_constant_index): Canonicalize NaNs when generating bytecode. | Andrew Haley | 1 | -0/+13 |
2004-07-24 | boehm.c (set_bit): Improve type safety wrt unsignedness. | Mike Stump | 1 | -7/+10 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -6/+6 |
2004-07-18 | builtins.c (max_builtin, [...]): Replace calls to build with buildN. | Roger Sayle | 1 | -5/+5 |
2004-07-10 | re PR java/8618 (call to private constructor allowed for anonymous inner class) | Bryce McKinlay | 1 | -1/+17 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -3/+2 |
2004-07-02 | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 1 | -19/+8 |
2004-06-29 | * jcf-write.c (get_classfile_modifiers): Formatting fixes. | Bryce McKinlay | 1 | -3/+4 |
2004-06-27 | re PR java/15715 (member interfaces are always static) | Bryce McKinlay | 1 | -3/+28 |
2004-05-31 | jcf-write.c (generate_bytecode_conditional): Correct handling of unordered co... | Bryce McKinlay | 1 | -4/+7 |
2004-05-29 | jcf-write.c (generate_bytecode_conditional): Handle binops UNLT_EXPR, UNLE_EX... | Bryce McKinlay | 1 | -0/+35 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+2 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-23 | re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe) | Tom Tromey | 1 | -3/+5 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -4/+13 |
2003-12-20 | class.c: Remove uses of "register" specifier in declarations of arguments and... | Kazu Hirata | 1 | -5/+5 |
2003-10-22 | jcf-write.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-10-22 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -3/+3 |
2003-09-30 | jcf-write.c (generate_bytecode_insns): Implement evaluate-once semantics for ... | Roger Sayle | 1 | -1/+31 |
2003-09-28 | c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa... | Richard Henderson | 1 | -4/+2 |
2003-09-23 | jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ... | Roger Sayle | 1 | -2/+2 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -2/+2 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -2/+2 |
2003-09-18 | * jcf-write.c (generate_bytecode_insns): Add support for fconst_2. | Roger Sayle | 1 | -2/+3 |
2003-09-18 | jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR. | Andrew Haley | 1 | -0/+17 |
2003-08-12 | parse.y (java_check_regular_methods): Typo fixes. | Tom Tromey | 1 | -0/+6 |
2003-07-19 | fixfixes.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -16/+13 |
2003-07-03 | system.h: Include filenames.h. | Zack Weinberg | 1 | -4/+0 |
2003-06-09 | Make-lang.in (JAVA_OBJS, [...]): Update. | Neil Booth | 1 | -1/+1 |
2003-05-13 | diagnostic.c (output_format): Add support for %m. | Zack Weinberg | 1 | -4/+4 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -5/+5 |
2003-04-10 | [multiple changes] | Andrew Haley | 1 | -8/+17 |
2003-03-10 | jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f... | Ranjit Mathew | 1 | -8/+30 |
2003-02-26 | jcf-write.c (generate_classfile): Check whether class is deprecated before wr... | Tom Tromey | 1 | -2/+2 |
2003-02-24 | lang-options.h: Added -Wdeprecated. | Tom Tromey | 1 | -1/+30 |
2003-01-29 | * jcf-write.c (generate_bytecode_conditional): Typo fixes. | Tom Tromey | 1 | -2/+2 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2003-01-18 | Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H). | Kaveh R. Ghazi | 1 | -0/+1 |
2003-01-16 | arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -168/+66 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -70/+65 |
2003-01-09 | expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros. | Kaveh R. Ghazi | 1 | -1/+0 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+6 |