summaryrefslogtreecommitdiff
path: root/gcc/passes.def
AgeCommit message (Expand)Author
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe
2020-01-14Initial commit of analyzerDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-10-28Move jump threading before reloadIlya Leoshkevich
2019-09-20New IPA-SRAMartin Jambor
2019-09-09Remove bt-load.cRichard Sandiford
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor
2019-08-26re PR c/91526 (Unnecessary SSE and other instructions generated when compilin...Richard Biener
2019-07-08subreg: Add -fsplit-wide-types-early (PR88233)Segher Boessenkool
2019-07-01tree-ssa-sccvn.c (class pass_fre): Add may_iterate pass parameter.Richard Biener
2019-05-02re PR tree-optimization/89653 (Missing vectorization of loop containing std::...Richard Biener
2019-04-29* passes.def: Move -Wrestrict pass after copy propagation.Jeff Law
2019-04-25re PR tree-optimization/90037 (-Wnull-dereference false positive after r269302)Jeff Law
2019-02-14re PR middle-end/89284 (gcc -fsanitize=undefined inhibits -Wuninitialized)Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-17Add a loop versioning passRichard Sandiford
2018-12-03Repeat jump threading after combineIlya Leoshkevich
2018-11-20re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)Jan Hubicka
2018-10-23re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener
2018-08-10Strip only selected predictors after early tree passes (PR tree-optimization/...Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-18Remove redundand pass pass_lower_switch.Martin Liska
2018-05-18Radically simplify emission of balanced tree for switch statements.Martin Liska
2018-02-19Put pass_sancov_O0 before pass_lower_switch with -O0 (PR sanitizer/82183).Martin Liska
2018-01-13Add an "early rematerialisation" passRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20re PR ipa/83506 (ICE: Segmentation fault in force_nonfallthru_and_redirect)Jakub Jelinek
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor
2017-12-07re PR tree-optimization/81303 (410.bwaves regression caused by r249919)Bin Cheng
2017-12-07Add unroll and jam passMichael Matz
2017-09-07passes.def (pass_split_crit_edges): Remove instance before PRE.Richard Biener
2017-08-29Make expansion of balanced binary trees of switches on tree level.Martin Liska
2017-06-21Make early return predictor more precise.Martin Liska
2017-06-16re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)Richard Biener
2017-06-09re PR ipa/81007 (ICE with virtual function in broken class)Richard Biener
2017-06-07* passes.def (pass_iv_canon): Move before pass_loop_distribution.Bin Cheng
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-02-28PR tree-optimization/79691 - -Wformat-truncation suppressed by (and only by) -OgMartin Sebor
2017-02-03Simplify creation of target_clones (PR lto/66295)Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek
2016-12-02Move rebuild_cfg to the end of build_ssa_passesMartin Jambor
2016-11-25re PR tree-optimization/78343 (Loop is not eliminated)Richard Biener
2016-11-25[PR 70965] Schedule extra rebuild_cgraph_edgesMartin Jambor
2016-11-22OpenMP offloading to NVPTX: middle-end changesAlexander Monakov
2016-10-28GIMPLE store merging passKyrylo Tkachov
2016-10-20loop splittingMichael Matz
2016-10-18Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.Aldy Hernandez
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor