aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-16/+8
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders1-3/+1
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-2/+3
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-1/+1
2015-06-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford1-10/+3
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-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-8/+7
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-20/+23
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-0/+1
2015-05-09change in_expr_list_p to in_insn_list_pTrevor Saunders1-1/+1
2015-04-28always define HAVE_epilogueTrevor Saunders1-5/+1
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-8/+6
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-9/+3
2015-04-22always define HAVE_cc0Trevor Saunders1-3/+3
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-1/+1
2015-04-14re PR rtl-optimization/65761 (internal compiler error: in patch_jump_insn, at...Jakub Jelinek1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+11
2015-01-09re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek1-0/+18
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-14re PR debug/63581 (undefined references in debug_info)Rong Xu1-1/+18
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-5/+12
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-19cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang1-3/+3
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-4/+4
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-4/+5
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-3/+3
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm1-3/+3
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-2/+2
2014-08-26duplicate_insn_chain accepts rtx_insnDavid Malcolm1-3/+3
2014-08-26Strengthen various insn emission functionsDavid Malcolm1-1/+1
2014-08-26Params of add_insn and unlink_insn_chainDavid Malcolm1-5/+5
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-70/+26
2014-08-26Tighten up params of create_basic_block_structureDavid Malcolm1-2/+3
2014-08-25Add rtx_jump_table_data::get_labels methodDavid Malcolm1-9/+5
2014-08-25delete_insn_and_edges takes an rtx_insn *David Malcolm1-1/+1
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-2/+2
2014-08-25Remove BB_FOOTER scaffoldingDavid Malcolm1-29/+14
2014-08-21cfgrtl.c: Use rtx subclassesDavid Malcolm1-92/+98
2014-08-20get_last_bb_insn returns an rtx_insnDavid Malcolm1-3/+3