| Commit message (Expand) | Author | Age | Files | Lines |
* | 2003-10-20 Kelley Cook <kcook@gcc.gnu.org> | kcook | 2003-10-21 | 2 | -53/+81 |
* | * Makefile.in (install-info): Simplify. | mmitchel | 2003-10-20 | 2 | -21/+13 |
* | gcc: | neroden | 2003-10-14 | 2 | -1/+6 |
* | * decl.c (java_init_decl_processing): Declare signers field. | tromey | 2003-10-09 | 3 | -0/+7 |
* | * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names | jason | 2003-10-09 | 3 | -2/+9 |
* | PR bootstrap/12512 | mmitchel | 2003-10-06 | 2 | -4/+11 |
* | * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros. | kcook | 2003-10-05 | 4 | -4/+8 |
* | Added a missing ChangeLog Entry: | aph | 2003-10-03 | 1 | -0/+5 |
* | 2003-10-01 Andrew Haley <aph@redhat.com> | aph | 2003-10-01 | 6 | -97/+232 |
* | * jcf-write.c (generate_bytecode_insns): Implement evaluate-once | sayle | 2003-09-30 | 2 | -1/+36 |
* | * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not | rth | 2003-09-28 | 6 | -29/+29 |
* | * expr.c (java_check_reference): Use the semantics of COND_EXPRs | sayle | 2003-09-28 | 2 | -4/+7 |
* | * decl.c (java_optimize_inline, dump_function): Remove. | jsturm | 2003-09-28 | 5 | -53/+18 |
* | * toplev.c (flag_evaluation_order): New global variable. | sayle | 2003-09-28 | 4 | -11/+17 |
* | 2003-09-27 Alexandre Petit-Bianco <apbianco@redhat.com> | tromey | 2003-09-27 | 2 | -21/+31 |
* | * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value. | ro | 2003-09-24 | 2 | -17/+22 |
* | * jcf-write.c (generate_bytecode_insns): Optimize binary operations | sayle | 2003-09-23 | 2 | -2/+7 |
* | * decl.c (java_init_decl_processing): Don't emit otable decls | jsturm | 2003-09-23 | 2 | -10/+19 |
* | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | rth | 2003-09-22 | 7 | -31/+38 |
* | * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | rth | 2003-09-21 | 7 | -33/+36 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 5 | -24/+23 |
* | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 3 | -2/+5 |
* | * jcf-write.c (generate_bytecode_insns): Add support for fconst_2. | sayle | 2003-09-18 | 2 | -2/+7 |
* | 2003-09-16 Andrew Haley <aph@redhat.com> | aph | 2003-09-18 | 2 | -0/+21 |
* | 2003-09-17 Ranjit Mathew <rmathew@hotmail.com> | tromey | 2003-09-17 | 2 | -7/+21 |
* | * class.c (add_miranda_methods): Ensure super-interfaces are laid | bryce | 2003-09-17 | 2 | -4/+11 |
* | Cleaned up Jan's ChangeLog entries | kcook | 2003-09-16 | 1 | -2/+2 |
* | * cgraphunit.c (cgraph_finalize_function): Add nested arg. | rth | 2003-09-11 | 2 | -1/+6 |
* | * cgraphunit.c (cgraph_finalize_function): Remove unused argument. | rth | 2003-09-10 | 2 | -1/+6 |
* | * decl.c (java_expand_body): New function. | jsturm | 2003-09-03 | 8 | -45/+206 |
* | * builtins.c (enum builtin_type): Delete unused enumeration. | sayle | 2003-09-03 | 3 | -29/+6 |
* | * gcj.texi (Extensions): Document gcjlib URLs. | tromey | 2003-08-28 | 2 | -0/+19 |
* | 2003-01-31 Andrew Haley <aph@redhat.com> | aph | 2003-08-20 | 1 | -4/+30 |
* | * gcj.texi (Extensions): Added xref. | tromey | 2003-08-20 | 2 | -1/+17 |
* | * gcj.texi (Invoking gij): Document -X and -?. | tromey | 2003-08-13 | 2 | -1/+13 |
* | * Make-lang.in: Added missing win32-host.o to JAVA_OBJS, | membar | 2003-08-13 | 3 | -5/+10 |
* | * parse.y (java_check_regular_methods): Typo fixes. Call | tromey | 2003-08-12 | 7 | -113/+349 |
* | Fix for PR java/11600: | tromey | 2003-08-05 | 2 | -11/+38 |
* | 2003-08-05 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-08-05 | 2 | -6/+4 |
* | * java-tree.h (METHOD_TRANSIENT): Removed. | tromey | 2003-08-04 | 4 | -15/+9 |
* | treelang: | aj | 2003-07-28 | 2 | -9/+9 |
* | * decl.c (force_poplevels): Fix warning call. | nathan | 2003-07-25 | 2 | -2/+5 |
* | * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl. | gdr | 2003-07-25 | 5 | -18/+37 |
* | * tree.h (boolean_type_node): Move from C/C++/Java frontends. | jason | 2003-07-24 | 2 | -14/+4 |
* | gcc: | ghazi | 2003-07-19 | 5 | -26/+25 |
* | * common.opt: Document --param. | neil | 2003-07-19 | 2 | -2/+6 |
* | * Makefile.in, configure, configure.in: Remove handling of | neil | 2003-07-18 | 3 | -65/+27 |
* | 2003-07-17 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-07-17 | 1 | -1/+0 |
* | * expr.c: Remove the last argument to expand_assignment(). | kazu | 2003-07-15 | 2 | -7/+11 |
* | * java-tree.h (DECL_NUM_STMTS): Rename to... | hubicka | 2003-07-09 | 4 | -6/+118 |