aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-06basic-block.h (class control_dependences): New.Richard Biener1-0/+17
2013-08-31* basic-block.h (apply_scale): Make scale parmeter gcov_type.Jan Hubicka1-1/+1
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-0/+2
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-0/+1
2013-04-29This patch fixes PR bootstrap/57077.Teresa Johnson1-2/+12
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+5
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-10/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1