aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-11re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)Marek Polacek1-0/+17
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-2/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-67/+0
2014-10-22cfgbuild.h: New.Andrew MacLeod1-171/+3
2014-10-21Add AutoFDO.Dehao Chen1-0/+2
2014-10-21cfg.h: New.Andrew MacLeod1-117/+4
2014-10-20cfgrtl.h: New.Andrew MacLeod1-39/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-08control_flow_insn_p takes an insnDavid Malcolm1-1/+1
2014-09-05Convert set_block_for_insn from a macro to an inline functionDavid Malcolm1-2/+0
2014-08-28inside_basic_block_p requires a const rtx_insn *David Malcolm1-1/+1
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-12/+6
2014-08-26Tighten up params of create_basic_block_structureDavid Malcolm1-2/+2
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-1/+1
2014-08-25Remove BB_FOOTER scaffoldingDavid Malcolm1-3/+2
2014-08-22loop-unroll.c: Use rtx_insn (also touches basic-block.h)David Malcolm1-1/+1
2014-08-21cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)David Malcolm1-3/+3
2014-08-20get_last_bb_insn returns an rtx_insnDavid Malcolm1-1/+1
2014-08-19Convert various rtx to rtx_note *David Malcolm1-1/+2
2014-08-19bb_note returns a rtx_note *David Malcolm1-1/+1
2014-08-19Replace BB_HEAD et al macros with functionsDavid Malcolm1-11/+15
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-4/+11
2014-07-02Support mode toggle.Christian Bruel1-0/+3
2014-04-29dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10Put back typedef for gcov_working_set_t/gcov_bucket_typeH.J. Lu1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-7/+7
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-3/+0
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-2/+0
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+0
2013-12-09Eliminate last_basic_block macro.David Malcolm1-3/+0
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+0
2013-12-09Eliminate label_to_block_map macro.David Malcolm1-1/+0
2013-12-09Eliminate basic_block_info macro.David Malcolm1-1/+0
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+0
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-1/+0
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-1/+1
2013-12-09Rename label_to_block_map_for_function to label_to_block_map_for_fn.David Malcolm1-1/+1
2013-12-09Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm1-1/+1
2013-12-09Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,David Malcolm1-5/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-6/+4
2013-11-19Eliminate n_edges macroDavid Malcolm1-2/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+1
2013-11-15basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...Jeff Law1-2/+2
2013-11-14basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law1-0/+15
2013-11-06gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod1-0/+8
2013-10-30re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener1-0/+2
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-3/+1