aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize DW_AT_data_member_lo...Jakub Jelinek1-7/+20
2011-07-28re PR debug/49871 (-gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_lo...Jakub Jelinek1-3/+26
2011-07-27dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c...Jakub Jelinek1-0/+1
2011-07-26dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c...Jakub Jelinek1-11/+15
2011-07-23dwarf2cfi: Implement change_cfi_row.Richard Henderson1-39/+120
2011-07-22dwarf2.h (DW_AT_GNU_macros): New.Jakub Jelinek1-31/+382
2011-07-22re PR other/32998 (-frecord-gcc-switches issues)Jakub Jelinek1-15/+124
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-3/+3
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-1/+1
2011-07-12re PR target/49713 (Conflicting types for 'arm_dbx_register_number')Richard Henderson1-5/+5
2011-07-11dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.Richard Henderson1-2/+2
2011-07-11re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth...Jakub Jelinek1-13/+159
2011-07-09dwarf2: Move CFI output routines to dwarf2cfi.c.Richard Henderson1-630/+8
2011-07-09dwarf2: Reduce some redundant definitions.Richard Henderson1-37/+0
2011-07-09dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.Richard Henderson1-4/+4
2011-07-09Move ASM_COMMENT_START to defaults.h.Richard Henderson1-15/+0
2011-07-09re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth...Jakub Jelinek1-19/+50
2011-07-07Dump NOTE_INSN_CFI notes.Richard Henderson1-28/+50
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-3/+8
2011-07-07dwarf2out: Convert fde_table to a VEC.Richard Henderson1-106/+66
2011-07-07dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.Bernd Schmidt1-5/+2
2011-07-07dwarf2out: Move insn scanning out of final.c.Bernd Schmidt1-1/+7
2011-07-07dwarf2out: Split CFI construction routines into a new file.Richard Henderson1-2768/+77
2011-07-05dwarf2out: Remove unused text-based unwind entry points.Richard Henderson1-59/+8
2011-07-02tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou1-0/+8
2011-06-30dwarf2out: Add REG_CFA_FLUSH_QUEUE.Richard Henderson1-11/+24
2011-06-30dwarf2out: Handle pc_rtx as return column in REG_CFA_OFFSET too.Richard Henderson1-4/+14
2011-06-30dwarf2out: Convert regs_saved_in_regs to VEC.Richard Henderson1-50/+65
2011-06-30re PR debug/49364 ([4.7 regressions] Empty .debug_abbrev sections confuse SGI...Jakub Jelinek1-6/+6
2011-06-29re PR debug/49567 (ICE in mem_loc_descriptor due to typed DWARF stack changes)Jakub Jelinek1-1/+2
2011-06-27* dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.Eric Botcazou1-7/+7
2011-06-27re PR lto/48492 (LTO bootstrap failure in copy_constant)Eric Botcazou1-1/+1
2011-06-22reg-notes.def (REG_CFA_WINDOW_SAVE): New.Richard Henderson1-16/+18
2011-06-22dwarf2out.c (size_of_loc_descr, [...]): Allow DW_OP_GNU_convert and DW_OP_GNU...Jakub Jelinek1-108/+159
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-5/+83
2011-06-21Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.Bernd Schmidt1-0/+1
2011-06-15re PR debug/49382 (-O2 -g: DW_AT_location at the very first PC is already mod...Jakub Jelinek1-3/+36
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-6/+7
2011-06-14re PR debug/48459 (avr: Assertion failure with -gdwarf-2)Richard Henderson1-7/+15
2011-06-06re PR debug/49262 (3-yr-old infinite loop in dwarf2out.c)Jakub Jelinek1-1/+1
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek1-0/+2
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