aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-368/+274
2011-08-02h8300: Generate correct unwind info around swap_into/out_of_er6.Richard Henderson1-18/+11
2011-07-25dwarf2cfi: Generate remember/restore_state.Richard Henderson1-32/+85
2011-07-25dwarf2cfi: Add debug_cfi_row.Richard Henderson1-0/+32
2011-07-24re PR debug/49831 (arm-linux-gnueabi bootstrap failures due to ICE in dwarf2c...Richard Henderson1-3/+13
2011-07-24re PR debug/49825 (Many testcase failures)Richard Henderson1-10/+9
2011-07-24re PR debug/49827 (sparc64-linux and cris-elf bootstrap failures due to ICE i...Richard Henderson1-0/+8
2011-07-24dwarf2cfi: Reset args_size properly across abnormal edges.Richard Henderson1-8/+13
2011-07-24re PR debug/49825 (Many testcase failures)Richard Henderson1-2/+9
2011-07-23dwarf2cfi: Generate and connect traces.Richard Henderson1-407/+423
2011-07-23dwarf2cfi: Introduce dw_trace_info.Richard Henderson1-174/+266
2011-07-23dwarf2cfi: Allocate reg_saved_in_data in the heap.Richard Henderson1-9/+10
2011-07-23dwarf2cfi: Convert queued_reg_save to a VEC.Richard Henderson1-25/+26
2011-07-23dwarf2cfi: Remove dw_cfi_row_ref typedef.Richard Henderson1-12/+11
2011-07-23dwarf2cfi: Implement change_cfi_row.Richard Henderson1-208/+168
2011-07-23dwarf2cfi: Populate CUR_ROW->REG_SAVE.Richard Henderson1-2/+25
2011-07-23dwarf2cfi: Rename cfi_insn to add_cfi_insn.Richard Henderson1-9/+11
2011-07-23dwarf2cfi: Introduce a dw_cfi_row state.Richard Henderson1-74/+134
2011-07-12re PR target/49713 (Conflicting types for 'arm_dbx_register_number')Richard Henderson1-31/+35
2011-07-11dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.Richard Henderson1-73/+81
2011-07-09dwarf2: Move CFI output routines to dwarf2cfi.c.Richard Henderson1-0/+567
2011-07-09dwarf2: Reduce some redundant definitions.Richard Henderson1-80/+0
2011-07-09dwarf2cfi: Handle return column save from CIE.Richard Henderson1-96/+126
2011-07-09dwarf2cfi: Simplify re-initialization for each function.Richard Henderson1-32/+13
2011-07-09dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.Richard Henderson1-46/+36
2011-07-09re PR rtl-optimization/49686 (CFI notes are missed for delayed slot)Richard Henderson1-16/+9
2011-07-08dwarf2cfi: Flush queued saves at the end of the prologue.Richard Henderson1-0/+7
2011-07-08dwarf2cfi: Insert notes correctly wrt tablejumps.Richard Henderson1-2/+10
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-64/+97
2011-07-07dwarf2out: Convert fde_table to a VEC.Richard Henderson1-8/+8
2011-07-07dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.Bernd Schmidt1-224/+206
2011-07-07dwarf2out: Move insn scanning out of final.c.Bernd Schmidt1-17/+80
2011-07-07dwarf2out: Split CFI construction routines into a new file.Richard Henderson1-0/+2656