aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-20Fix issue with NULL as_a in duplicate_insn_chainDavid Malcolm1-1/+1
2014-08-19Return types of unlink_insn_chain and duplicate_insn_chainDavid Malcolm1-6/+6
2014-08-19emit_* functions return rtx_insnDavid Malcolm1-1/+1
2014-08-19Convert various rtx to rtx_note *David Malcolm1-3/+5
2014-08-19bb_note returns a rtx_note *David Malcolm1-2/+2
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm1-8/+14
2014-08-19entry_of_function returns an insnDavid Malcolm1-1/+1
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-38/+38
2014-08-19Replace BB_HEAD et al macros with functionsDavid Malcolm1-0/+60
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-37/+37
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-05-21Stop the cfglayout code from failing an assert when called from hw-doloop.Bernd Schmidt1-8/+8
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-11/+7
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-14cfgcleanup.c (try_forward_edges): Use location_t for locations.Eric Botcazou1-2/+2