aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.def
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Move array_bounds warnings into a separate pass.Andrew MacLeod1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-14A new copy propagation and PHI elimination passFilip Kastl1-0/+2
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva1-0/+2
2023-12-05Allow prologues and epilogues to be inserted laterRichard Sandiford1-0/+3
2023-10-20Control flow redundancy hardeningAlexandre Oliva1-0/+1
2023-10-16Implement new RTL optimizations pass: fold-mem-offsetsManolis Tsamis1-0/+1
2023-10-03Remove pass counting in VRP.Andrew MacLeod1-2/+2
2023-09-06_BitInt lowering support [PR102989]Jakub Jelinek1-0/+3
2023-08-03Swap loop splitting and final value replacementRichard Biener1-1/+1
2023-07-14Turn TODO_rebuild_frequencies to a passJan Hubicka1-0/+8
2023-06-19optimize std::max earlyJan Hubicka1-0/+2
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-11Make last DCE remove empty loopsRichard Biener1-4/+4
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