Age | Commit message (Expand) | Author | Files | Lines |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -1/+2 |
2011-06-10 | cp-tree.h (error_operand_p): Remove. | Paolo Carlini | 1 | -1/+1 |
2011-05-23 | re PR debug/49032 (-gstabs generates reference to deleted static variable) | Jakub Jelinek | 1 | -0/+15 |
2011-04-06 | dbxout.c: (debug_nesting... | Tristan Gingold | 1 | -1/+5 |
2011-04-06 | re PR bootstrap/48471 (ia64-*-* does not bootstrap due to unused variables in... | Nathan Froyd | 1 | -21/+21 |
2011-04-05 | debug.h (debug_flush_symbol_queue, [...]): Delete. | Nathan Froyd | 1 | -0/+81 |
2011-03-16 | emit-rtl.c (try_split): Don't call copy_call_info debug hook. | Jakub Jelinek | 1 | -10/+2 |
2010-12-22 | re PR debug/46724 (Wrong debug info: Invalid variable location) | Alexandre Oliva | 1 | -1/+1 |
2010-11-15 | godump.c: New file. | Ian Lance Taylor | 1 | -2/+4 |
2010-10-14 | re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la... | Richard Guenther | 1 | -0/+1 |
2010-10-11 | vec.h (VEC_qsort): Define. | Nathan Froyd | 1 | -2/+1 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -2/+2 |
2010-09-27 | dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P. | Richard Guenther | 1 | -1/+1 |
2010-09-10 | dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type for VECTOR_TYPE... | Richard Guenther | 1 | -12/+16 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-23 | Fix violations of self-assignment check in GCC source. | Le-Chun Wu | 1 | -2/+5 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -6/+6 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-16 | This patch adds the end prologue and begin epilogue markers in Dwarf2 | Douglas B Rupp | 1 | -1/+3 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -1/+1 |
2010-05-13 | re PR bootstrap/44048 (building without C++ enabled fails) | Jason Merrill | 1 | -1/+0 |
2010-05-06 | Add support for C++0x nullptr. | Jason Merrill | 1 | -0/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -20/+20 |
2009-10-29 | re PR debug/41700 (g++.dg/debug/dwarf2/icf.C) | Cary Coutant | 1 | -0/+2 |
2009-10-28 | trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables. | Rafael Avila de Espindola | 1 | -2/+1 |
2009-10-17 | re PR debug/40521 (-g causes GCC to generate .eh_frame) | Jakub Jelinek | 1 | -0/+2 |
2009-10-08 | Add support for debugging with ICF (Identical Code Folding). | Cary Coutant | 1 | -0/+6 |
2009-09-13 | tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL. | Eric Botcazou | 1 | -6/+2 |
2009-07-07 | re PR debug/40666 (Ada tools build failure) | Eric Botcazou | 1 | -3/+9 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -3/+3 |
2009-06-17 | dbxout.c (dbxout_source_line): Add is_stmt parameter. | Cary Coutant | 1 | -3/+4 |
2009-06-04 | basic-block.h (struct basic_block_def): Add discriminator field. | Cary Coutant | 1 | -3/+4 |
2009-05-20 | gstab.h (stab_code_type): Define, to be used instead of the __stab_debug_code... | Olivier Hainque | 1 | -7/+5 |
2009-05-15 | dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. | Eric Botcazou | 1 | -27/+43 |
2009-05-05 | tree.h: Remove DECL_BY_REFERENCE from private_flag comment. | Jakub Jelinek | 1 | -3/+1 |
2009-04-26 | tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D... | Jakub Jelinek | 1 | -1/+3 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -2/+1 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -4/+5 |
2009-04-17 | * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing. | David Edelsohn | 1 | -0/+1 |
2009-04-17 | dbxout.c (dbxout_block): Reinstate test on TREE_USED. | Eric Botcazou | 1 | -1/+1 |
2009-04-15 | debug.h (set_name): Declare. | Catherine Moore | 1 | -0/+1 |
2009-02-27 | re PR debug/39267 (gdb testsuite regressions) | Jan Hubicka | 1 | -14/+0 |
2009-02-23 | re PR tree-optimization/37709 (inlining causes explosion in debug info) | Jan Hubicka | 1 | -1/+1 |
2008-09-25 | * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL. | Eric Botcazou | 1 | -0/+2 |
2008-08-29 | re PR fortran/29635 (debug info of modules) | Jakub Jelinek | 1 | -2/+2 |
2008-08-26 | c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat... | Douglas Gregor | 1 | -6/+11 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -5/+4 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 1 | -4/+4 |
2008-04-06 | gcc.c (default_compilers): Sync Fortran extensions list with that in fortran/... | Francois-Xavier Coudert | 1 | -1/+1 |