aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-17pass cfun to pass::executeTrevor Saunders1-44/+41
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17re PR gcov-profile/59527 (ICE: in fixup_reorder_chain, at cfgrtl.c:3739 durin...Teresa Johnson1-1/+2
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-6/+6
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-11/+11
2013-12-09Eliminate last_basic_block macro.David Malcolm1-5/+8
2013-12-09Eliminate profile_status macro.David Malcolm1-3/+3