summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-67/+0
* cfgbuild.h: New.Andrew MacLeod2014-10-221-171/+3
* Add AutoFDO.Dehao Chen2014-10-211-0/+2
* cfg.h: New.Andrew MacLeod2014-10-211-117/+4
* cfgrtl.h: New.Andrew MacLeod2014-10-201-39/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* control_flow_insn_p takes an insnDavid Malcolm2014-09-081-1/+1
* Convert set_block_for_insn from a macro to an inline functionDavid Malcolm2014-09-051-2/+0
* inside_basic_block_p requires a const rtx_insn *David Malcolm2014-08-281-1/+1
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-12/+6
* Tighten up params of create_basic_block_structureDavid Malcolm2014-08-261-2/+2
* Convert edge_def.insns.r to rtx_insn *David Malcolm2014-08-251-1/+1
* Remove BB_FOOTER scaffoldingDavid Malcolm2014-08-251-3/+2
* loop-unroll.c: Use rtx_insn (also touches basic-block.h)David Malcolm2014-08-221-1/+1
* cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)David Malcolm2014-08-211-3/+3
* get_last_bb_insn returns an rtx_insnDavid Malcolm2014-08-201-1/+1
* Convert various rtx to rtx_note *David Malcolm2014-08-191-1/+2
* bb_note returns a rtx_note *David Malcolm2014-08-191-1/+1
* Replace BB_HEAD et al macros with functionsDavid Malcolm2014-08-191-11/+15
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-4/+11
* Support mode toggle.Christian Bruel2014-07-021-0/+3
* dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener2014-04-291-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Put back typedef for gcov_working_set_t/gcov_bucket_typeH.J. Lu2013-12-101-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-7/+7
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-3/+0
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-2/+0
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+0
* Eliminate last_basic_block macro.David Malcolm2013-12-091-3/+0
* Eliminate profile_status macro.David Malcolm2013-12-091-1/+0
* Eliminate label_to_block_map macro.David Malcolm2013-12-091-1/+0
* Eliminate basic_block_info macro.David Malcolm2013-12-091-1/+0
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-2/+0
* Eliminate SET_BASIC_BLOCK macro.David Malcolm2013-12-091-1/+0
* Rename profile_status_for_function to profile_status_for_fn.David Malcolm2013-12-091-1/+1
* Rename label_to_block_map_for_function to label_to_block_map_for_fn.David Malcolm2013-12-091-1/+1
* Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm2013-12-091-1/+1
* Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,David Malcolm2013-12-091-5/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-6/+4
* Eliminate n_edges macroDavid Malcolm2013-11-191-2/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-2/+1
* basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...Jeff Law2013-11-151-2/+2
* basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law2013-11-141-0/+15
* gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod2013-11-061-0/+8
* re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener2013-10-301-0/+2
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-3/+1
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* basic-block.h (class control_dependences): New.Richard Biener2013-09-061-0/+17