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