aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-18Make ifcvt clean up dead comparisonsRichard Sandiford1-0/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-10Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-4/+1
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-2/+9
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-3/+2
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-12/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
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