summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen
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-10-22[polly] Remove unsafe-fp-math uses (NFC) (#164603)paperchalice
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-08[Polly] Switch DT/LI in RegionGenerator for parallel subfn (#120413)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-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-03[test] Fix filecheck annotation typos (#91854)klensy
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-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-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao
2023-04-28[polly] Drop redundant use of -instnamer in polly MemAccess lit testsBjorn Pettersson
2023-04-27[Polly] Update polly test after SCEV changesNikita Popov
2023-03-17[Polly] Convert remaining tests to opaque pointers (NFC)Nikita Popov
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-02-22[polly] Remove trailing whitespace from tests. NFC.Michael Kruse
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse
2021-09-26[Polly] Support for InlineAsm.Michael Kruse
2021-09-22[Polly] Dissolve Isl test directory. NFC.Michael Kruse
2021-09-20[Polly] Partially fix scoped alias metadataNikita Popov
2021-03-04[Polly][Codegen] Emit access group metadata.Michael Kruse
2018-03-19Move code generation test case to test/CodeGen/Tobias Grosser
2017-05-14[Polly] Fix code generation of llvm.expect intrinsicTobias Grosser
2016-05-04Update to ISL 0.17.Michael Kruse
2016-04-09[FIX] Do not recompute SCEVs but pass them to subfunctionsJohannes Doerfert