Age | Commit message (Expand) | Author | Files | Lines |
2008-04-09 | re PR libstdc++/35597 (libstdc++ -ffunction-sections -fdata-sections disabled... | David Edelsohn | 1 | -7/+0 |
2008-04-05 | tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument. | Jan Hubicka | 1 | -2/+3 |
2008-04-02 | cppopts.texi (-dU): Document. | Joseph Myers | 1 | -0/+1 |
2008-03-31 | common.opt (fprofile-dir=, [...]): New options | Seongbae Park | 1 | -0/+3 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -0/+2 |
2008-03-11 | langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete. | Paolo Bonzini | 1 | -4/+0 |
2008-03-02 | re PR c++/24924 (front end and preprocessor pedantic_errors settings should a... | Manuel López-Ibáñez | 1 | -0/+4 |
2008-02-29 | toplev.c (input_file_stack, [...]): Remove. | Tom Tromey | 1 | -74/+0 |
2008-02-26 | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 1 | -22/+1 |
2008-02-25 | re PR other/28322 (GCC new warnings and compatibility) | Manuel López-Ibáñez | 1 | -0/+3 |
2008-02-25 | re PR fortran/29549 (matmul slow for complex matrices) | Janne Blomqvist | 1 | -0/+4 |
2008-02-05 | re PR other/35070 (-fverbose-asm has bogus asm output (mpfr library warning)) | Kaveh R. Ghazi | 1 | -1/+3 |
2007-12-15 | toplev.c (process_options): Fix typo in warning. | Bernhard Fischer | 1 | -1/+1 |
2007-11-19 | re PR tree-optimization/34036 (ICE with control flow in the middle of basic ... | Eric Botcazou | 1 | -0/+7 |
2007-10-17 | builtins.c (gimplify_va_arg_expr): Use inform for help message. | Manuel López-Ibáñez | 1 | -2/+5 |
2007-10-14 | fixed-bit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-09-27 | builtins.c (expand_builtin, [...]): Use new %K format string specifier for di... | Jakub Jelinek | 1 | -1/+1 |
2007-09-23 | opth-gen.awk (target_flags_explicit): Declare. | Richard Sandiford | 1 | -6/+0 |
2007-09-11 | decl.c (java_expand_body): Kill. | Jan Hubicka | 1 | -5/+0 |
2007-09-10 | tree-pass.h (pass_cselim): Declare new pass. | Michael Matz | 1 | -0/+7 |
2007-09-06 | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 1 | -2/+12 |
2007-08-30 | re PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd... | Sandra Loosemore | 1 | -0/+1 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 1 | -37/+107 |
2007-08-21 | configure.ac: Add --with-pkgversion and --with-bugurl. | Paul Brook | 1 | -5/+11 |
2007-08-18 | Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. | Paul Brook | 1 | -0/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-13 | Add ability to track uninitialized variables, and mark uninitialized variable... | Caroline Tice | 1 | -1/+9 |
2007-07-11 | toplev.c (no_new_pseudos): Deleted. | Kenneth Zadeck | 1 | -3/+0 |
2007-07-10 | re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL) | Geoffrey Keating | 1 | -4/+0 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -3/+0 |
2007-05-18 | toplev.c (print_version): Output GMP/MPFR version info. | Kaveh R. Ghazi | 1 | -2/+30 |
2007-04-24 | re PR middle-end/25923 ([gfortran] garbled diagnostics with -O -Wuninitialized) | Simon Martin | 1 | -1/+2 |
2007-03-14 | flags.h (flag_random_seed): Remove declaration, in favor of... | Alexandre Oliva | 1 | -17/+47 |
2007-02-10 | Makefile.in (libgcc-support, [...]): Add emutls.c. | Richard Henderson | 1 | -1/+4 |
2007-02-02 | emit-rtl.c (renumber_insns): Remove. | Kazu Hirata | 1 | -5/+0 |
2007-02-01 | toplev.c (lang_dependent_init): Call init_set_costs. | Zdenek Dvorak | 1 | -0/+5 |
2007-01-28 | tree-ssa-loop-unswitch.c: Include tree-inline.h. | Zdenek Dvorak | 1 | -0/+1 |
2007-01-19 | re PR c++/17947 (bad warning with implicit conversion and __attribute__((depr... | Manuel López-Ibáñez | 1 | -3/+2 |
2006-12-23 | toplev.c (dump_memory_report): Break out from... | Jan Hubicka | 1 | -10/+14 |
2006-12-22 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-12-11 | re PR middle-end/17982 (stop calling assemble_external before final assembly ... | H.J. Lu | 1 | -3/+1 |
2006-12-11 | Move all varpool routines out of cgraph/cgraphunit to varpool.c | Jan Hubicka | 1 | -3/+3 |
2006-12-07 | common.opt (record-gcc-switches): New command line switch. | Nick Clifton | 1 | -58/+136 |
2006-12-06 | statistics.h (ALONE_PASS_MEM_STAT, [...]): New macros. | Jan Hubicka | 1 | -0/+1 |
2006-11-12 | params.c (set_param_value): Initialize the "set" field. | Zdenek Dvorak | 1 | -2/+2 |
2006-11-01 | In gcc/: | Geoffrey Keating | 1 | -1/+5 |
2006-10-09 | Revert emutls patch. | Richard Henderson | 1 | -4/+1 |
2006-10-04 | Makefile.in (libgcc.mk, [...]): Add emutls.c. | Richard Henderson | 1 | -1/+4 |
2006-08-26 | re PR c++/24009 (C++ fails to print #include stack) | Joseph Myers | 1 | -1/+35 |
2006-08-01 | re PR c++/28250 (ICE with invalid catch) | Volker Reichelt | 1 | -1/+1 |