Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-17 | DWARF: handle variable-length records and variant parts | Pierre-Marie de Rodat | 1 | -0/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -2/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-11 | Restore DW_AT_abstract_origin for cross-unit call sites | Pierre-Marie de Rodat | 1 | -0/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -1/+3 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-09-04 | Revert incorrect merging of debug-early branch. | Aldy Hernandez | 1 | -7/+1 |
2014-09-04 | + * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early... | Aldy Hernandez | 1 | -1/+7 |
2014-08-21 | Debug hooks: use rtx_insn and rtx_code_label | David Malcolm | 1 | -5/+4 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2011-03-16 | emit-rtl.c (try_split): Don't call copy_call_info debug hook. | Jakub Jelinek | 1 | -10/+1 |
2010-11-15 | godump.c: New file. | Ian Lance Taylor | 1 | -1/+3 |
2010-06-16 | This patch adds the end prologue and begin epilogue markers in Dwarf2 | Douglas B Rupp | 1 | -1/+2 |
2009-10-29 | re PR debug/41700 (g++.dg/debug/dwarf2/icf.C) | Cary Coutant | 1 | -0/+7 |
2009-10-17 | re PR debug/40521 (-g causes GCC to generate .eh_frame) | Jakub Jelinek | 1 | -0/+1 |
2009-10-08 | Add support for debugging with ICF (Identical Code Folding). | Cary Coutant | 1 | -0/+8 |
2009-06-17 | dbxout.c (dbxout_source_line): Add is_stmt parameter. | Cary Coutant | 1 | -4/+5 |
2009-06-04 | basic-block.h (struct basic_block_def): Add discriminator field. | Cary Coutant | 1 | -1/+8 |
2009-04-15 | debug.h (set_name): Declare. | Catherine Moore | 1 | -0/+7 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2008-08-29 | re PR fortran/29635 (debug info of modules) | Jakub Jelinek | 1 | -3/+5 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -12/+12 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -1/+1 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -0/+1 |
2005-03-29 | builtin-types.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-22 | c-opts.c (c_common_parse_file): Only start/end main source file if debug hook... | Daniel Berlin | 1 | -1/+2 |
2004-02-12 | debug.h (struct gcc_debug_hooks): Add type_decl field. | Zack Weinberg | 1 | -0/+7 |
2004-02-06 | Josef Zlomek <zlomekj@suse.cz> | Josef Zlomek | 1 | -1/+2 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+1 |
2004-01-27 | Makefile.in (dwarf2out.o): Depend on input.h | Devang Patel | 1 | -15/+22 |
2003-06-29 | cse.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -18/+11 |
2003-04-05 | dbxout.c (scope_labelno): Add GTY. | Geoffrey Keating | 1 | -1/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-08-15 | dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue. | Douglas B Rupp | 1 | -2/+2 |
2002-03-12 | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-01-08 | * debug.h: Use "tree" and "rtx" throughout. | Graham Stott | 1 | -4/+4 |
2001-07-19 | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 1 | -3/+19 |
2001-07-19 | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 1 | -1/+4 |
2001-07-17 | dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. | Neil Booth | 1 | -10/+12 |
2001-07-15 | dbxout.c (dbxout_source_line): Make static, update prototype. | Neil Booth | 1 | -8/+21 |
2001-07-12 | Makefile.in (final.o): Depend on debug.h. | Neil Booth | 1 | -1/+11 |
2001-07-11 | Makefile.in (c-lex.o): Wrap long lines. | Neil Booth | 1 | -3/+20 |