| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix violations of self-assignment check in GCC source. | Le-Chun Wu | 2010-07-23 | 1 | -2/+5 |
* | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 2010-07-15 | 1 | -6/+6 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -0/+1 |
* | This patch adds the end prologue and begin epilogue markers in Dwarf2 | Douglas B Rupp | 2010-06-16 | 1 | -1/+3 |
* | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 2010-06-08 | 1 | -1/+1 |
* | re PR bootstrap/44048 (building without C++ enabled fails) | Jason Merrill | 2010-05-13 | 1 | -1/+0 |
* | Add support for C++0x nullptr. | Jason Merrill | 2010-05-06 | 1 | -0/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -20/+20 |
* | re PR debug/41700 (g++.dg/debug/dwarf2/icf.C) | Cary Coutant | 2009-10-29 | 1 | -0/+2 |
* | trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables. | Rafael Avila de Espindola | 2009-10-28 | 1 | -2/+1 |
* | re PR debug/40521 (-g causes GCC to generate .eh_frame) | Jakub Jelinek | 2009-10-17 | 1 | -0/+2 |
* | Add support for debugging with ICF (Identical Code Folding). | Cary Coutant | 2009-10-08 | 1 | -0/+6 |
* | tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL. | Eric Botcazou | 2009-09-13 | 1 | -6/+2 |
* | re PR debug/40666 (Ada tools build failure) | Eric Botcazou | 2009-07-07 | 1 | -3/+9 |
* | alias.c: Use REG_P... | Shujing Zhao | 2009-06-22 | 1 | -3/+3 |
* | dbxout.c (dbxout_source_line): Add is_stmt parameter. | Cary Coutant | 2009-06-17 | 1 | -3/+4 |
* | basic-block.h (struct basic_block_def): Add discriminator field. | Cary Coutant | 2009-06-04 | 1 | -3/+4 |
* | gstab.h (stab_code_type): Define, to be used instead of the __stab_debug_code... | Olivier Hainque | 2009-05-20 | 1 | -7/+5 |
* | dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. | Eric Botcazou | 2009-05-15 | 1 | -27/+43 |
* | tree.h: Remove DECL_BY_REFERENCE from private_flag comment. | Jakub Jelinek | 2009-05-05 | 1 | -3/+1 |
* | tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D... | Jakub Jelinek | 2009-04-26 | 1 | -1/+3 |
* | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 2009-04-22 | 1 | -2/+1 |
* | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2009-04-20 | 1 | -4/+5 |
* | * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing. | David Edelsohn | 2009-04-17 | 1 | -0/+1 |
* | dbxout.c (dbxout_block): Reinstate test on TREE_USED. | Eric Botcazou | 2009-04-17 | 1 | -1/+1 |
* | debug.h (set_name): Declare. | Catherine Moore | 2009-04-15 | 1 | -0/+1 |
* | re PR debug/39267 (gdb testsuite regressions) | Jan Hubicka | 2009-02-27 | 1 | -14/+0 |
* | re PR tree-optimization/37709 (inlining causes explosion in debug info) | Jan Hubicka | 2009-02-23 | 1 | -1/+1 |
* | * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL. | Eric Botcazou | 2008-09-25 | 1 | -0/+2 |
* | re PR fortran/29635 (debug info of modules) | Jakub Jelinek | 2008-08-29 | 1 | -2/+2 |
* | c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat... | Douglas Gregor | 2008-08-26 | 1 | -6/+11 |
* | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2008-06-26 | 1 | -5/+4 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -2/+2 |
* | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 2008-04-08 | 1 | -4/+4 |
* | gcc.c (default_compilers): Sync Fortran extensions list with that in fortran/... | Francois-Xavier Coudert | 2008-04-06 | 1 | -1/+1 |
* | trans-common.c (create_common): Add decl to function chain to preserve identi... | George Helffrich | 2008-04-01 | 1 | -3/+175 |
* | re PR debug/31510 (FAIL: libgomp.fortran/threadprivate[23].f90 -O3 -g) | James E Wilson | 2008-03-16 | 1 | -0/+9 |
* | re PR debug/33316 (ICE on valid variable-length automatic array in const struct) | Jakub Jelinek | 2007-09-20 | 1 | -1/+5 |
* | dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_D... | Olivier Hainque | 2007-08-31 | 1 | -2/+5 |
* | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 2007-08-27 | 1 | -2/+2 |
* | Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. | Paul Brook | 2007-08-18 | 1 | -4/+7 |
* | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 2007-08-08 | 1 | -0/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | dbxout.c (output_types_sort): Add a comment. | Daniel Jacobowitz | 2006-07-26 | 1 | -0/+7 |
* | dbxout.c (output_used_types_helper): Push queued types on a VEC. | Daniel Jacobowitz | 2006-07-25 | 1 | -4/+42 |
* | re PR debug/27473 (g++.dg/other/unused1.C and gcc.dg/20060410.c fail on power... | Daniel Jacobowitz | 2006-07-24 | 1 | -0/+35 |
* | dbxout.c (dbxout_function_end): Do not increment scope_labelno. | Carlos O'Donell | 2006-07-18 | 1 | -4/+6 |
* | dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start. | Carlos O'Donell | 2006-07-14 | 1 | -26/+21 |
* | tree.def (CHAR_TYPE): Remove. | Roger Sayle | 2006-02-08 | 1 | -18/+2 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -2/+2 |