aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01dwarf2out.c (compare_loc_descriptor, [...]): New functions.Jakub Jelinek1-602/+645
2011-06-01dwarf2out.c (mem_loc_descriptor): Call base_type_for_mode with op_mode instea...Jakub Jelinek1-1/+1
2011-05-31dwarf2out.c (resolve_addr_in_expr): Optimize away redundant DW_OP_GNU_convert...Jakub Jelinek1-14/+75
2011-05-31cselib.c (promote_debug_loc): Allow l->next non-NULL for cselib_preserve_cons...Jakub Jelinek1-28/+442
2011-05-31re PR debug/49047 (DW_AT_linkage_name missing for constructors and destructors)Dodji Seketeli1-0/+6
2011-05-31Revert "Fix PR debug/49047"Dodji Seketeli1-6/+0
2011-05-31re PR debug/49047 (DW_AT_linkage_name missing for constructors and destructors)Dodji Seketeli1-0/+6
2011-05-30dwarf2out.c (modified_type_die, [...]): Use DW_TAG_rvalue_reference_type even...Jakub Jelinek1-2/+2
2011-05-22re PR c++/49092 (ice in tree_add_const_value_attribute)Jason Merrill1-1/+3
2011-05-09One more POINTERS_EXTEND_UNSIGNED fix in mem_loc_descriptor.H.J. Lu1-1/+5
2011-05-06dwarf2out.c (contains_subprogram_definition): New function.Cary Coutant1-0/+16
2011-05-05dwarf2out.c (dwarf2out_frame_debug_expr): Handle POST_MODIFY.Bernd Schmidt1-2/+6
2011-05-05re PR debug/48853 (Wrong DWARF codegen when Pmode != ptr_mode)Jakub Jelinek1-5/+19
2011-05-04Remove unused debug_str_hash_forced from dwarf2out.Mark Wielaard1-56/+6
2011-05-03PR42288 emit empty .debug_aranges section.Mark Wielaard1-11/+7
2011-04-30dwarf2.h (DW_OP_GNU_const_type, [...]): New.Jakub Jelinek1-230/+1005
2011-04-29builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...Richard Guenther1-1/+1
2011-04-18* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.Eric Botcazou1-1/+1
2011-04-13dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.Bernd Schmidt1-194/+208
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