| Commit message (Expand) | Author | Age | Files | Lines |
* | decl.c (java_expand_body): Kill. | Jan Hubicka | 2007-09-11 | 1 | -5/+0 |
* | tree-pass.h (pass_cselim): Declare new pass. | Michael Matz | 2007-09-10 | 1 | -0/+7 |
* | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 2007-09-06 | 1 | -2/+12 |
* | re PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd... | Sandra Loosemore | 2007-08-30 | 1 | -0/+1 |
* | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 2007-08-27 | 1 | -37/+107 |
* | configure.ac: Add --with-pkgversion and --with-bugurl. | Paul Brook | 2007-08-21 | 1 | -5/+11 |
* | Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. | Paul Brook | 2007-08-18 | 1 | -0/+2 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | Add ability to track uninitialized variables, and mark uninitialized variable... | Caroline Tice | 2007-07-13 | 1 | -1/+9 |
* | toplev.c (no_new_pseudos): Deleted. | Kenneth Zadeck | 2007-07-11 | 1 | -3/+0 |
* | re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL) | Geoffrey Keating | 2007-07-10 | 1 | -4/+0 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -3/+0 |
* | toplev.c (print_version): Output GMP/MPFR version info. | Kaveh R. Ghazi | 2007-05-18 | 1 | -2/+30 |
* | re PR middle-end/25923 ([gfortran] garbled diagnostics with -O -Wuninitialized) | Simon Martin | 2007-04-24 | 1 | -1/+2 |
* | flags.h (flag_random_seed): Remove declaration, in favor of... | Alexandre Oliva | 2007-03-14 | 1 | -17/+47 |
* | Makefile.in (libgcc-support, [...]): Add emutls.c. | Richard Henderson | 2007-02-10 | 1 | -1/+4 |
* | emit-rtl.c (renumber_insns): Remove. | Kazu Hirata | 2007-02-02 | 1 | -5/+0 |
* | toplev.c (lang_dependent_init): Call init_set_costs. | Zdenek Dvorak | 2007-02-01 | 1 | -0/+5 |
* | tree-ssa-loop-unswitch.c: Include tree-inline.h. | Zdenek Dvorak | 2007-01-28 | 1 | -0/+1 |
* | re PR c++/17947 (bad warning with implicit conversion and __attribute__((depr... | Manuel López-Ibáñez | 2007-01-19 | 1 | -3/+2 |
* | toplev.c (dump_memory_report): Break out from... | Jan Hubicka | 2006-12-23 | 1 | -10/+14 |
* | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 2006-12-22 | 1 | -1/+1 |
* | re PR middle-end/17982 (stop calling assemble_external before final assembly ... | H.J. Lu | 2006-12-11 | 1 | -3/+1 |
* | Move all varpool routines out of cgraph/cgraphunit to varpool.c | Jan Hubicka | 2006-12-11 | 1 | -3/+3 |
* | common.opt (record-gcc-switches): New command line switch. | Nick Clifton | 2006-12-07 | 1 | -58/+136 |
* | statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros. | Jan Hubicka | 2006-12-06 | 1 | -0/+1 |
* | 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 |