aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-20dwarf2: ICE with local class in unused function [PR97918]Jason Merrill1-3/+3
2020-11-19Enhance debug info for fixed-point typesEric Botcazou1-6/+7
2020-11-14dwarf2: Emit DW_TAG_unspecified_parameters even in late DWARF [PR97599]Jakub Jelinek1-0/+8
2020-11-13c++: Implement C++20 'using enum'. [PR91367]Jason Merrill1-1/+15
2020-11-12dwarf2: Set DW_AT_declaration for undefined fns [PR97060]Jason Merrill1-0/+1
2020-11-11CFI-handling : Add a hook to allow target-specific Personality and LSDA indir...Iain Sandoe1-2/+12
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-3/+3
2020-11-05debug/97718 - fix abstract origin references after last changeRichard Biener1-1/+10
2020-11-03Save some memory at debug stream-in timeRichard Biener1-0/+1
2020-10-24Update check for working assembler --gdwarf-4 optionH.J. Lu1-1/+1
2020-10-08debug: Make sure to output .file 0 when generating DWARF5.Mark Wielaard1-0/+21
2020-10-07Output filepath strings in .debug_line_str for DWARF5Mark Wielaard1-32/+68
2020-09-07gcc: Make strchr return value pointers constMartin Storsjö1-1/+1
2020-08-26dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729]Jakub Jelinek1-16/+20
2020-08-25debug/96690 - mangle symbols eventually used by late dwarf outputRichard Biener1-8/+7
2020-05-26revamp dump and aux output namesAlexandre Oliva1-2/+1
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-1/+1
2020-05-07Fix a few DWARF bugs with -fgnat-encodings=minimalEric Botcazou1-14/+16
2020-04-17fix PVS studio reported bugsRichard Biener1-1/+1
2020-04-05debug: Improve debug info of c++14 deduced return type [PR94459]Jakub Jelinek1-2/+13
2020-04-02debug/94450 - remove DW_TAG_imported_unit generated in LTRANS unitsRichard Biener1-18/+0
2020-03-27debug/94273 - avoid creating type DIEs for DINFO_LEVEL_TERSERichard Biener1-0/+3
2020-03-17dwarf: Generate DIEs for external variables with -g1 [93751]Alexey Neyman1-30/+40
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-02-27fix -fdebug-prefix-map without gas .file supportRichard Biener1-1/+2
2020-02-25Fix link failure with debug info in LTO modeEric Botcazou1-0/+1
2020-01-20debug/92763 keep DIEs that might be used in DW_TAG_inlined_subroutineRichard Biener1-5/+4
2020-01-10re PR tree-optimization/93210 (Sub-optimal code optimization on struct/combou...Jakub Jelinek1-145/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Make dwarf2out punt for MODE_VECTOR_BOOLRichard Sandiford1-1/+12
2019-11-27re PR debug/92664 (Wrong .debug_line section information when compiling stdin...Jakub Jelinek1-0/+3
2019-10-17re PR debug/91887 (-fdebug-types-section ICE building chromium)Richard Biener1-12/+11
2019-10-01DWARF array bounds missing from C++ array definitionsAlexandre Oliva1-1/+31
2019-10-01Remove clobber_highRichard Sandiford1-1/+0
2019-09-18Two more POLY_INT cases for dwarf2out.cRichard Sandiford1-0/+19
2019-09-17re PR debug/91772 (ICE in add_dwarf_attr, at dwarf2out.c:4412 since r259749)Richard Biener1-7/+3
2019-09-10Make get_call_rtx_from take a const rtx_insn *Richard Sandiford1-1/+1
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-1/+1
2019-07-23Use -flto instead of -flto=N in DWARF producer string.Martin Liska1-0/+7
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-07-03PR debug/90981 Empty .debug_addr crashes -gdwarf-5 -gsplit-dwarfMark Wielaard1-25/+26
2019-07-03dwarf2out.c (add_scalar_info): Add back refererence to existing DIE if it has...Eric Botcazou1-0/+1
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-2/+2
2019-06-21re PR debug/90914 (ICE in schedule_generic_params_dies_gen, at dwarf2out.c:27...Richard Biener1-2/+9
2019-05-27dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index and DW_O...Eric Botcazou1-0/+2
2019-05-21re PR bootstrap/87338 (gcc 8.2 fails to bootstrap on ia64)James Clarke1-5/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-05-13[DWARF] dwarf2out cleanupsNathan Sidwell1-20/+24
2019-05-06dwarf2out.c (mem_loc_descriptor): Initialize int_mode.Richard Biener1-1/+1
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-1/+1