summaryrefslogtreecommitdiff
path: root/polly/lib/Transform/Canonicalization.cpp
AgeCommit message (Expand)Author
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse
2025-10-17[SimpleLoopUnswitch] Don't use BlockFrequencyInfo to skip cold loops (#159522)Luke Lau
2024-02-16[LegacyPM] Remove legacy LoopRotate passArthur Eubanks
2023-03-10[Passes] Remove some legacy passesArthur Eubanks
2023-02-09[Inliner] Remove legacy simple inlinerArthur Eubanks
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse
2021-07-29Take OptimizationLevel class out of Pass BuilderTarindu Jayatilaka
2021-05-14[Polly] Add support for -polly-position=early with the NPM.Michael Kruse
2020-07-16[polly][NFC] Add missing 'override'sLogan Smith
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-24Fixup Polly for an LLVM header file change.David Blaikie
2018-03-28Fix polly build after r328717Reid Kleckner
2017-08-19[Polly] Run early cse + memory SSA to remove redundancies in the input codeTobias Grosser
2017-08-17Add rewrite by-reference parameter passTobias Grosser
2016-12-02Rerun mem2reg after the inlinerJohannes Doerfert
2016-06-23clang-tidy: Add llvm namespace commentsTobias Grosser
2016-06-22Fix separator in header commentTobias Grosser
2015-12-21Adjust formatting to clang-format changes in 256149Tobias Grosser
2015-10-15Sort includes using 'clang-format -sort-includes'Tobias Grosser
2015-10-12RegisterPasses: Optionally run inliner before PollyTobias Grosser
2015-05-30Add indvar pass to canonicalization sequenceTobias Grosser
2015-02-16Fix formattingTobias Grosser
2015-02-15Update Polly for the removal of LLVM_DELETED_FUNCTION now that '= delete' wor...David Blaikie
2015-02-13[PM] Convert Polly over to directly use the legacy pass managerChandler Carruth
2014-11-30Remove -polly-codegen-scev option and related codeTobias Grosser
2014-08-02No need to run -mem2reg twiceTobias Grosser
2014-03-11Move transformations into own directoryAndreas Simbuerger