aboutsummaryrefslogtreecommitdiff
path: root/polly/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2026-04-20[Polly] Apply gist only after converting to pw_aff (#192975)Michael Kruse1-0/+28
2026-04-06[Polly] Correct integer comparison bit width (#190493)Michael Kruse1-0/+27
2026-04-04[SCEV] Move NoWrapFlags definition outside SCEV scope, use for SCEVUse. (#190...Florian Hahn1-2/+1
2026-04-02[Polly] Print params with stmt tracing (#189362)Michael Kruse1-5/+15
2026-03-28[Polly] Forward VFS from PassBuilder for IO sandboxing (#188657)Michael Kruse1-23/+0
2026-03-12[Polly] Use GenDT in assertion (#186164)Michael Kruse1-0/+28
2026-02-08[Polly] Update isl to isl-0.27-78-gfc484e00 (#180377)Michael Kruse1-86/+0
2026-02-03[Polly] Use GenDT in assertion (#179433)Michael Kruse1-0/+32
2026-01-24[Polly] Avoid dependence on x86 backendMichael Kruse1-57/+32
2026-01-24[Polly] Update isl to isl-0.27 (#177776)Michael Kruse1-5/+62
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 Kruse273-440/+404
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 Grossman271-338/+438
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse271-438/+338
2025-10-22[polly] Remove unsafe-fp-math uses (NFC) (#164603)paperchalice21-119/+56
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 Clauss6-6/+6
2025-01-22[Polly] Add vectorize metadata to loops identified as vectorizable by polly (...Karthika Devi C1-0/+61
2025-01-08[Polly] Switch DT/LI in RegionGenerator for parallel subfn (#120413)Karthika Devi C1-0/+41
2024-12-11[Polly] Disable vectorization for Polly's fallback loops (#119188)Karthika Devi C17-63/+68
2024-11-07[SCEV] Disallow simplifying phi(undef, X) to X (#115109)Yingwei Zheng7-12/+12
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye5-8/+8
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-5/+5
2024-06-03[test] Fix filecheck annotation typos (#91854)klensy1-1/+1
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic263-348/+347
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman263-334/+335
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic263-335/+334
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov1-3/+3
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-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao1-7/+7
2023-04-28[polly] Drop redundant use of -instnamer in polly MemAccess lit testsBjorn Pettersson4-4/+4
2023-04-27[Polly] Update polly test after SCEV changesNikita Popov1-1/+1
2023-03-17[Polly] Convert remaining tests to opaque pointers (NFC)Nikita Popov16-254/+243
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov39-454/+461
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov7-125/+118
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse24-1075/+1
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov71-98/+98
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov197-1714/+1622
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker4-4/+4
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier1-1/+1
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse1-0/+162
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse1-18/+6
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov4-5/+5
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks2-3/+3
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia1-2/+2
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse66-86/+76