]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/dwarf2cfi.c
use templates instead of gengtype for typed allocation functions
[thirdparty/gcc.git] / gcc / dwarf2cfi.c
2014-05-17  tbsaundeuse templates instead of gengtype for typed allocation...
2014-04-22  rsandifoMerge from trunk.
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-18  ebotcazou PR debug/59418
2013-12-13  mrsMerge in trunk.
2013-12-10  olegendo * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node...
2013-12-04  rsandifoMerge with trunk.
2013-11-27  hjlAlso handle REG_XXX notes in spill_pseudos
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-04  mrsMerge in trunk.
2013-10-21  dnovilloRe-factor inclusion of tree.h.
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-09  rsandifogcc/
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-04-26  crowlThis patch is the main part of a consolodation of the...
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-09-11  dnovilloRemove unnecessary VEC function overloads.
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...
2012-06-11  rth* dwarf2cfi.c (scan_trace): Handle annulled branch...
2012-04-27  tromeygcc
2012-03-14  roRemove MIPS_DEBUGGING_INFO support
2012-01-10  vries2012-01-10 Tom de Vries <tom@codesourcery.com>
2011-12-21  rthPR target/51552
2011-11-07  hjlCheck HARD_FRAME_POINTER_REGNUM.
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...