aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-05defaults.h: (DWARF_REG_TO_UNWIND_COLUMN): Define default.Olivier Hainque1-1/+2
2014-12-05dwarf2cfi.c (init_one_dwarf_reg_size): New helper, processing one particular ...Olivier Hainque1-20/+78
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-06* dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.Eric Botcazou1-2/+2
2014-09-09single_set takes an insnDavid Malcolm1-10/+10
2014-09-04Add target hook to override DWARF2 frame register sizeMatthew Fortune1-3/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-6/+6
2014-08-28Use rtx_insn in more places in dwarf2cfi.cDavid Malcolm1-12/+13
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-2/+2
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-2/+2
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm1-2/+4
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm1-7/+7
2014-08-27dwarf2cfi.c: Use rtx_sequenceDavid Malcolm1-10/+9
2014-08-25Add rtx_jump_table_data::get_labels methodDavid Malcolm1-4/+1
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