summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/LoopGeneratorsKMP.cpp
AgeCommit message (Expand)Author
2025-04-24[RemoveDI][Polly] Use iterators instead of instruction pointers to SetInsertP...Karthika Devi C
2024-10-17[Polly] Remove unused variable 'IdentTy' in LoopGeneratorsKMP.cpp (NFC)Jie Fu
2024-10-17[polly] Avoid llvm::Type::getPointerTo() (NFC) (#112651)Youngsuk Kim
2024-08-10[Polly] Use separate DT/LI/SE for outlined subfn. NFC. (#102460)Michael Kruse
2023-11-27[mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song
2023-03-17[Polly] Remove some bitcasts (NFC)Nikita Popov
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse
2022-01-07Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2021-03-11[OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC)Nikita Popov
2020-11-30Creating a named struct requires only a Context and a name, but looking up a ...Nick Lewycky
2020-04-03[polly][opaque pointers] Remove use of deprecated APIs.Eli Friedman
2020-02-11[Polly] LLVM OpenMP Backend -- Fix "static chunked" scheduling.Michael Halkenhäuser
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet
2020-01-23[Alignment][NFC] Use Align with CreateAlignedStoreGuillaume Chatelet
2019-10-15[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-03-19[CodeGen] LLVM OpenMP Backend.Michael Kruse