lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot bb thres...
[gcc.git] / gcc / dwarf2cfi.c
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-06-11 Richard Henderson* dwarf2cfi.c (scan_trace): Handle annulled branch...
2012-04-27 Tom Tromeydwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
2012-03-14 Rainer OrthRemove MIPS_DEBUGGING_INFO support
2012-01-10 Tom de Vriesre PR rtl-optimization/51271 (ICE in in maybe_record_tr...
2011-12-21 Richard Hendersonre PR target/51552 (bfin generates bad assembly)
2011-11-07 H.J. LuCheck HARD_FRAME_POINTER_REGNUM.
2011-09-12 Jakub Jelinekre PR bootstrap/50010 (bootstrap comparison failure...
2011-08-21 Richard Hendersonrtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
2011-08-05 Richard Hendersonre PR rtl-optimization/49977 (CFI notes are missed...
2011-08-02 Richard Hendersonre PR debug/49864 (ICE: in maybe_record_trace_start...
2011-08-02 Richard Hendersonh8300: Generate correct unwind info around swap_into...
2011-07-25 Richard Hendersondwarf2cfi: Generate remember/restore_state.
2011-07-25 Richard Hendersondwarf2cfi: Add debug_cfi_row.
2011-07-25 Richard Hendersonre PR debug/49831 (arm-linux-gnueabi bootstrap failures...
2011-07-25 Richard Hendersonre PR debug/49825 (Many testcase failures)
2011-07-25 Richard Hendersonre PR debug/49827 (sparc64-linux and cris-elf bootstrap...
2011-07-25 Richard Hendersondwarf2cfi: Reset args_size properly across abnormal...
2011-07-25 Richard Hendersonre PR debug/49825 (Many testcase failures)
2011-07-23 Richard Hendersondwarf2cfi: Generate and connect traces.
2011-07-23 Richard Hendersondwarf2cfi: Introduce dw_trace_info.
2011-07-23 Richard Hendersondwarf2cfi: Allocate reg_saved_in_data in the heap.
2011-07-23 Richard Hendersondwarf2cfi: Convert queued_reg_save to a VEC.
2011-07-23 Richard Hendersondwarf2cfi: Remove dw_cfi_row_ref typedef.
2011-07-23 Richard Hendersondwarf2cfi: Implement change_cfi_row.
2011-07-23 Richard Hendersondwarf2cfi: Populate CUR_ROW->REG_SAVE.
2011-07-23 Richard Hendersondwarf2cfi: Rename cfi_insn to add_cfi_insn.
2011-07-23 Richard Hendersondwarf2cfi: Introduce a dw_cfi_row state.
2011-07-12 Richard Hendersonre PR target/49713 (Conflicting types for 'arm_dbx_regi...
2011-07-11 Richard Hendersondwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
2011-07-09 Richard Hendersondwarf2: Move CFI output routines to dwarf2cfi.c.
2011-07-09 Richard Hendersondwarf2: Reduce some redundant definitions.
2011-07-09 Richard Hendersondwarf2cfi: Handle return column save from CIE.
2011-07-09 Richard Hendersondwarf2cfi: Simplify re-initialization for each function.
2011-07-09 Richard Hendersondwarf2cfi: Unify add_fde_cfi and add_cie_cfi.
2011-07-09 Richard Hendersonre PR rtl-optimization/49686 (CFI notes are missed...
2011-07-08 Richard Hendersondwarf2cfi: Flush queued saves at the end of the prologue.
2011-07-08 Richard Hendersondwarf2cfi: Insert notes correctly wrt tablejumps.
2011-07-08 Richard Hendersondwarf2: Extract cfi creation to a new pass.
2011-07-07 Richard Hendersondwarf2out: Convert fde_table to a VEC.
2011-07-07 Bernd Schmidtdwarf2out: Emit NOTE_INSN_CFI_* both with and without...
2011-07-07 Bernd Schmidtdwarf2out: Move insn scanning out of final.c.
2011-07-07 Richard Hendersondwarf2out: Split CFI construction routines into a new...