aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-17DWARF: add a language hook for scalar biased typesPierre-Marie de Rodat1-3/+24
2015-12-17DWARF: create a macro for max dimensions for array descr. lang. hookPierre-Marie de Rodat1-0/+4
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat1-0/+52
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat1-0/+21
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat1-113/+1849
2015-12-12tree.c (free_lang_data_in_type, [...]): Also free unnecesary type decls.Jan Hubicka1-5/+4
2015-12-02Track indirect calls for call site information in debug infoPierre-Marie de Rodat1-21/+76
2015-11-30re PR c/68162 (Incompatible pointer type using a typedef)Richard Biener1-2/+3
2015-11-26DWARF: fix loc. descr. generation for DW_AT_static_linkPierre-Marie de Rodat1-3/+17
2015-11-24DWARF: materialize subprogram renamings in Ada as imported declarationsPierre-Marie de Rodat1-1/+5
2015-11-09Add hook for modifying debug info for address spacesRichard Henderson1-19/+29
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-10/+11
2015-11-06re PR debug/66728 (CONST_WIDE_INT causes corrupted DWARF debug info)Mike Stump1-6/+13
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-42/+34
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
2015-09-26dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.David Edelsohn1-37/+70
2015-09-21re PR debug/67664 (Duplicate AT_const_value attributes in some c++ cases.)Richard Biener1-10/+8
2015-09-18dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to "back" para...David Edelsohn1-4/+2
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie1-17/+18
2015-09-18dwarf2out.c (append_entry_to_tmpl_value_parm_die_table): Assert we're in earl...Richard Biener1-3/+25
2015-09-18dwarf2out.c (add_location_or_const_value_attribute): Do nothing in early-dwarf.Richard Biener1-0/+3
2015-09-17passes.c (rest_of_decl_compilation): Always call early_global_decl debug hook...Richard Biener1-6/+12
2015-09-13dwarf2out.c: remove typedefs that hide pointernessTrevor Saunders1-177/+163
2015-09-03dwarf2out.c (flush_limbo_die_list): Split out from ...Richard Biener1-52/+64
2015-08-19remove useless typedefsTrevor Saunders1-3/+2
2015-08-14Add DWARF2_LINENO_DEBUGGING_INFO, and use it for nvptxThomas Schwinge1-0/+43
2015-07-27re PR lto/66468 (ICE in in check_die, at dwarf2out.c:5719)Jason Merrill1-0/+4
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0