summaryrefslogtreecommitdiffstats
path: root/gcc/dwarf2cfi.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-80/+64
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-30/+28
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-7/+7
* * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.rth2012-06-111-5/+19
* gcctromey2012-04-271-64/+4
* Remove MIPS_DEBUGGING_INFO supportro2012-03-141-9/+1
* 2012-01-10 Tom de Vries <tom@codesourcery.com>vries2012-01-101-0/+3
* PR target/51552rth2011-12-211-17/+12
* Check HARD_FRAME_POINTER_REGNUM.hjl2011-11-071-1/+2
* PR bootstrap/50010jakub2011-09-121-5/+14
* * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.rth2011-08-211-1/+1
* PR rtl-opt/49977rth2011-08-051-28/+72
* PR target/49864rth2011-08-021-368/+274
* h8300: Generate correct unwind info around swap_into/out_of_er6.rth2011-08-021-18/+11
* dwarf2cfi: Generate remember/restore_state.rth2011-07-251-32/+85
* dwarf2cfi: Add debug_cfi_row.rth2011-07-251-0/+32
* PR debug/49831rth2011-07-251-3/+13
* PR debug/49825rth2011-07-251-10/+9
* PR debug/49827rth2011-07-251-0/+8
* dwarf2cfi: Reset args_size properly across abnormal edges.rth2011-07-251-8/+13
* PR debug/49825rth2011-07-251-2/+9
* dwarf2cfi: Generate and connect traces.rth2011-07-231-407/+423
* dwarf2cfi: Introduce dw_trace_info.rth2011-07-231-174/+266
* dwarf2cfi: Allocate reg_saved_in_data in the heap.rth2011-07-231-9/+10
* dwarf2cfi: Convert queued_reg_save to a VEC.rth2011-07-231-25/+26
* dwarf2cfi: Remove dw_cfi_row_ref typedef.rth2011-07-231-12/+11
* dwarf2cfi: Implement change_cfi_row.rth2011-07-231-208/+168
* dwarf2cfi: Populate CUR_ROW->REG_SAVE.rth2011-07-231-2/+25
* dwarf2cfi: Rename cfi_insn to add_cfi_insn.rth2011-07-231-9/+11
* dwarf2cfi: Introduce a dw_cfi_row state.rth2011-07-231-74/+134
* PR target/49713rth2011-07-121-31/+35
* * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.rth2011-07-111-73/+81
* dwarf2: Move CFI output routines to dwarf2cfi.c.rth2011-07-091-0/+567
* dwarf2: Reduce some redundant definitions.rth2011-07-091-80/+0
* dwarf2cfi: Handle return column save from CIE.rth2011-07-091-96/+126
* dwarf2cfi: Simplify re-initialization for each function.rth2011-07-091-32/+13
* dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.rth2011-07-091-46/+36
* PR debug/49686rth2011-07-091-16/+9
* dwarf2cfi: Flush queued saves at the end of the prologue.rth2011-07-081-0/+7
* dwarf2cfi: Insert notes correctly wrt tablejumps.rth2011-07-081-2/+10
* dwarf2: Extract cfi creation to a new pass.rth2011-07-081-64/+97
* dwarf2out: Convert fde_table to a VEC.rth2011-07-071-8/+8
* dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.rth2011-07-071-224/+206
* dwarf2out: Move insn scanning out of final.c.rth2011-07-071-17/+80
* dwarf2out: Split CFI construction routines into a new file.rth2011-07-071-0/+2656
OpenPOWER on IntegriCloud