summaryrefslogtreecommitdiff
path: root/polly/lib/Transform/ScopInliner.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-10-22Reapply "[Polly] Update ScopInliner for NPM (#125427)" (#164601)Michael Kruse
2025-10-17Revert "[Polly] Update ScopInliner for NPM (#125427)"Aiden Grossman
2025-10-17[Polly] Update ScopInliner for NPM (#125427)Michael Kruse
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-01-02[Transform] Remove redundant declaration PollyAllowFullFunction (NFC)Kazu Hirata
2021-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata
2021-11-05[polly] Properly create and initialize new PM analysis managersArthur Eubanks
2021-06-24[Polly][ScopInliner] Indicate if the IR has changed.Michael Kruse
2021-02-10[Polly] Avoid "using namespace llvm" in public headers. NFC.Michael Kruse
2020-06-25Fix polly build after 8c2082e1dc9505da21806b707dfb3eae3f0550ffFangrui Song
2019-06-17[ScopInliner] Register FunctionAnalysisManagerModuleProxy.Michael Kruse
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-05-15[polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-03-20Adjust to clang-format changesTobias Grosser
2017-08-23[ScopInliner] Fix hidden overload warning. NFC.Michael Kruse
2017-08-17[ScpInliner] Move DEBUG-TYPE to below all includes to prevent cross-module in...Siddharth Bhat
2017-08-17[ScopInliner] Add a simple Scop-based inliner to polly.Siddharth Bhat