summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)Author
2020-11-03Save some memory at debug stream-in timeRichard Biener
2020-10-24Update check for working assembler --gdwarf-4 optionH.J. Lu
2020-10-08debug: Make sure to output .file 0 when generating DWARF5.Mark Wielaard
2020-10-07Output filepath strings in .debug_line_str for DWARF5Mark Wielaard
2020-09-07gcc: Make strchr return value pointers constMartin Storsjö
2020-08-26dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729]Jakub Jelinek
2020-08-25debug/96690 - mangle symbols eventually used by late dwarf outputRichard Biener
2020-05-26revamp dump and aux output namesAlexandre Oliva
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill
2020-05-07Fix a few DWARF bugs with -fgnat-encodings=minimalEric Botcazou
2020-04-17fix PVS studio reported bugsRichard Biener
2020-04-05debug: Improve debug info of c++14 deduced return type [PR94459]Jakub Jelinek
2020-04-02debug/94450 - remove DW_TAG_imported_unit generated in LTRANS unitsRichard Biener
2020-03-27debug/94273 - avoid creating type DIEs for DINFO_LEVEL_TERSERichard Biener
2020-03-17dwarf: Generate DIEs for external variables with -g1 [93751]Alexey Neyman
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-02-27fix -fdebug-prefix-map without gas .file supportRichard Biener
2020-02-25Fix link failure with debug info in LTO modeEric Botcazou
2020-01-20debug/92763 keep DIEs that might be used in DW_TAG_inlined_subroutineRichard Biener
2020-01-10re PR tree-optimization/93210 (Sub-optimal code optimization on struct/combou...Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10Make dwarf2out punt for MODE_VECTOR_BOOLRichard Sandiford
2019-11-27re PR debug/92664 (Wrong .debug_line section information when compiling stdin...Jakub Jelinek
2019-10-17re PR debug/91887 (-fdebug-types-section ICE building chromium)Richard Biener
2019-10-01DWARF array bounds missing from C++ array definitionsAlexandre Oliva
2019-10-01Remove clobber_highRichard Sandiford
2019-09-18Two more POLY_INT cases for dwarf2out.cRichard Sandiford
2019-09-17re PR debug/91772 (ICE in add_dwarf_attr, at dwarf2out.c:4412 since r259749)Richard Biener
2019-09-10Make get_call_rtx_from take a const rtx_insn *Richard Sandiford
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska
2019-07-23Use -flto instead of -flto=N in DWARF producer string.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03PR debug/90981 Empty .debug_addr crashes -gdwarf-5 -gsplit-dwarfMark Wielaard
2019-07-03dwarf2out.c (add_scalar_info): Add back refererence to existing DIE if it has...Eric Botcazou
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka
2019-06-21re PR debug/90914 (ICE in schedule_generic_params_dies_gen, at dwarf2out.c:27...Richard Biener
2019-05-27dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index and DW_O...Eric Botcazou
2019-05-21re PR bootstrap/87338 (gcc 8.2 fails to bootstrap on ia64)James Clarke
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-13[DWARF] dwarf2out cleanupsNathan Sidwell
2019-05-06dwarf2out.c (mem_loc_descriptor): Initialize int_mode.Richard Biener
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska
2019-03-25re PR debug/86964 (Too many debug symbols included, especially for extern glo...Johan Karlsson
2019-03-25dwarf2out.c (comp_dir_string): cached_wd could be set to both a heap string a...Thomas Otto
2019-03-15[PR88534] accept VAR_DECL in class literal template parmsAlexandre Oliva
2019-03-15re PR debug/89704 (ICE in add_const_value_attribute, at dwarf2out.c:19685)Jakub Jelinek
2019-03-13re PR debug/89498 (ICE in AT_loc_list, at dwarf2out.c:4871)Jakub Jelinek
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-07Revert function removal made in r264561.Martin Liska
2019-03-01re PR bootstrap/89539 (gcc fails to build/bootstrap on MACOSX)Jakub Jelinek