Age | Commit message (Expand) | Author | Files | Lines |
2004-08-17 | lang.c (lang_printable_name): Obey verbose flag. | Andrew Haley | 1 | -15/+5 |
2004-08-06 | lang.c (flag_emit_class_files, [...]): Remove explicit declarations. | Kelley Cook | 1 | -122/+5 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -40/+18 |
2004-07-11 | langhooks.h (estimate_num_insns, [...]): Remove hooks. | Joseph Myers | 1 | -0/+13 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -2/+0 |
2004-06-27 | Formatting fixes. | Ranjit Mathew | 1 | -1/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -138/+14 |
2004-03-20 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-03-19 | class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,... | Per Bothner | 1 | -0/+16 |
2004-01-13 | lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation. | Jan Hubicka | 1 | -4/+5 |
2004-01-09 | re PR java/12755 (Binary Compatibility: Resolving static methods and classes ... | Andrew Haley | 1 | -8/+15 |
2003-11-12 | re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere... | Jason Merrill | 1 | -10/+3 |
2003-11-12 | re PR java/11533 (Inlining drops static initialization of inner class) | Andrew Haley | 1 | -0/+18 |
2003-10-24 | lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. | Andrew Haley | 1 | -0/+45 |
2003-10-22 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -2/+2 |
2003-09-28 | toplev.c (flag_evaluation_order): New global variable. | Roger Sayle | 1 | -0/+3 |
2003-09-03 | decl.c (java_expand_body): New function. | Jeff Sturm | 1 | -1/+21 |
2003-07-17 | c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR. | Steven Bosscher | 1 | -1/+0 |
2003-07-09 | java-tree.h (DECL_NUM_STMTS): Rename to... | Jan Hubicka | 1 | -0/+107 |
2003-07-06 | c-common.h (c_comon_handle_filename, [...]): New. | Neil Booth | 1 | -4/+0 |
2003-07-02 | c-common.h (c_common_init_options): New prototype. | Neil Booth | 1 | -3/+4 |
2003-06-26 | c-opts.c (missing_arg): Make non-static. | Neil Booth | 1 | -7/+0 |
2003-06-18 | re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit') | Robert Abeles | 1 | -1/+1 |
2003-06-16 | c-opts.c (c_common_handle_option): s/on/value/. | Neil Booth | 1 | -11/+2 |
2003-06-15 | c-opts.c (lang_flags): Update for new spelling of flags. | Neil Booth | 1 | -1/+1 |
2003-06-15 | c-pch.c (asm_file_name): Remove. | Neil Booth | 1 | -3/+3 |
2003-06-14 | lang-specs.h: Rewrite -MD and -MMD to append an underscore. | Neil Booth | 1 | -2/+2 |
2003-06-14 | Makefile.in: Update to use common.opt and lang_opt_files. | Neil Booth | 1 | -3/+3 |
2003-06-11 | lang.c (java_handle_option): Update dependency_tracking for OPT_MF case. | Tom Tromey | 1 | -0/+1 |
2003-06-11 | lang.c (java_handle_option): OPT_fbootclasspath_ can take an empty argument. | Tom Tromey | 1 | -6/+7 |
2003-06-10 | langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New. | Andrew Haley | 1 | -0/+16 |
2003-06-09 | Make-lang.in (JAVA_OBJS, [...]): Update. | Neil Booth | 1 | -231/+172 |
2003-06-08 | Make-lang.in: Update. | Neil Booth | 1 | -0/+4 |
2003-06-07 | Makefile.in (OJBS, c-opts.o): Update. | Neil Booth | 1 | -2/+4 |
2003-05-31 | flags.h (flag_wrapv): New flag controlling overflow semantics. | Roger Sayle | 1 | -0/+3 |
2003-03-19 | c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. | Nathanael Nerode | 1 | -12/+12 |
2003-03-08 | c-common.h (c_common_init, [...]): Update. | Neil Booth | 1 | -67/+69 |
2003-02-24 | lang-options.h: Added -Wdeprecated. | Tom Tromey | 1 | -1/+5 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -57/+28 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -26/+18 |
2003-01-05 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+5 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -4/+4 |
2002-10-21 | parse.y (patch_invoke): Call force_evaluation_order on a static arg list. | Andrew Haley | 1 | -0/+114 |
2002-10-14 | tree-inline.c (remap_block): All local class initialization flags go in the o... | Andrew Haley | 1 | -6/+119 |
2002-10-02 | re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95) | Roger Sayle | 1 | -0/+7 |
2002-09-30 | Add -fno-assert flag. | Anthony Green | 1 | -1/+5 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -14/+14 |