summaryrefslogtreecommitdiff
path: root/polly/lib/Transform/MaximalStaticExpansion.cpp
AgeCommit message (Expand)Author
2025-11-16[Polly] Remove ScopPass infrastructure (#125783)Michael Kruse
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-03-29[polly] Use *Set::insert_range (NFC) (#133609)Kazu Hirata
2025-01-24[NFC][DebugInfo] Use iterator-flavour getFirstNonPHI at many call-sites (#123...Jeremy Morse
2022-06-01[Polly] Fix -Wreorder-ctor. NFCFangrui Song
2022-06-01[Polly] Migrate -polly-mse to the new pass manager.Yang Keao
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-07-19[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori
2021-07-19[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori
2021-07-09[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFCRiccardo Mori
2021-07-07[Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()...patacca
2021-07-06[Polly][Isl] Use isl::set::tuple_dim, isl::map::domain_tuple_dim and isl::map...patacca
2019-11-13Sink all InitializePasses.h includesReid Kleckner
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-07-17[MaximalStaticExpansion] Replace isl foreach calls with for loopsTobias Grosser
2018-06-06getDependences to new C++ interfaceTobias Grosser
2018-04-29Remove the last uses of isl::give and isl::takeTobias Grosser
2018-04-28[DeLICM] Remove uses of isl::giveTobias Grosser
2018-04-28[MaximalStaticExpansion] Replace copied function with version from ISLToolsTobias Grosser
2018-03-20Adjust to clang-format changesTobias Grosser
2017-11-25[MaximalStaticExpansion] Simplify this code a bit. NFCI.Davide Italiano
2017-11-21Run polly-update-format. NFC.Michael Kruse
2017-10-09Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.hAdam Nemet
2017-09-07Fix some unused warnings in pollyReid Kleckner
2017-08-31[polly] Fix non-deterministic output due to iteration of unordered ScopArrayInfoMandeep Singh Grang
2017-08-25[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2017-08-24[Polly][WIP] Scalar fully indexed expansionAndreas Simbuerger
2017-08-23[MaximumStaticExpansion] Avoid warning in release builds.Michael Kruse
2017-08-18[Polly][Bug fix] Wrong dependences filtering during Fully Indexed expansionAndreas Simbuerger
2017-08-07[Polly] Fully-Indexed static expansionAndreas Simbuerger