aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30[74/77] Various small scalar_mode changesRichard Sandiford1-4/+8
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-0/+2
2017-07-29debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...Jakub Jelinek1-1/+1
2017-02-18final.c (last_columnnum, [...]): New variables.Jakub Jelinek1-4/+8
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-4/+2
2016-09-20debug.h (gcc_debug_hooks): Add filename parameter to early_finish hook.Richard Biener1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat1-0/+1
2015-11-16PR 68366 - include emit-rtl.h in sdbout.cTrevor Saunders1-0/+2
2015-11-15remove conditional compilation of sdb debug infoTrevor Saunders1-5/+1
2015-11-15remove EXTENDED_SDB_BASIC_TYPESTrevor Saunders1-5/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-6/+17
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-12sdbout.c (sdbout_symbol): Eliminate register only if decl isn't a global vari...Kai Tietz1-4/+7
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-2/+3
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-3/+2
2014-08-21Debug hooks: use rtx_insn and rtx_code_labelDavid Malcolm1-3/+3
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-1/+1
2014-03-18re PR rtl-optimization/56356 (DJGPP compiler crashing)Kai Tietz1-2/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-4/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-5/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+9
2013-03-05sdbout.c (sdbout_one_type): Switch to current function's section supporting c...Kai Tietz1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-03-14Remove MIPS_DEBUGGING_INFO supportRainer Orth1-77/+9
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek1-5/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-15godump.c: New file.Ian Lance Taylor1-42/+2
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-16This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp1-1/+3
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+0
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+1