aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+10
2015-09-13dwarf2cfi.c: remove typedef that hides pointernessTrevor Saunders1-4/+1
2015-08-19remove more useless typedefsTrevor Saunders1-10/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-3/+2
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-6/+6
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-2/+2
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-4/+4
2015-05-09notice_args_size can take a rtx_insn *Trevor Saunders1-1/+1
2015-05-02add_cfi_insn can be a rtx_insn *Trevor Saunders1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-04-1415-04-14 Christian Bruel <christian.bruel@st.com>Christian Bruel1-1/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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