aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-06re PR debug/48466 (Wrong variable locations at -O0 on i686)Jakub Jelinek1-1/+1
2011-04-04re PR bootstrap/48400 (powerpc-apple-darwin9 fails to bootstrap at revision 1...Richard Henderson1-14/+23
2011-04-03dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.Alan Modra1-3/+1
2011-04-01dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.Olivier Hainque1-1/+44
2011-04-01re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Jakub Jelinek1-1/+3
2011-04-01re PR bootstrap/48400 (powerpc-apple-darwin9 fails to bootstrap at revision 1...Richard Henderson1-5/+24
2011-04-01Don't add DW_AT_low_pc if the CU has no associated code.Mark Wielaard1-12/+18
2011-04-01dwarf2out.h (dwarf2out_frame_debug_init): Declare.Bernd Schmidt1-32/+34
2011-03-31dwarf2out.c (dw_separate_line_info_ref): Remove.Richard Henderson1-399/+338
2011-03-30Introduce -fno-debug-types-section flag.Mark Wielaard1-18/+28
2011-03-29dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.Richard Sandiford1-19/+121
2011-03-29re PR debug/48253 (Further .debug_aranges issues)Jakub Jelinek1-243/+235
2011-03-29re PR debug/48203 (ICE in dwarf2out.c while building eglibc.)Jakub Jelinek1-1/+1
2011-03-25dwarf2out.c (mem_loc_descriptor): Compare mode size instead of bitsize with D...Jakub Jelinek1-2/+7
2011-03-25Remove deprecated DW_FORM_sig8 define.Mark Wielaard1-2/+2
2011-03-25re PR debug/48041 (dwarf2out emits unnecessary null byte in empty .debug_abbr...Mark Wielaard1-0/+3
2011-03-23dwarf2out.c (const_ok_for_output_1): Print the unspec enum name if possible.Andreas Krebbel1-0/+7
2011-03-22* dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.Richard Henderson1-3/+7
2011-03-18re PR debug/48176 (.debug_aranges is no longer emitted)Jakub Jelinek1-1/+2
2011-03-17re PR debug/48163 (ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc....Jakub Jelinek1-1/+5
2011-03-17re PR debug/48163 (ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc....Jakub Jelinek1-2/+9
2011-03-17re PR bootstrap/48153 (Bootstrapping revision 171033 fails on x86_64-apple-da...Jakub Jelinek1-4/+7
2011-03-16re PR debug/47510 (DW_TAG_typedef can have children when designating a naming...Dodji Seketeli1-6/+30
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek1-329/+0
2011-03-16calls.c (emit_call_1): Set MEM_EXPR on call's MEM.Jakub Jelinek1-5/+22
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek1-4/+4
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek1-14/+360
2011-03-14re PR debug/47946 (Dwarf uses 64-bits to refer to a structure offset unnecess...Jakub Jelinek1-3/+6
2011-03-04dwarf2out.c (compare_loc_operands): Fix address handling.Richard Sandiford1-1/+1
2011-02-28re PR debug/28047 (DWARF output_file_names should really understand DOS pathn...Kai Tietz1-2/+2
2011-02-12re PR target/47324 (r160124 caused g++.dg/torture/stackalign failures with -O...Mike Stump1-24/+100
2011-01-19re PR c++/47291 (ICE: SIGSEGV in size_binop_loc (fold-const.c:1427) with -g)Dodji Seketeli1-1/+56
2011-01-13Fix PR debug/PR46973Dodji Seketeli1-0/+31
2011-01-12re PR debug/47209 (ICE: SIGSEGV in should_emit_struct_debug (dwarf2out.c:627)...Kai Tietz1-1/+1
2011-01-07provide pubnames when there are multiple code sectionsIain Sandoe1-24/+130
2011-01-06re PR debug/46704 (Ada compiler fails to build itself)Eric Botcazou1-1/+1
2011-01-04dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the initializer.Eric Botcazou1-1/+6
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-4/+2
2010-12-22re PR debug/46724 (Wrong debug info: Invalid variable location)Alexandre Oliva1-1/+1
2010-12-17re PR debug/45088 (pointer type information lost in debuginfo)Dodji Seketeli1-1/+11
2010-12-06re PR debug/45997 (__unknown__ type name for typedef'd int)Jakub Jelinek1-2/+7
2010-12-03re PR debug/46123 (ICE: in output_aranges, at dwarf2out.c:11531 with -felimin...Jason Merrill1-0/+4
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-2/+2
2010-11-29Add addresses of DIEs to debug_dwarf_dieDodji Seketeli1-3/+7
2010-11-29re PR debug/46101 (ICE: in build_abbrev_table, at dwarf2out.c:10333 with -fel...Dodji Seketeli1-2/+24
2010-11-27dwarf2out.c (dwarf2out_begin_function): Set cold_text_section and output cold...Jan Hubicka1-9/+10
2010-11-26re PR middle-end/46559 (libstdc++ link FAILs with -flto)Richard Guenther1-4/+3
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-6/+6
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers1-0/+83
2010-11-19re PR target/45870 (note: non-delegitimized UNSPEC 5 found (-O1 -g))Jakub Jelinek1-5/+12