summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)Author
2025-09-30Fix overflow in ipa_profile_generate_summaryJan Hubicka
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-10-16Ternary operator formatting fixesJakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka
2023-01-02Update copyright years.Jakub Jelinek
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska
2022-05-09Simplify STATIC_ASSERT macro.Martin Liška
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-07-18Make ifcvt clean up dead comparisonsRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-10Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-07-11re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)Marek Polacek
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-22cfgbuild.h: New.Andrew MacLeod
2014-10-21Add AutoFDO.Dehao Chen
2014-10-21cfg.h: New.Andrew MacLeod
2014-10-20cfgrtl.h: New.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-08control_flow_insn_p takes an insnDavid Malcolm
2014-09-05Convert set_block_for_insn from a macro to an inline functionDavid Malcolm
2014-08-28inside_basic_block_p requires a const rtx_insn *David Malcolm
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm
2014-08-26Tighten up params of create_basic_block_structureDavid Malcolm
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm
2014-08-25Remove BB_FOOTER scaffoldingDavid Malcolm
2014-08-22loop-unroll.c: Use rtx_insn (also touches basic-block.h)David Malcolm
2014-08-21cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)David Malcolm
2014-08-20get_last_bb_insn returns an rtx_insnDavid Malcolm
2014-08-19Convert various rtx to rtx_note *David Malcolm
2014-08-19bb_note returns a rtx_note *David Malcolm
2014-08-19Replace BB_HEAD et al macros with functionsDavid Malcolm
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm
2014-07-02Support mode toggle.Christian Bruel