aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2026-04-25[SCEVExp] Use Builder.CreateBinOp in InsertBinOp. (#154148)Florian Hahn1-3/+16
2026-04-22[Passes] Remove Os and Oz optimization pipelines (#191363)Nikita Popov1-2/+0
2026-04-21[Polly] Disable PCH reuse for unit tests (#193209)Peter Waller1-1/+4
2026-04-20[Polly] Apply gist only after converting to pw_aff (#192975)Michael Kruse3-1/+36
2026-04-20[Polly][NFC] Convert IslNodeBuilder::preloadUnconditionally to isl++ (#192959)Michael Kruse3-12/+17
2026-04-20[Polly][NFC] Convert IslNodeBuilder::preloadInvariantLoad to isl++ (#192942)Michael Kruse2-35/+20
2026-04-09[Polly] Remove pipeline-level Oz handling for LoopRotate (#191137)Nikita Popov1-1/+1
2026-04-06[Polly] Correct integer comparison bit width (#190493)Michael Kruse2-1/+29
2026-04-04[Polly][NFC] Convert ScopBuilder::buildUnsignedConditionSets() to isl++ (#190...Michael Kruse2-26/+30
2026-04-04[SCEV] Move NoWrapFlags definition outside SCEV scope, use for SCEVUse. (#190...Florian Hahn2-3/+2
2026-04-04[Polly][NFC] Convert ScopBuilder::getPwAff() to isl++ (#190458)Michael Kruse2-14/+22
2026-04-04[Polly][NFC] Use factory pattern (#190456)Michael Kruse3-17/+22
2026-04-04[Polly] Assumptions used to derive domain must not be pruned by that domain (...Michael Kruse10-89/+244
2026-04-03[SCEV] Replace some hasFlags calls with hasNo(Un)SignedWrap (NFC). (#190352)Florian Hahn1-2/+2
2026-04-02[Polly] Print params with stmt tracing (#189362)Michael Kruse6-7/+47
2026-03-30[Polly] Avoid __builtin_assume circular context reasoning (#189350)Michael Kruse4-8/+178
2026-03-28[Polly] Forward VFS from PassBuilder for IO sandboxing (#188657)Michael Kruse12-42/+89
2026-03-23[Polly] Update isl to isl-0.27-89-gdc16f8e3 (#188013)Michael Kruse4-8/+11
2026-03-19[Support] Use block numbers for LoopInfo BBMap (#103400)Alexis Engelke1-1/+2
2026-03-18[Polly][NFC] Drop uses of BranchInst (#187301)Alexis Engelke12-63/+34
2026-03-17Reland "[DomTree] Assert non-null block for pre-dom tree" (#187005)Alexis Engelke1-1/+1
2026-03-16Revert "[DomTree] Assert non-null block for pre-dom tree" (#186831)Alexis Engelke1-1/+1
2026-03-16[DomTree] Assert non-null block for pre-dom tree (#186790)Alexis Engelke1-1/+1
2026-03-15[IR] Don't allow successors() over block without terminators (#186646)Alexis Engelke2-0/+6
2026-03-13[SCEV] Introduce SCEVUse, use it instead of const SCEV * (NFCI). (#91961)Florian Hahn5-21/+21
2026-03-12[Polly] Use GenDT in assertion (#186164)Michael Kruse2-4/+32
2026-03-01[Polly] Update isl to isl-0.27-86-gcf471c16 (#184044)Michael Kruse4-10/+73
2026-02-23[Polly] Update isl to isl-0.27-82-g38cf72a4 (#182786)Michael Kruse19-119/+404
2026-02-20[CMake][LLVM] Add PCH infrastructure and LLVMSupport PCH (#176420)Alexis Engelke1-0/+4
2026-02-16[Polly][ScopInfo] Lazy Scop instantiation (#179535)Michael Kruse3-120/+35
2026-02-16[Polly] Honor 'scops' phase being disabled (#180380)Michael Kruse1-0/+4
2026-02-15[RFC][IR] Remove `Constant::isZeroValue` (#181521)Shilei Tian2-2/+2
2026-02-08[Polly] Update isl to isl-0.27-78-gfc484e00 (#180377)Michael Kruse6-92/+29
2026-02-03[Polly] LLVM_DEBUG -> POLLY_DEBUGMichael Kruse2-6/+8
2026-02-03[Polly][NFCI] Avoid R-value modificationMichael Kruse2-2/+2
2026-02-03[Polly] Use GenDT in assertion (#179433)Michael Kruse2-4/+36
2026-02-02[Polly] Update isl to isl-0.27-77-g99a07a03 (#179350)Michael Kruse31-608/+1459
2026-02-01[Polly][CI] Add ScriptedBuilder scriptsMichael Kruse8-0/+344
2026-01-29[Polly][CI] Unconditionally delete test-suite buildMichael Kruse1-0/+3
2026-01-27[Polly][DeLICM] Check for error state (#178281)Michael Kruse1-1/+4
2026-01-25[Polly] Reject scalable vector types (#177871)Michael Kruse5-0/+176
2026-01-24[Polly] Avoid dependence on x86 backendMichael Kruse1-57/+32
2026-01-24[Polly] Update isl to isl-0.27 (#177776)Michael Kruse145-2497/+131437
2026-01-16[SCEV] Add initial support for ptrtoaddr. (#158032)Florian Hahn4-0/+12
2026-01-14[Polly] Add null pointer check before size retrieval (#174309)Karthika Devi C1-0/+3
2026-01-07[Buildbot][Polly] Move polly-x86_64-linux-test-suite build instructions into ...Michael Kruse3-0/+88
2026-01-06[Polly] Allow changing array dims when importing JScop (#174582)Michael Kruse4-12/+148
2025-12-22[LLVM][NFC] Move PassPlugin from Passes to separate libraryAlexis Engelke3-2/+3
2025-12-22Revert "[LLVM][NFC] Move PassPlugin from Passes to Extensions lib" and subseq...Alexis Engelke3-3/+2
2025-12-22[LLVM][NFC] Move PassPlugin from Passes to Extensions libAlexis Engelke3-2/+3