summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* don't declare header-defined functions both static and inlinePatrick Palka2023-02-161-27/+27
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* Add instruction level discriminator support.Eugene Rozenfeld2022-09-281-5/+0
* Replace PTR with 'void *' in compiler.Martin Liska2022-05-101-2/+2
* Simplify STATIC_ASSERT macro.Martin Liška2022-05-091-4/+1
* Change references of .c files to .cc filesMartin Liska2022-01-171-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Make ifcvt clean up dead comparisonsRichard Sandiford2019-07-181-0/+2
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska2018-01-101-0/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-4/+1
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-2/+9
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-3/+2
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-12/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)Marek Polacek2015-07-111-0/+17
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-2/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 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