OSDN Git Service

Support expansion of reserved locations wrapped in virtual locations
[pf3gnuchains/gcc-fork.git] / gcc / dwarf2cfi.c
2011-09-12 jakub PR bootstrap/50010
2011-08-21 rth * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow...
2011-08-05 rthPR rtl-opt/49977
2011-08-02 rthPR target/49864
2011-08-02 rthh8300: Generate correct unwind info around swap_into...
2011-07-25 rthdwarf2cfi: Generate remember/restore_state.
2011-07-25 rthdwarf2cfi: Add debug_cfi_row.
2011-07-25 rthPR debug/49831
2011-07-25 rthPR debug/49825
2011-07-25 rthPR debug/49827
2011-07-25 rthdwarf2cfi: Reset args_size properly across abnormal...
2011-07-25 rthPR debug/49825
2011-07-23 rthdwarf2cfi: Generate and connect traces.
2011-07-23 rthdwarf2cfi: Introduce dw_trace_info.
2011-07-23 rthdwarf2cfi: Allocate reg_saved_in_data in the heap.
2011-07-23 rthdwarf2cfi: Convert queued_reg_save to a VEC.
2011-07-23 rthdwarf2cfi: Remove dw_cfi_row_ref typedef.
2011-07-23 rthdwarf2cfi: Implement change_cfi_row.
2011-07-23 rthdwarf2cfi: Populate CUR_ROW->REG_SAVE.
2011-07-23 rthdwarf2cfi: Rename cfi_insn to add_cfi_insn.
2011-07-23 rthdwarf2cfi: Introduce a dw_cfi_row state.
2011-07-12 rthPR target/49713
2011-07-11 rth * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
2011-07-09 rthdwarf2: Move CFI output routines to dwarf2cfi.c.
2011-07-09 rthdwarf2: Reduce some redundant definitions.
2011-07-09 rthdwarf2cfi: Handle return column save from CIE.
2011-07-09 rthdwarf2cfi: Simplify re-initialization for each function.
2011-07-09 rthdwarf2cfi: Unify add_fde_cfi and add_cie_cfi.
2011-07-09 rthPR debug/49686
2011-07-08 rthdwarf2cfi: Flush queued saves at the end of the prologue.
2011-07-08 rthdwarf2cfi: Insert notes correctly wrt tablejumps.
2011-07-08 rthdwarf2: Extract cfi creation to a new pass.
2011-07-07 rthdwarf2out: Convert fde_table to a VEC.
2011-07-07 rthdwarf2out: Emit NOTE_INSN_CFI_* both with and without...
2011-07-07 rthdwarf2out: Move insn scanning out of final.c.
2011-07-07 rthdwarf2out: Split CFI construction routines into a new...