summaryrefslogtreecommitdiff
path: root/polly/include
AgeCommit message (Expand)Author
2025-05-20[polly] Drop const from return types (NFC) (#140837)Kazu Hirata
2025-04-28[RemoveDI][Polly] Migrate to adapt to the new DebugRecord format in more area...Karthika Devi C
2025-03-30[polly] Use DenseMap::insert_range (NFC) (#133657)Kazu Hirata
2025-01-27[Polly] Ensure i1 preload conditionMichael Kruse
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-08-10[Polly] Use separate DT/LI/SE for outlined subfn. NFC. (#102460)Michael Kruse
2024-07-30[Polly] Data flow reduction detection to cover more cases (#84901)Karthika Devi C
2024-06-20[LLVM] Add InsertPosition union-type to remove overloads of Instruction-creat...Stephen Tozer
2024-05-28[polly] Fix cppcheck SA comment reported in #91235 (#93505)Karthika Devi C
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C
2023-12-05[llvm][NFC] A start at cleaning up zero byte files that should have been remo...Brad Smith
2023-12-05Revert "[lldb] A start at cleaning up zero byte files that should have been r...Brad Smith
2023-12-04[lldb] A start at cleaning up zero byte files that should have been removedBrad Smith
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-05-12Replace None with std::nullopt in comments (NFC)Kazu Hirata
2023-03-08[Polly] Remove Polly-ACC.Michael Kruse
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse
2023-03-02Revert "Revert "[SCEV] Add SCEVType to represent `vscale`.""Paul Walker
2023-02-24[Polly] Remove CodegenCleanupPass.Florian Hahn
2023-01-02[polly] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2022-12-05[AST] Make AliasSetTracker work on BatchAANikita Popov
2022-10-20[Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse
2022-07-25Remove redundaunt virtual specifiers (NFC)Kazu Hirata
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-21[polly] #include <algorithm>Arthur Eubanks
2022-06-13[NFC][polly] Removed dead codeGuillaume Chatelet
2022-06-01[Polly] Migrate -polly-mse to the new pass manager.Yang Keao
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-05-16[polly] Remove 'using namespace llvm/polly' from ScopGraphPrinter.h header.Simon Pilgrim
2022-05-09[polly] migrate -polly-show to the new pass managerMichael Kruse
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-02-16[polly] Match function definitions and header declarations. NFC.Michael Kruse
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille
2022-01-10[SCEV] Sequential/in-order `UMin` expressionRoman Lebedev
2022-01-09Fix bugprone argument comments.Kazu Hirata
2022-01-07Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2021-12-23[Polly][SchedOpt] Account for prevectorization of multiple statements.Michael Kruse
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse
2021-10-12[Polly] Do not inline dumpIslObj methods. NFC.Michael Kruse
2021-10-08[Polly] Add greedy fusion algorithm.Michael Kruse
2021-09-27[Polly] Reject regions entered by an indirectbr/callbr.Michael Kruse
2021-09-27Revert "[Polly] Reject reject regions entered by an indirectbr/callbr."Haowei Wu
2021-09-26[Polly] Reject reject regions entered by an indirectbr/callbr.Michael Kruse