| Commit message (Expand) | Author | Age | Files | Lines |
* | params.c (set_param_value): Initialize the "set" field. | Zdenek Dvorak | 2006-11-12 | 1 | -2/+2 |
* | In gcc/: | Geoffrey Keating | 2006-11-01 | 1 | -1/+5 |
* | Revert emutls patch. | Richard Henderson | 2006-10-09 | 1 | -4/+1 |
* | Makefile.in (libgcc.mk, [...]): Add emutls.c. | Richard Henderson | 2006-10-04 | 1 | -1/+4 |
* | re PR c++/24009 (C++ fails to print #include stack) | Joseph Myers | 2006-08-26 | 1 | -1/+35 |
* | re PR c++/28250 (ICE with invalid catch) | Volker Reichelt | 2006-08-01 | 1 | -1/+1 |
* | toplev.c (process_options): Don't give -ffunction-sections may affect debuggi... | Mike Stump | 2006-07-08 | 1 | -0/+2 |
* | hooks.c (hook_bool_mode_rtx_true): New function. | Richard Sandiford | 2006-03-07 | 1 | -0/+1 |
* | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 2006-02-26 | 1 | -1/+0 |
* | re PR target/9703 ([arm] Accessing data through constant pool more times coul... | Richard Sandiford | 2006-02-18 | 1 | -0/+26 |
* | invoke.texi (-floop-optimize2): Removed. | Zdenek Dvorak | 2006-02-10 | 1 | -13/+0 |
* | Add 2006 to copyright line | Alexandre Oliva | 2006-02-04 | 1 | -1/+2 |
* | re PR debug/24444 (invalid register in debug info) | Alexandre Oliva | 2006-02-04 | 1 | -2/+2 |
* | * toplev.c: Fix thinko. | Gabriel Dos Reis | 2006-01-29 | 1 | -2/+2 |
* | toplev.c (floor_log2, exact_log2): Don't define if __cplusplus. | Gabriel Dos Reis | 2006-01-29 | 1 | -3/+11 |
* | re PR c/24101 (Segfault with preprocessed source) | Uros Bizjak | 2005-11-09 | 1 | -1/+4 |
* | re PR c++/24302 (anonymous global union segfault with g++ 3.4.x) | Mark Mitchell | 2005-10-11 | 1 | -1/+1 |
* | re PR target/23602 (1081 test failures in libjava, when configured for i486-l... | Richard Henderson | 2005-10-05 | 1 | -0/+12 |
* | re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) | Richard Henderson | 2005-09-08 | 1 | -138/+157 |
* | Makefile.in (rtl-profile.o): Kill all traces of it. | Jan Hubicka | 2005-07-28 | 1 | -23/+0 |
* | re PR debug/21828 (debug info omitted for uninitialized variables) | Mark Mitchell | 2005-07-22 | 1 | -7/+0 |
* | toplev.c (warn_deprecated_use): Add warning control to warning call. | DJ Delorie | 2005-07-21 | 1 | -6/+9 |
* | common.opt (frename-registers): Initialize to 2. | Steve Ellcey | 2005-07-18 | 1 | -13/+13 |
* | re PR rtl-optimization/20376 (The missed-optimization of general induction va... | Zdenek Dvorak | 2005-07-13 | 1 | -2/+8 |
* | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 2005-07-08 | 1 | -1/+2 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -1/+1 |
* | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 2005-07-03 | 1 | -8/+14 |
* | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 2005-07-02 | 1 | -6/+9 |
* | pretty-print.h (PP_NL_ARGMAX): New. | Zack Weinberg | 2005-06-30 | 1 | -4/+9 |
* | c-common.c (flag_next_runtime): Move... | Ziemowit Laski | 2005-06-29 | 1 | -0/+8 |
* | toplev.c (process_options): Use if (FRAME_GROWS_DOWNWARD) instead of preproce... | Jakub Jelinek | 2005-06-27 | 1 | -3/+1 |
* | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 2005-06-27 | 1 | -0/+12 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | function.c (prologue, [...]): Change their types to VEC(int,heap)*. | Kazu Hirata | 2005-06-04 | 1 | -1/+0 |
* | system.h (TARGET_OPTIONS, [...]): Poison. | Richard Sandiford | 2005-06-01 | 1 | -278/+29 |
* | opts.h (cl_option_state): New structure. | Richard Sandiford | 2005-06-01 | 1 | -11/+40 |
* | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 2005-06-01 | 1 | -1/+1 |
* | tm.texi (TARGET_GET_PCH_VALIDITY, [...]): Tweak the documentation to make it ... | Richard Sandiford | 2005-05-31 | 1 | -4/+9 |
* | c-common.c (unsigned_conversion_warning): Move warning control from if() to w... | DJ Delorie | 2005-05-24 | 1 | -5/+0 |
* | c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ... | DJ Delorie | 2005-05-03 | 1 | -1/+1 |
* | collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'. | Kaveh R. Ghazi | 2005-04-26 | 1 | -3/+1 |
* | collect2.c (main): Unlock the stdio streams. | Kaveh R. Ghazi | 2005-04-24 | 1 | -0/+5 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -22/+22 |
* | [multiple changes] | Jan Hubicka | 2005-03-30 | 1 | -2/+2 |
* | re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) | Jakub Jelinek | 2005-03-29 | 1 | -0/+2 |
* | Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and... | Dale Johannesen | 2005-03-29 | 1 | -3/+0 |
* | re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila... | Richard Henderson | 2005-03-16 | 1 | -4/+1 |
* | toplev.c (display_target_options): Avoid unused variable warning if TARGET_SW... | Richard Sandiford | 2005-03-15 | 1 | -1/+4 |
* | config.gcc (extra_options): New variable for listing option files. | Richard Sandiford | 2005-03-14 | 1 | -23/+36 |
* | re PR middle-end/18902 (Naive (default) complex division algorithm) | Richard Henderson | 2005-02-24 | 1 | -1/+5 |