aboutsummaryrefslogtreecommitdiff
path: root/polly/include
AgeCommit message (Expand)Author
2020-12-03[NFC] Reduce include files dependency.dfukalov
2020-11-16[Polly] Move SimplifyVisitor into polly namespace.Michael Kruse
2020-10-30[SCEV] Introduce SCEVPtrToIntExpr (PR46786)Roman Lebedev
2020-10-20Get the address space within getVectorPtrTyChristopher Tetreault
2020-10-14Polly - specify address space when creating a pointer to a vector typeMark Schimmel
2020-09-20[Polly][NewPM] Port Simplify to the new pass managerPengxuan Zheng
2020-08-26[Polly] Use llvm::function_ref. NFC.Michael Kruse
2020-08-22Revert "[Polly] Ensure consistent Scop::InstStmtMap. NFC."Michael Kruse
2020-08-22[Polly] Ensure consistent Scop::InstStmtMap. NFC.Michael Kruse
2020-08-22[Polly] Fix use-after-free.Michael Kruse
2020-07-22[Polly] Run polly-update-format. NFC.Michael Kruse
2020-04-03[polly][opaque pointers] Remove use of deprecated APIs.Eli Friedman
2020-02-24[polly] Don't count scops in a global variable.Eli Friedman
2020-02-24[NFC] [DA] Refactoring getIndexExpressionsFromGEPBardia Mahjour
2020-02-17Reapply "[IRBuilder] Virtualize IRBuilder"Nikita Popov
2020-02-17[Polly] Fix build after IRBuilder changesNikita Popov
2020-02-16Revert "[IRBuilder] Virtualize IRBuilder"Nikita Popov
2020-02-16[IRBuilder] Try to fix warningsNikita Popov
2020-02-16[IRBuilder] Virtualize IRBuilderNikita Popov
2020-02-10[Polly] Update ISL to isl-0.22.1-87-gfee05a13.Michael Kruse
2020-02-04[Polly] Fix compilation after 105642af5eef: include PassManagerImpl.hKrzysztof Parzyszek
2020-01-24[NFC][ScopBuilder] Move RecordedAssumptions vector to ScopBuilderDominik Adamski
2020-01-16PointerLikeTypeTraits: Standardize NumLowBitsAvailable on static constexpr ra...David Blaikie
2020-01-02Polly: Fix a tag type mismatch (struct/class)David Blaikie
2020-01-02Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille
2019-08-06[NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.Dominik Adamski
2019-08-06[NFC][ScopBuilder] Move addUserAssumptions to ScopBuilderDominik Adamski
2019-07-22[Polly] Clang complains about missing virtual destructorGuillaume Chatelet
2019-07-17[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...Dominik Adamski
2019-07-17[NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilderDominik Adamski
2019-07-16[NFC][ScopBuilder] Move addUserContext to ScopBuilderDominik Adamski
2019-07-16[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...Dominik Adamski
2019-07-16[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilderDominik Adamski
2019-07-15[ScopInfo][NFC] Add dot at the end of comment statement.Dominik Adamski
2019-06-12[ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.Michael Kruse
2019-06-12[ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.Michael Kruse
2019-06-12[ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.Michael Kruse
2019-06-04[ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.Michael Kruse
2019-05-31[ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.Michael Kruse
2019-05-31[ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse
2019-05-28[ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.Michael Kruse
2019-05-14[polly] Fix non-determinism in IslNodeBuilder.Eli Friedman
2019-05-10[ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse
2019-05-08[polly][SCEV] Expand SCEV matcher cases for new smin/umin opsKeno Fischer
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-03-19[CodeGen] LLVM OpenMP Backend.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-15[TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth
2018-09-27[IslAst] Fix InParallelFor nesting.Michael Kruse
2018-09-11 [PerfMonitor] Fix rdtscp callsitesTobias Grosser