aboutsummaryrefslogtreecommitdiff
path: root/polly/test
AgeCommit message (Expand)AuthorFilesLines
2025-12-17[Polly] Recalculate dependencies after import-jscop (#172640)Michael Kruse1-3/+8
2025-11-16[Polly] Remove ScopPass infrastructure (#125783)Michael Kruse1-1/+1
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse1088-1852/+1531
2025-11-10[Polly] Retain vectorization for fallback loop when RTC is unsatisfiable (#16...Karthika Devi C1-0/+28
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman1086-1465/+1850
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse1086-1850/+1465
2025-11-03 Bound ISL operations during pre-vectorization (#165204)Shikhar Jain1-0/+37
2025-10-22[polly] Remove unsafe-fp-math uses (NFC) (#164603)paperchalice57-344/+163
2025-10-22Reapply "[Polly] Update ScopInliner for NPM (#125427)" (#164601)Michael Kruse3-8/+3
2025-10-20[Unittest][Cygwin] Set $PATH when running unittests (#163947)Tomohiro Kashiwada1-1/+1
2025-10-17Revert "[Polly] Update ScopInliner for NPM (#125427)"Aiden Grossman3-3/+8
2025-10-17[Polly] Update ScopInliner for NPM (#125427)Michael Kruse3-8/+3
2025-10-16[Polly] Remove PolyhedralInfo (#124437)Michael Kruse19-58/+0
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov1-2/+2
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir1-2/+2
2025-01-27[Polly] Fix typos discovered by codespell (#124545)Christian Clauss26-26/+26
2025-01-22[Polly] Add vectorize metadata to loops identified as vectorizable by polly (...Karthika Devi C1-0/+61
2025-01-13[Polly] Fix invalid escape sequences (#94037)Eisuke Kawashima1-2/+7
2025-01-13[Polly] Use "is" instead of "==" to check for None (#94021)Eisuke Kawashima1-1/+1
2025-01-08[Polly] Switch DT/LI in RegionGenerator for parallel subfn (#120413)Karthika Devi C1-0/+41
2024-12-31[polly] Skip instructions of different function in isHoistableLoad. (#118963)Karthika Devi C1-0/+31
2024-12-11[Polly] Disable vectorization for Polly's fallback loops (#119188)Karthika Devi C19-68/+73
2024-11-07[SCEV] Disallow simplifying phi(undef, X) to X (#115109)Yingwei Zheng9-14/+14
2024-11-01[polly] Add nullptr check to fix #113772 (#114206)Karthika Devi C1-0/+17
2024-08-30[mlir][polly][llvm-lit] Fixed logic for turning on external shell in lit (#10...Connie Zhu2-2/+8
2024-08-27[polly][llvm-lit] Enabled lit internal shell for polly test suite (#105704)Connie Zhu2-4/+18
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye5-8/+8
2024-07-30[Polly] Data flow reduction detection to cover more cases (#84901)Karthika Devi C9-0/+439
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-5/+5
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-1/+1
2024-06-03[test] Fix filecheck annotation typos (#91854)klensy1-1/+1
2024-05-25[polly] Revise IDE folder structure (#89752)Michael Kruse1-5/+2
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic1018-1450/+1386
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman1026-1404/+1472
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic1026-1472/+1404
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C1-0/+85
2024-02-14[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explic...Karthika Devi C1-2/+2
2024-02-12[polly] Make reduction detection checks more robust - part 2 (#80721)Karthika Devi C3-6/+6
2024-02-09[Polly][DebugInfo] Use getStableDebugLoc to avoid intrinsic-dependent behavio...Stephen Tozer2-5/+5
2024-01-30[polly] Make reduction detection checks more robust - part 1 (#75297)Karthika Devi C2-0/+83
2024-01-08[polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in pol...Karthika Devi C1-0/+99
2024-01-02Revert "[polly][ScheduleOptimizer] Fix long compile time(hang) reported in po...Eli Friedman1-94/+0
2024-01-02[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75...Karthika Devi C1-0/+94
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov4-8/+8
2023-10-31[SCEV] Teach SCEVExpander to use zext nneg when possible (#70815)Philip Reames1-1/+1
2023-09-18[IR] Remove unnecessary bitcast from CreateMalloc()Nikita Popov1-7/+7
2023-09-05Bug fix for multi-line labels in CFG dot graphMarek Sedláček1-1/+1
2023-08-17Headers for basic blocks in CFG dot graphsMarek Sedláček1-1/+1
2023-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao2-10/+10
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-157/+226