aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-28dwarf2out.c (decl_scope_table): Remove.Richard Biener1-47/+2
2018-06-28dwarf2out.c (gen_subprogram_die): Use is_unit_die when deciding whether to no...Richard Biener1-4/+1
2018-06-28dwarf2out.c (gen_subprogram_die): Always re-use DIEs with an DW_AT_abstract_o...Richard Biener1-16/+19
2018-06-26[PR86064] split single cross-partition range with nonzero locviewsAlexandre Oliva1-2/+16
2018-06-11dwarf2out.c (gen_compile_unit_die): Fallout to DW_LANG_Ada83 for Ada with str...Olivier Hainque1-0/+3
2018-06-08Remove MPXMartin Liska1-23/+12
2018-06-01DWARF5: Don't generate DW_AT_loclists_base for split compile unit DIEs.Mark Wielaard1-3/+9
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-8/+12
2018-05-16DWARF: Add header for .debug_str_offsets table for dwarf_version 5.Mark Wielaard1-0/+40
2018-05-16DWARF: Emit DWARF5 forms for indirect addresses and string offsets.Mark Wielaard1-15/+37
2018-05-15DWARF: Use DW_OP_addrx and DW_OP_constx for DWARF5.Mark Wielaard1-4/+29
2018-05-15DWARF calculate the number of indexed addresses.Mark Wielaard1-2/+19
2018-04-30re PR bootstrap/85571 (non-bootstrap-debug miscompare with trunk)Richard Biener1-0/+2
2018-04-28DWARF: Add .debug_addr table header for dwarf_version >= 5.Mark Wielaard1-1/+24
2018-04-25DWARF sort longer dirs before shorter ones in directory table.Mark Wielaard1-4/+7
2018-04-12re PR target/85238 (lto-wrapper: fatal error: simple_object_copy_lto_debug_s...Eric Botcazou1-1/+5
2018-04-12re PR lto/85371 (Compiling code with -g -flto gives an ICE on darwin after re...Richard Biener1-12/+11
2018-04-11re PR lto/85339 (With early LTO debug the early DWARF misses line-info)Richard Biener1-6/+16
2018-04-11re PR rtl-optimization/85302 (ICE in size_of_loc_descr, at dwarf2out.c:1771 o...Jakub Jelinek1-6/+18
2018-04-06re PR debug/85252 (ICE with -g for static zero-length array initialization)Jakub Jelinek1-0/+2
2018-04-04re PR debug/85176 (ICE in force_decl_die, at dwarf2out.c:25910)Richard Biener1-0/+5
2018-03-23re PR bootstrap/85020 (gcc fails to bootstrap with profiledbootstrap and --wi...Richard Biener1-0/+1
2018-03-11re PR debug/58150 (debug info about definition of enum class not emitted if t...Jakub Jelinek1-15/+22
2018-03-10[IEPM] [PR debug/84620] use constant form for DW_AT_GNU_entry_viewAlexandre Oliva1-6/+96
2018-03-08re PR debug/84456 (gcc.dg/guality/pr49888.c fail)Jakub Jelinek1-1/+4
2018-03-08[LVU] reset view at function entry, omit views at line zeroAlexandre Oliva1-20/+69
2018-03-01re PR debug/84645 (-flto -g0 at compile-time vs. -flto -g at link time ICEs i...Richard Biener1-2/+4
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-6/+16
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva1-64/+124
2018-02-09DWARF: no location for non-definition DECLs with non-trivial DECL_VALUE_EXPRPierre-Marie de Rodat1-4/+27
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-3/+196
2018-02-09[LVU] Introduce location viewsAlexandre Oliva1-68/+632
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+3
2018-01-12re PR debug/83157 (gcc.dg/guality/pr41616-1.c fail, inline instances refer to...Richard Biener1-3/+1
2018-01-10* dwarf2out.c (dwarf2out_var_location): Do not pass NULL to fprintf.Eric Botcazou1-2/+7
2018-01-10re PR debug/83765 (LTO bootstrap with Ada fails)Richard Biener1-5/+5
2018-01-08re PR lto/83719 (ICE (segfault) in hash_table<indirect_string_hasher, xcalloc...Richard Biener1-2/+9
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-18/+41
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-1/+2
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford1-2/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-19/+25
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford1-8/+6
2017-12-20poly_int: DWARF CFA offsetsRichard Sandiford1-0/+3
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-3/+3
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford1-3/+5
2017-12-20poly_int: DWARF locationsRichard Sandiford1-49/+111
2017-12-20poly_int: rtx constantsRichard Sandiford1-0/+10
2017-12-12[IEPM] Introduce debug hook for inline entry point markersAlexandre Oliva1-0/+2
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+36