summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* re PR debug/86964 (Too many debug symbols included, especially for extern glo...Johan Karlsson2019-03-251-0/+32
* dwarf2out.c (comp_dir_string): cached_wd could be set to both a heap string a...Thomas Otto2019-03-251-9/+18
* [PR88534] accept VAR_DECL in class literal template parmsAlexandre Oliva2019-03-151-0/+7
* re PR debug/89704 (ICE in add_const_value_attribute, at dwarf2out.c:19685)Jakub Jelinek2019-03-151-0/+3
* re PR debug/89498 (ICE in AT_loc_list, at dwarf2out.c:4871)Jakub Jelinek2019-03-131-2/+4
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-2/+2
* Revert function removal made in r264561.Martin Liska2019-03-071-0/+18
* re PR bootstrap/89539 (gcc fails to build/bootstrap on MACOSX)Jakub Jelinek2019-03-011-1/+2
* re PR debug/88878 (.debug_pubnames/types empty with -flto)Richard Biener2019-02-271-2/+6
* re PR debug/88878 (.debug_pubnames/types empty with -flto)Richard Biener2019-02-271-8/+10
* re PR lto/89514 (-g -fdebug-types-section -flto gives 'Dwarf Error: bad lengt...Richard Biener2019-02-271-2/+7
* re PR debug/87295 ([early debug] ICE with -ffat-lto-objects -fdebug-types-sec...Richard Biener2019-02-031-0/+5
* re PR debug/87295 ([early debug] ICE with -ffat-lto-objects -fdebug-types-sec...Richard Biener2019-01-291-1/+32
* re PR debug/89076 (gcc/dwarf2out.c:23270:9: warning: duplicated ‘if’ cond...Richard Biener2019-01-281-2/+0
* re PR lto/86736 (g++.dg/asan/pr81021.C -O2 -flto -flto-partition=none ICE a...Richard Biener2019-01-171-1/+3
* re PR debug/88046 (ICE in add_data_member_location_attribute at gcc/dwarf2out...Richard Biener2019-01-151-1/+1
* re PR debug/88723 (PR debug/88635 patch breaks testsuite_shared.cc compilation)Jakub Jelinek2019-01-071-9/+11
* re PR debug/88635 (Assembler error when building with "-g -O2 -m32")Jakub Jelinek2019-01-051-4/+60
* re PR debug/88644 (Unexpected pub type info eliminated after r246973 (causes ...Jakub Jelinek2019-01-031-0/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* DWARF: Don't expand hash table when no insertion is neededH.J. Lu2018-12-171-5/+18
* [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startprocSam Tebbs2018-12-141-0/+2
* dwarf2out.c (analyze_discr_in_predicate): Simplify.Eric Botcazou2018-12-141-11/+16
* dwarf2out.c (field_byte_offset): Remove #ifdef PCC_BITFIELD_TYPE_MATTERS check.Uros Bizjak2018-12-061-2/+0
* re PR c++/86900 (-gdwarf-5 -O2 -ffunction-sections = assembler error)Jakub Jelinek2018-11-261-1/+9
* re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo...Jakub Jelinek2018-11-191-1/+1
* Machine-readable diagnostic output (PR other/19165)David Malcolm2018-11-151-0/+1
* [debug/88006] -fdebug-types-section gives undefined refNathan Sidwell2018-11-141-0/+2
* dwarf2out.c (build_abbrev_table): Guard lookup_external_ref call with is_type...Richard Biener2018-11-021-2/+3
* Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw2018-10-281-5/+18
* Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers2018-10-181-1/+4
* tree-core.h (tree_block::abstract_flag): Remove.Richard Biener2018-10-051-75/+30
* re PR debug/37801 (DWARF output for inlined functions doesn't always use DW_T...Richard Biener2018-09-271-7/+24
* re PR debug/87443 (GCC mixes abstract and concrete instances in abstract orig...Richard Biener2018-09-261-8/+6
* re PR debug/87428 ("Missed" inline instances cause bogus DWARF to be emitted)Richard Biener2018-09-261-0/+4
* re PR debug/83941 (Debug info generated with -flto contains useless forwarders)Richard Biener2018-09-251-27/+28
* re PR debug/83941 (Debug info generated with -flto contains useless forwarders)Richard Biener2018-09-251-60/+125
* Remove unused functions and fields.Martin Liska2018-09-251-141/+0
* [PR87013] check for .loc is_stmt support in the assemblerAlexandre Oliva2018-09-201-0/+2
* [debug] DWARF: add DW_AT_count to zero-length arraysOmar Sandoval2018-09-131-2/+24
* [debug] Add -gdescribe-diesTom de Vries2018-09-121-0/+57
* DWARF: Allow hard frame pointer even if frame pointer isn't usedH.J. Lu2018-09-041-13/+12
* DWARF: Call set_indirect_string on DW_MACINFO_start_fileH.J. Lu2018-08-241-0/+6
* Fix FDE labels for DarwinIain Sandoe2018-08-221-2/+9
* tree.c (find_decls_types_r): Do not check for redundant typedefs.Jan Hubicka2018-08-211-1/+2
* [debug] Add debug and earlydebug dumpsTom de Vries2018-08-211-1/+17
* [debug] Respect fdump-noaddr and fdump-unnumbered in print_dieTom de Vries2018-08-211-7/+21
* [debug] Fix handling of vlas in ltoTom de Vries2018-08-201-12/+20
* Merge Ignore and Deprecated in .opt files.Martin Liska2018-08-171-0/+1
* diagnostics: add labeling of source rangesDavid Malcolm2018-08-151-0/+1