aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurationsThomas Schwinge1-1/+1
2016-10-12DWARF: space-optimize loc. descr. for integer literals on 32-bit targetsPierre-Marie de Rodat1-5/+24
2016-10-12DWARF: fix scoping for descriptions of local typesPierre-Marie de Rodat1-0/+10
2016-10-11dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.Richard Biener1-10/+52
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-28/+23
2016-10-05DWARF: move pessimistic DWARF version checks for imported entitiesPierre-Marie de Rodat1-3/+5
2016-10-02dwarf2out.c (output_fde, [...]): Use MAX_ARTIFICIAL_LABEL_BYTES as char array...Jakub Jelinek1-7/+9
2016-09-29rtti.c (involves_incomplete_p): Add fall through comment.Marek Polacek1-0/+2
2016-09-28dwarf2out.c (cu_die_list): New global.Richard Biener1-8/+29
2016-09-28dwarf2out.c (struct die_struct): Add removed flag.Richard Biener1-33/+73
2016-09-27Fix pch with Solaris asRichard Biener1-8/+8
2016-09-26dwarf2out.c (stripattributes): Remove unused function.Richard Biener1-96/+80
2016-09-22make prev_real_insn take rtx_insn *Trevor Saunders1-1/+1
2016-09-21dwarf2out.c (remove_child_with_prev): Clear child->die_sib.Richard Biener1-6/+14
2016-09-20debug.h (gcc_debug_hooks): Add filename parameter to early_finish hook.Richard Biener1-30/+25
2016-09-19re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)Bernd Edlinger1-2/+2
2016-09-19dwarf2out.c (early_dwarf_finished): New global.Richard Biener1-8/+37
2016-08-30re PR c++/77363 (Missing debug information in DWARF)Jakub Jelinek1-1/+2
2016-08-25dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes): Only add locatio...Richard Biener1-5/+4
2016-08-18DWARF: do not emit DW_TAG_variable to materialize DWARF proceduresPierre-Marie de Rodat1-14/+2
2016-08-15dwarf2.def (DW_AT_string_length_bit_size, [...]): New attributes.Jakub Jelinek1-7/+23
2016-08-15re PR debug/71906 (Fortran allocatable strings debug info type size regression)Jakub Jelinek1-7/+310
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-3/+4
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva1-3/+46
2016-08-12[PR55641] drop spurious const_type from reference_type variablesAlexandre Oliva1-0/+4
2016-08-12[PR49366] emit loc exprs for C++ non-virtual pmf template value parmsAlexandre Oliva1-1/+92
2016-07-19re PR debug/71855 (duplicate unspecified_parameters DIE in DWARF for function...Aldy Hernandez1-5/+8
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-3/+3
2016-06-22dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in place of GE...Nick Clifton1-41/+37
2016-05-31* dwarf2out.c (cur_line_info_table): Add GTY marker.Nathan Sidwell1-1/+1
2016-05-11re PR debug/71057 (ICE in schedule_generic_params_dies_gen, at dwarf2out.c:24...Richard Biener1-4/+6
2016-05-10DWARF: fix stack usage assessment for DW_OP_negPierre-Marie de Rodat1-1/+1
2016-05-10DWARF: add abstract origin links on lexical blocks DIEsPierre-Marie de Rodat1-3/+10
2016-05-06re PR fortran/70931 (ICE with -g in native_encode_initializer, bei dwarf2out....Richard Biener1-1/+1
2016-05-03Fix a typo in dwarf2out.c:resolve_args_picking_1Pierre-Marie de Rodat1-1/+1
2016-04-27DWARF: turn dw_loc_descr_node field into hash map for frame offset checkPierre-Marie de Rodat1-18/+19
2016-03-17re PR debug/70271 (internal compiler error: in dwarf2out_finish, at dwarf2out...Richard Biener1-9/+7
2016-03-15re PR middle-end/69513 (LTO bootstrap fails with bootstrap-profiled during li...Eric Botcazou1-5/+6
2016-03-04re PR debug/69947 (DW_OP_GNU_implicit_pointer broken on the trunk)Jakub Jelinek1-0/+18
2016-02-26Replace ENABLE_CHECKING with CHECKING_P in dwarf2outMartin Liska1-3/+3
2016-02-24re PR debug/69705 (segfault in libgomp.fortran/task1.f90 with -flto -fno-use-...Jakub Jelinek1-5/+7
2016-01-25re PR lto/69393 (ICE in dwarf2out_finish, at dwarf2out.c:27175 with LTO)Richard Biener1-0/+1
2016-01-22re PR debug/66668 (FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan...Jakub Jelinek1-12/+136
2016-01-19dwarf2out.c (need_endianity_attribute_p): New inline predicate.Eric Botcazou1-46/+83
2016-01-15re PR debug/69137 (ICE in odr_type_p, at ipa-utils.h:257)Richard Biener1-16/+22
2016-01-14re PR debug/69244 (ICE in plus_constant, at explow.c:87 on i686-linux-gnu)Jakub Jelinek1-0/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21DWARF: allow dynamic data member offsets for inheritance infoPierre-Marie de Rodat1-11/+11
2015-12-18Ignore -fdebug-prefix-map in producer string (by Daniel Kahn Gillmor)Bernd Schmidt1-0/+1