summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Default to static linking for subprojects.Michael Kruse2020-02-261-0/+1
* Fix several issues with compiler extensionsserge-sans-paille2020-01-101-0/+1
* [cmake] Use source-groups in Polly.Christopher Tetreault2020-01-071-0/+11
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-061-1/+1
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-024-40/+49
* [polly][Support] Un-break polly testsAlexandre Ganea2020-01-011-1/+2
* [IR] Include more target specific intrinsic headersHeejin Ahn2019-12-141-0/+1
* [IR] Include target specific intrinsic headersHeejin Ahn2019-12-122-2/+2
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* [GPGPU] Fix depricated warning.Michael Kruse2019-11-141-1/+1
* [GPGPU] Fix #includes.Michael Kruse2019-11-142-0/+2
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-2/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-1310-0/+10
* [CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorize...Michael Kruse2019-11-121-2/+2
* Fix PollyGuillaume Chatelet2019-10-212-6/+6
* [ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.Michael Kruse2019-10-171-6/+18
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-2/+2
* [Polly] Fix formatting violation. NFC.Volodymyr Sapsai2019-10-111-3/+1
* [Stats] More polly fixes following llvm::Statistic changes in r374490.Volodymyr Sapsai2019-10-112-5/+5
* [Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.Volodymyr Sapsai2019-10-111-3/+1
* [Alignment][NFC] Remove StoreInst::setAlignment(unsigned)Guillaume Chatelet2019-10-031-1/+1
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+2
* [Alignment] Fix polly buildGuillaume Chatelet2019-09-302-3/+4
* [CodeGen] Handle outlining of CopyStmts.Michael Kruse2019-09-171-3/+4
* [Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on SolarisRainer Orth2019-09-131-3/+4
* [ScopBuilder] Skip getting leader when merging statements to close holes.Michael Kruse2019-09-131-4/+10
* [DependenceInfo] Compute WAR dependence info using ISL kills. NFC.Michael Kruse2019-08-291-114/+16
* [ScopBuilder] Remove superfluous while loop in buildDomains. NFC.Michael Kruse2019-08-291-4/+0
* [ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC.Michael Kruse2019-08-261-11/+7
* [Polly] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-2/+2
* [NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.Dominik Adamski2019-08-062-924/+906
* [NFC][ScopBuilder] Move addUserAssumptions to ScopBuilderDominik Adamski2019-08-062-101/+94
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-2/+2
* [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...Dominik Adamski2019-07-173-260/+249
* [NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilderDominik Adamski2019-07-172-190/+190
* [NFC][ScopBuilder] Move addUserContext to ScopBuilderDominik Adamski2019-07-162-44/+45
* [NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...Dominik Adamski2019-07-162-352/+354
* [NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilderDominik Adamski2019-07-162-34/+35
* OpaquePtr: Update polly's calls to Loads.h APITim Northover2019-07-092-3/+5
* [ScopInliner] Register FunctionAnalysisManagerModuleProxy.Michael Kruse2019-06-171-0/+1
* [ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.Michael Kruse2019-06-122-172/+174
* [ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.Michael Kruse2019-06-122-119/+119
* [ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.Michael Kruse2019-06-122-20/+20
* [ScheduleTreeTransform] Silence compiler warning. NFC.Michael Kruse2019-06-061-1/+1
* [ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.Michael Kruse2019-06-042-71/+71
* [ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.Michael Kruse2019-05-312-15/+15
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-315-26/+517
* [ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.Michael Kruse2019-05-282-22/+22
* [DeLICM] Use polly::singleton to allow empty result.Michael Kruse2019-05-211-2/+3
* [CodeGen] Fix order of PHINode and MA Write generation.Michael Kruse2019-05-201-1/+18
OpenPOWER on IntegriCloud