aboutsummaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* 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
* [GPGPU] Fix regression test after 395124.Michael Kruse2019-11-131-1/+1
* [CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorize...Michael Kruse2019-11-121-2/+2
* [www] More HTTPS and outdated link fixes.Stephan T. Lavavej2019-11-084-12/+12
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-249-51/+51
* Fix PollyGuillaume Chatelet2019-10-212-6/+6
* [ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.Michael Kruse2019-10-172-6/+112
* [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
* Revert "Update polly test for SCEV change."Tim Northover2019-09-301-1/+1
* [CodeGen] Handle outlining of CopyStmts.Michael Kruse2019-09-172-3/+76
* [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-132-4/+90
* [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
* [Polly-ACC] Fix test after IR-printer change.Michael Kruse2019-08-131-1/+1
* [NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.Dominik Adamski2019-08-064-1038/+1094
* [NFC][ScopBuilder] Move addUserAssumptions to ScopBuilderDominik Adamski2019-08-064-118/+152
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-2/+2
* [Polly] Clang complains about missing virtual destructorGuillaume Chatelet2019-07-221-0/+2
* Update polly test for SCEV change.Eli Friedman2019-07-181-1/+1
* Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg2019-07-182-6/+6
* [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...Dominik Adamski2019-07-176-320/+327
* [NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilderDominik Adamski2019-07-174-253/+259
* [NFC][ScopBuilder] Move addUserContext to ScopBuilderDominik Adamski2019-07-164-47/+48
* [NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...Dominik Adamski2019-07-164-402/+420
* [NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilderDominik Adamski2019-07-164-56/+67
* [ScopInfo][NFC] Add dot at the end of comment statement.Dominik Adamski2019-07-151-1/+1
* OpaquePtr: Update polly's calls to Loads.h APITim Northover2019-07-092-3/+5
* [test] Add wrap flags after D61934.Michael Kruse2019-06-172-3/+3
* [ScopInliner] Register FunctionAnalysisManagerModuleProxy.Michael Kruse2019-06-171-0/+1
* [ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.Michael Kruse2019-06-124-180/+188
* [ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.Michael Kruse2019-06-124-136/+141
* [ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.Michael Kruse2019-06-124-51/+51
* [ScheduleTreeTransform] Silence compiler warning. NFC.Michael Kruse2019-06-061-1/+1
* [ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.Michael Kruse2019-06-044-99/+99
* [ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.Michael Kruse2019-05-314-30/+30
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-319-85/+724
* [ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.Michael Kruse2019-05-284-36/+48