summaryrefslogtreecommitdiff
path: root/polly/test/ScheduleOptimizer/rectangular-tiling.ll
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
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2016-02-23Annotation of SIMD loopsRoman Gareev
2015-10-06tests: Drop -polly-detect-unprofitable and -polly-no-early-exitTobias Grosser
2015-08-23Use marker nodes to annotate the different levels of tilingTobias Grosser
2015-08-20Do really not unroll the vector loop in combination with register tilingTobias Grosser
2015-08-20Add experimental support for trivial register tilingTobias Grosser
2015-08-20Add support for two-level tilingTobias Grosser
2015-08-19Do not use negative option nameTobias Grosser
2015-07-14Use schedule trees to represent execution order of statementsTobias Grosser
2015-04-05Make -polly-no-tiling work againTobias Grosser
2015-03-31Do not scale tile loopsTobias Grosser
2015-03-22Use schedule trees to perform post-scheduling transformationsTobias Grosser
2015-03-19Add forgotten 'FileCheck' to tiling test casesTobias Grosser
2015-02-27Update Polly tests to handle explicitly typed gep changes in LLVMDavid Blaikie
2015-02-19ScopDetection: Only detect scops that have at least one read and one writeTobias Grosser
2014-08-30Always pipe in test filesTobias Grosser
2014-05-28Added option for n-dimensional rectangular tilingJohannes Doerfert