summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Make Polly tests dependencies explicitserge-sans-paille2020-06-171-0/+2
* Use components instead of libraries in Polly linkage stepserge-sans-paille2020-06-171-39/+32
* [Polly][docs] Polly release notes.Michael Kruse2020-03-011-9/+12
* Revert "[Polly][docs] Polly release notes."Hans Wennborg2020-02-261-41/+1
* [CMake] Default to static linking for subprojects.Michael Kruse2020-02-261-0/+1
* [Polly][docs] Polly release notes.Michael Kruse2020-02-251-1/+41
* Fix several issues with compiler extensionsserge-sans-paille2020-01-101-0/+1
* [cmake] Use source-groups in Polly.Christopher Tetreault2020-01-072-0/+36
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-061-1/+1
* Polly: Fix a tag type mismatch (struct/class)David Blaikie2020-01-021-1/+1
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-028-53/+67
* [polly][Support] Un-break polly testsAlexandre Ganea2020-01-011-1/+2
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-2440-58/+58
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-2430-52/+52
* [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
* [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.0svnupstream/llvmorg-10-initllvmorg-10-initHans Wennborg2019-07-182-6/+6
* [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...Dominik Adamski2019-07-176-320/+327