summaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Merging r372188:Tom Stellard2019-10-152-3/+76
* Merging r366510:Hans Wennborg2019-07-221-1/+1
* [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
* [DeLICM] Use polly::singleton to allow empty result.Michael Kruse2019-05-212-2/+80
* [CodeGen] Fix order of PHINode and MA Write generation.Michael Kruse2019-05-204-1/+166
* [DependenceInfo] Remove dead initialization. NFC.Michael Kruse2019-05-201-2/+2
* [polly] Fix non-determinism in IslNodeBuilder.Eli Friedman2019-05-141-1/+1
* [Polly] Don't crash on invalid delinearization result.Eli Friedman2019-05-142-1/+30
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-106-2/+117
* [polly][SCEV] Expand SCEV matcher cases for new smin/umin opsKeno Fischer2019-05-085-1/+61
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-2866-491/+45
* [ConstantRange] Rename isWrappedSet() to isUpperWrapped()Nikita Popov2019-03-271-1/+1
* Moving ManagedMemoryRewritePass when hybrid option is selectedMichael Kruse2019-03-251-4/+7
* [CodeGen] LLVM OpenMP Backend.Michael Kruse2019-03-1913-224/+1267
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-2/+3
* Adjust documentation for git migration.James Y Knight2019-01-294-17/+5
* Fix/unify top comment in lib/Analysis/PolyhedralInfo.cppMichal Gorny2019-01-221-15/+16
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-212-2/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1993-372/+279
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-192-25/+472
* [polly] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-162-4/+4
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-1517-20/+20
* Update year in license filesHans Wennborg2019-01-152-2/+2
* [CMake] Fix generation of exported targets in build directoryPhilip Pfaffe2018-11-061-2/+2
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-012-4/+4
* [TI removal] Generically discuss terminators rather than use the soon toChandler Carruth2018-10-181-1/+1
* Fix broken formatting caused by test commitTheodoros Theodoridis2018-10-171-1/+1
* Test commitTheodoros Theodoridis2018-10-171-1/+1
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-155-10/+10
* Fix another error related to YAML quoting.Zachary Turner2018-10-121-6/+6
* [IslAst] Fix InParallelFor nesting.Michael Kruse2018-09-274-21/+92
* [doc] Fix HowToManuallyUseTheIndividualPiecesOfPollyMichael Kruse2018-09-2639-1979/+2571