summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek2011-11-051-0/+8
* Invalidate cached next real insn in dwarf2out_end_epilogue().David S. Miller2011-10-311-1/+2
* Handle many consecutive location notes more efficiently in dwarf2.David S. Miller2011-10-301-2/+32
* dwarf2out.c (add_gnat_descriptive_type_attribute): Temporarily suppress debug...Eric Botcazou2011-10-251-0/+4
* dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode as second arg...Jakub Jelinek2011-10-191-1/+2
* re PR rtl-optimization/50191 (Strange debug insn produced for TOC compiling 4...Jakub Jelinek2011-09-071-7/+11
* dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize DW_AT_data_member_lo...Jakub Jelinek2011-07-281-7/+20
* re PR debug/49871 (-gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_lo...Jakub Jelinek2011-07-281-3/+26
* dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c...Jakub Jelinek2011-07-271-0/+1
* dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c...Jakub Jelinek2011-07-261-11/+15
* dwarf2cfi: Implement change_cfi_row.Richard Henderson2011-07-231-39/+120
* dwarf2.h (DW_AT_GNU_macros): New.Jakub Jelinek2011-07-221-31/+382
* re PR other/32998 (-frecord-gcc-switches issues)Jakub Jelinek2011-07-221-15/+124
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-3/+3
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-1/+1
* re PR target/49713 (Conflicting types for 'arm_dbx_register_number')Richard Henderson2011-07-121-5/+5
* dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.Richard Henderson2011-07-111-2/+2
* re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth...Jakub Jelinek2011-07-111-13/+159
* dwarf2: Move CFI output routines to dwarf2cfi.c.Richard Henderson2011-07-091-630/+8
* dwarf2: Reduce some redundant definitions.Richard Henderson2011-07-091-37/+0
* dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.Richard Henderson2011-07-091-4/+4
* Move ASM_COMMENT_START to defaults.h.Richard Henderson2011-07-091-15/+0
* re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth...Jakub Jelinek2011-07-091-19/+50
* Dump NOTE_INSN_CFI notes.Richard Henderson2011-07-071-28/+50
* dwarf2: Extract cfi creation to a new pass.Richard Henderson2011-07-071-3/+8
* dwarf2out: Convert fde_table to a VEC.Richard Henderson2011-07-071-106/+66
* dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.Bernd Schmidt2011-07-071-5/+2
* dwarf2out: Move insn scanning out of final.c.Bernd Schmidt2011-07-071-1/+7
* dwarf2out: Split CFI construction routines into a new file.Richard Henderson2011-07-071-2768/+77
* dwarf2out: Remove unused text-based unwind entry points.Richard Henderson2011-07-051-59/+8
* tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou2011-07-021-0/+8
* dwarf2out: Add REG_CFA_FLUSH_QUEUE.Richard Henderson2011-06-301-11/+24
* dwarf2out: Handle pc_rtx as return column in REG_CFA_OFFSET too.Richard Henderson2011-06-301-4/+14
* dwarf2out: Convert regs_saved_in_regs to VEC.Richard Henderson2011-06-301-50/+65
* re PR debug/49364 ([4.7 regressions] Empty .debug_abbrev sections confuse SGI...Jakub Jelinek2011-06-301-6/+6
* re PR debug/49567 (ICE in mem_loc_descriptor due to typed DWARF stack changes)Jakub Jelinek2011-06-291-1/+2
* * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.Eric Botcazou2011-06-271-7/+7
* re PR lto/48492 (LTO bootstrap failure in copy_constant)Eric Botcazou2011-06-271-1/+1
* reg-notes.def (REG_CFA_WINDOW_SAVE): New.Richard Henderson2011-06-221-16/+18
* dwarf2out.c (size_of_loc_descr, [...]): Allow DW_OP_GNU_convert and DW_OP_GNU...Jakub Jelinek2011-06-221-108/+159
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-5/+83
* Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.Bernd Schmidt2011-06-211-0/+1
* re PR debug/49382 (-O2 -g: DW_AT_location at the very first PC is already mod...Jakub Jelinek2011-06-151-3/+36
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-6/+7
* re PR debug/48459 (avr: Assertion failure with -gdwarf-2)Richard Henderson2011-06-141-7/+15
* re PR debug/49262 (3-yr-old infinite loop in dwarf2out.c)Jakub Jelinek2011-06-061-1/+1
* re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek2011-06-061-0/+2
* dwarf2out.c (compare_loc_descriptor, [...]): New functions.Jakub Jelinek2011-06-011-602/+645
* dwarf2out.c (mem_loc_descriptor): Call base_type_for_mode with op_mode instea...Jakub Jelinek2011-06-011-1/+1
* dwarf2out.c (resolve_addr_in_expr): Optimize away redundant DW_OP_GNU_convert...Jakub Jelinek2011-05-311-14/+75