aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.def
AgeCommit message (Expand)AuthorFilesLines
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek1-0/+1
2022-09-22tree-optimization/99407 - DSE with data-ref analysisRichard Biener1-1/+1
2022-07-20Move pass_cse_sincos after vectorizer.liuhongt1-1/+2
2022-04-05c/105151 - move early walloca passRichard Biener1-1/+1
2022-03-17tree-optimization/104960 - unsplit edges after late sinkingRichard Biener1-2/+2
2022-03-16tree-optimization/102008 - restore if-conversion of adjacent loadsRichard Biener1-1/+1
2022-02-03Adjust warn_access pass placement [PR104260].Martin Sebor1-2/+2
2022-01-18ipa/103989 - tame IPA optimizations at -OgRichard Biener1-2/+3
2022-01-15Add -Wdangling-pointer [PR63272].Martin Sebor1-1/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-23Implement -Winfinite-recursion [PR88232].Martin Sebor1-0/+1
2021-11-11Enable pure-const discovery in modref.Jan Hubicka1-1/+1
2021-11-08Move uncprop after modrefJan Hubicka1-2/+6
2021-11-01Add debug counters to back threader.Aldy Hernandez1-5/+5
2021-10-29Remove VRP threader passes in exchange for better threading pre-VRP.Aldy Hernandez1-4/+2
2021-10-28hardened conditionalsAlexandre Oliva1-0/+2
2021-10-19Change threading comment before pass_ccp pass.Aldy Hernandez1-3/+1
2021-09-28reassoc: Do not bias loop-carried PHIs earlyIlya Leoshkevich1-2/+2
2021-09-27Replace VRP threader with a hybrid forward threader.Aldy Hernandez1-0/+2
2021-08-09openacc: Middle-end worker-partitioning supportJulian Brown1-0/+1
2021-07-29[OpenACC] Extract 'pass_oacc_loop_designation' out of 'pass_oacc_device_lower'Thomas Schwinge1-0/+1
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-0/+1
2021-07-13passes: Fix up subobject __bos [PR101419]Jakub Jelinek1-3/+3
2021-05-18Run pass_sink_code once more before store_mergingXionghu Luo1-0/+1
2021-05-05PR middle-end/100325 - missing warning with -O0 on sprintf overflow with poin...Martin Sebor1-1/+1
2021-05-03introduce try store by multiple piecesAlexandre Oliva1-2/+3
2021-04-27tree-optimization/99912 - schedule another TODO_remove_unused_localsRichard Biener1-0/+3
2021-04-27tree-optimization/99912 - schedule DSE before SRARichard Biener1-1/+2
2021-01-16cd_dce: Return TODO_update_address_taken from last cd_dce [PR96271]Jakub Jelinek1-3/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01Add if-chain to switch conversion pass.Martin Liska1-0/+1
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany1-0/+1
2020-11-02pass: Run cleanup passes before SLP [PR96789]Kewen Lin1-3/+8
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao1-0/+1
2020-10-22Materialize clones on demandJan Hubicka1-1/+0
2020-09-20New modref/ipa_modref optimization passesJan Hubicka1-0/+4
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-2/+0
2020-06-17Lower VEC_COND_EXPR into internal functions.Martin Liska1-0/+1
2020-06-03Optimize ODR enum streamingJan Hubicka1-0/+1
2020-05-20Fix alignment for local variable [PR90811]Kito Cheng1-0/+1
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-0/+2
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-28Move jump threading before reloadIlya Leoshkevich1-1/+1
2019-09-20New IPA-SRAMartin Jambor1-1/+1
2019-09-09Remove bt-load.cRichard Sandiford1-2/+0
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor1-3/+2
2019-08-26re PR c/91526 (Unnecessary SSE and other instructions generated when compilin...Richard Biener1-0/+2
2019-07-08subreg: Add -fsplit-wide-types-early (PR88233)Segher Boessenkool1-1/+2
2019-07-01tree-ssa-sccvn.c (class pass_fre): Add may_iterate pass parameter.Richard Biener1-3/+4