summaryrefslogtreecommitdiff
path: root/polly/test
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-10[Polly] Retain vectorization for fallback loop when RTC is unsatisfiable (#16...Karthika Devi C
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-11-03 Bound ISL operations during pre-vectorization (#165204)Shikhar Jain
2025-10-22[polly] Remove unsafe-fp-math uses (NFC) (#164603)paperchalice
2025-10-22Reapply "[Polly] Update ScopInliner for NPM (#125427)" (#164601)Michael Kruse
2025-10-20[Unittest][Cygwin] Set $PATH when running unittests (#163947)Tomohiro Kashiwada
2025-10-17Revert "[Polly] Update ScopInliner for NPM (#125427)"Aiden Grossman
2025-10-17[Polly] Update ScopInliner for NPM (#125427)Michael Kruse
2025-10-16[Polly] Remove PolyhedralInfo (#124437)Michael Kruse
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
2025-01-27[Polly] Fix typos discovered by codespell (#124545)Christian Clauss
2025-01-22[Polly] Add vectorize metadata to loops identified as vectorizable by polly (...Karthika Devi C
2025-01-13[Polly] Fix invalid escape sequences (#94037)Eisuke Kawashima
2025-01-13[Polly] Use "is" instead of "==" to check for None (#94021)Eisuke Kawashima
2025-01-08[Polly] Switch DT/LI in RegionGenerator for parallel subfn (#120413)Karthika Devi C
2024-12-31[polly] Skip instructions of different function in isHoistableLoad. (#118963)Karthika Devi C
2024-12-11[Polly] Disable vectorization for Polly's fallback loops (#119188)Karthika Devi C
2024-11-07[SCEV] Disallow simplifying phi(undef, X) to X (#115109)Yingwei Zheng
2024-11-01[polly] Add nullptr check to fix #113772 (#114206)Karthika Devi C
2024-08-30[mlir][polly][llvm-lit] Fixed logic for turning on external shell in lit (#10...Connie Zhu
2024-08-27[polly][llvm-lit] Enabled lit internal shell for polly test suite (#105704)Connie Zhu
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-30[Polly] Data flow reduction detection to cover more cases (#84901)Karthika Devi C
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-06-03[test] Fix filecheck annotation typos (#91854)klensy
2024-05-25[polly] Revise IDE folder structure (#89752)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
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C
2024-02-14[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explic...Karthika Devi C
2024-02-12[polly] Make reduction detection checks more robust - part 2 (#80721)Karthika Devi C
2024-02-09[Polly][DebugInfo] Use getStableDebugLoc to avoid intrinsic-dependent behavio...Stephen Tozer
2024-01-30[polly] Make reduction detection checks more robust - part 1 (#75297)Karthika Devi C
2024-01-08[polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in pol...Karthika Devi C
2024-01-02Revert "[polly][ScheduleOptimizer] Fix long compile time(hang) reported in po...Eli Friedman
2024-01-02[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75...Karthika Devi C
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov
2023-10-31[SCEV] Teach SCEVExpander to use zext nneg when possible (#70815)Philip Reames
2023-09-18[IR] Remove unnecessary bitcast from CreateMalloc()Nikita Popov
2023-09-05Bug fix for multi-line labels in CFG dot graphMarek Sedláček
2023-08-17Headers for basic blocks in CFG dot graphsMarek Sedláček
2023-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2023-04-28[polly] Drop redundant use of -instnamer in polly MemAccess lit testsBjorn Pettersson