aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09Eliminate basic_block_info macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-21/+10
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-10/+21
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-77/+95
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-5/+5
2013-11-18This patch fixes an lto profiledbootstrap failure with -freorder-blocks-and-p...Teresa Johnson1-0/+9
2013-11-13cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher1-5/+9
2013-10-10re PR middle-end/58670 (asm goto miscompilation)Jakub Jelinek1-2/+10
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-9/+9
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-8/+8