aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-22dwarf2cfi.c: Use rtx_insnDavid Malcolm1-2/+2
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm1-2/+4
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-5/+7
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-16/+16
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18re PR debug/59418 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2221)Eric Botcazou1-14/+32
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-3/+3
2013-11-27Also handle REG_XXX notes in spill_pseudosH.J. Lu1-0/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+36
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-26/+31
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-80/+64
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-30/+28
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-7/+7
2012-06-11* dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.Richard Henderson1-5/+19
2012-04-27dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.Tom Tromey1-64/+4
2012-03-14Remove MIPS_DEBUGGING_INFO supportRainer Orth1-9/+1
2012-01-10re PR rtl-optimization/51271 (ICE in in maybe_record_trace_start, at dwarf2cf...Tom de Vries1-0/+3
2011-12-21re PR target/51552 (bfin generates bad assembly)Richard Henderson1-17/+12
2011-11-07Check HARD_FRAME_POINTER_REGNUM.H.J. Lu1-1/+2
2011-09-12re PR bootstrap/50010 (bootstrap comparison failure without CFI directives)Jakub Jelinek1-5/+14
2011-08-21rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson1-1/+1
2011-08-05re PR rtl-optimization/49977 (CFI notes are missed for delayed slot)Richard Henderson1-28/+72
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-368/+274
2011-08-02h8300: Generate correct unwind info around swap_into/out_of_er6.Richard Henderson1-18/+11
2011-07-25dwarf2cfi: Generate remember/restore_state.Richard Henderson1-32/+85
2011-07-25dwarf2cfi: Add debug_cfi_row.Richard Henderson1-0/+32
2011-07-24re PR debug/49831 (arm-linux-gnueabi bootstrap failures due to ICE in dwarf2c...Richard Henderson1-3/+13
2011-07-24re PR debug/49825 (Many testcase failures)Richard Henderson1-10/+9
2011-07-24re PR debug/49827 (sparc64-linux and cris-elf bootstrap failures due to ICE i...Richard Henderson1-0/+8
2011-07-24dwarf2cfi: Reset args_size properly across abnormal edges.Richard Henderson1-8/+13
2011-07-24re PR debug/49825 (Many testcase failures)Richard Henderson1-2/+9
2011-07-23dwarf2cfi: Generate and connect traces.Richard Henderson1-407/+423
2011-07-23dwarf2cfi: Introduce dw_trace_info.Richard Henderson1-174/+266
2011-07-23dwarf2cfi: Allocate reg_saved_in_data in the heap.Richard Henderson1-9/+10
2011-07-23dwarf2cfi: Convert queued_reg_save to a VEC.Richard Henderson1-25/+26
2011-07-23dwarf2cfi: Remove dw_cfi_row_ref typedef.Richard Henderson1-12/+11
2011-07-23dwarf2cfi: Implement change_cfi_row.Richard Henderson1-208/+168
2011-07-23dwarf2cfi: Populate CUR_ROW->REG_SAVE.Richard Henderson1-2/+25
2011-07-23dwarf2cfi: Rename cfi_insn to add_cfi_insn.Richard Henderson1-9/+11
2011-07-23dwarf2cfi: Introduce a dw_cfi_row state.Richard Henderson1-74/+134