| Commit message (Expand) | Author | Age | Files | Lines |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | cfglayout.c (insn_scope, insn_line): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -4/+4 |
* | flags.h (flag_random_seed): Remove declaration, in favor of... | Alexandre Oliva | 2007-03-14 | 1 | -1/+6 |
* | toplev.c (dump_memory_report): Break out from... | Jan Hubicka | 2006-12-23 | 1 | -0/+2 |
* | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 2006-02-26 | 1 | -1/+0 |
* | re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) | Richard Henderson | 2005-09-08 | 1 | -1/+5 |
* | Makefile.in (rtl-profile.o): Kill all traces of it. | Jan Hubicka | 2005-07-28 | 1 | -1/+0 |
* | toplev.h: Add comment about the first parameter for warning(). | DJ Delorie | 2005-07-19 | 1 | -0/+1 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -1/+1 |
* | c-common.h (GCC_DIAG_STYLE): Define. | Joseph Myers | 2005-07-03 | 1 | -17/+8 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | diagnostic.h (verbatim): Move ... | Kaveh R. Ghazi | 2005-06-18 | 1 | -0/+1 |
* | system.h (TARGET_OPTIONS, [...]): Poison. | Richard Sandiford | 2005-06-01 | 1 | -2/+0 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -1/+2 |
* | common.opt (-fnew-ra): Remove. | Paolo Bonzini | 2005-01-17 | 1 | -2/+1 |
* | toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI. | Richard Henderson | 2004-11-11 | 1 | -29/+28 |
* | passes.c (rest_of_compilation): Make it static. | Kazu Hirata | 2004-11-04 | 1 | -1/+0 |
* | c-decl.c (c_expand_body): Update call tree_rest_of_compilation. | Jan Hubicka | 2004-10-01 | 1 | -1/+1 |
* | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 2004-09-06 | 1 | -1/+0 |
* | Hot/cold partitioning update patch. | Caroline Tice | 2004-08-18 | 1 | -0/+5 |
* | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 2004-08-05 | 1 | -1/+1 |
* | toplev.h (NO_FRONT_END_DIAG, [...]): Define. | Joseph Myers | 2004-07-06 | 1 | -5/+14 |
* | toplev.h (rest_of_compilation): Adjust prototype. | Paolo Bonzini | 2004-06-16 | 1 | -1/+1 |
* | Makefile.in (FLAGS_H): New. | Zdenek Dvorak | 2004-06-14 | 1 | -1/+0 |
* | toplev.c (floor_log2_wide): Replace loop with faster bit operations. | DJ Delorie | 2004-06-08 | 1 | -0/+23 |
* | intl.h (open_quote, [...]): New. | Joseph Myers | 2004-05-24 | 1 | -1/+1 |
* | toplev.h (flag_delete_null_pointer_checks): Move from here to... | Jeff Law | 2004-05-17 | 1 | -1/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -0/+2 |
* | passes.c: New file. | Richard Henderson | 2004-02-27 | 1 | -0/+3 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+2 |
* | cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when... | Jan Hubicka | 2004-01-13 | 1 | -1/+1 |
* | ssa.c, [...]: Remove files. | Richard Henderson | 2003-11-20 | 1 | -3/+0 |
* | re PR pch/10757 (Adding -fpic/-fPIC causes crash with PCH created without -fp... | Geoffrey Keating | 2003-10-24 | 1 | -0/+3 |
* | c-decl.c (c_expand_body_1): Push and pop function context here. | Richard Henderson | 2003-09-08 | 1 | -1/+1 |
* | tree-optimize.c: New file. | Richard Henderson | 2003-08-29 | 1 | -0/+1 |
* | common.opt: Add debug switches. | Neil Booth | 2003-08-08 | 1 | -4/+0 |
* | c.opt: Introduce -fworking-directory. | Alexandre Oliva | 2003-08-05 | 1 | -0/+6 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC. | Gabriel Dos Reis | 2003-07-25 | 1 | -6/+2 |
* | c-pragma.c (apply_pragma_weak): Don't use warning_with_decl. | Gabriel Dos Reis | 2003-07-19 | 1 | -1/+1 |
* | Index: ChangeLog | Geoffrey Keating | 2003-07-11 | 1 | -0/+1 |
* | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 2003-07-10 | 1 | -41/+29 |
* | tree.h (default_flag_random_seed): Remove. | Nathan Sidwell | 2003-07-06 | 1 | -0/+3 |
* | toplev.c (output_clean_symbol_name): Remove. | Nathan Sidwell | 2003-07-05 | 1 | -1/+0 |
* | c-aux-info.c: Include toplev.h after c-tree.h. | Kaveh R. Ghazi | 2003-07-04 | 1 | -10/+21 |
* | c-common.h (c_common_init_options): New prototype. | Neil Booth | 2003-07-02 | 1 | -5/+1 |
* | Makefile.in: Update. | Neil Booth | 2003-06-28 | 1 | -0/+4 |
* | common.opt: More -f switches. | Neil Booth | 2003-06-22 | 1 | -0/+6 |
* | Makefile.in: Update. | Neil Booth | 2003-06-21 | 1 | -0/+15 |
* | c-decl.c (store_parm_decls): Make saved_warn_shadow boolean. | Neil Booth | 2003-06-20 | 1 | -0/+3 |
* | Makefile.in: Update. | Neil Booth | 2003-06-18 | 1 | -0/+1 |