summaryrefslogtreecommitdiff
path: root/polly/lib/Transform/FlattenSchedule.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
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C
2024-02-19[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan
2022-07-25Remove redundaunt virtual specifiers (NFC)Kazu Hirata
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca
2021-06-08Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC."patacca
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-17[FlattenSchedule] Replace isl foreach calls with for loopsTobias Grosser
2018-05-15[polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-11-19Port ScopInfo to the isl cpp bindingsPhilip Pfaffe
2017-08-06[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]Tobias Grosser
2017-08-06[ScopInfo] Move Scop::getDomains to isl++ [NFC]Tobias Grosser
2017-05-21[isl++] Move isl raw_ostream printers into separate headerTobias Grosser
2017-04-14Use isl C++ foreach implementationTobias Grosser
2017-03-10[FlattenAlgo] Translate to C++ bindingsTobias Grosser
2017-03-10Introduce isl C++ bindings, Part 1: value_ptr style interfaceTobias Grosser
2017-02-23[Support] Remove NonowningIslPtr. NFC.Michael Kruse
2016-09-08Add -polly-flatten-schedule pass.Michael Kruse