aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse66-491/+45
2019-03-27[ConstantRange] Rename isWrappedSet() to isUpperWrapped()Nikita Popov1-1/+1
2019-03-25Moving ManagedMemoryRewritePass when hybrid option is selectedMichael Kruse1-4/+7
2019-03-19[CodeGen] LLVM OpenMP Backend.Michael Kruse13-224/+1267
2019-02-08[opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight1-2/+3
2019-01-29Adjust documentation for git migration.James Y Knight4-17/+5
2019-01-22Fix/unify top comment in lib/Analysis/PolyhedralInfo.cppMichal Gorny1-15/+16
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2-2/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth93-372/+279
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth2-25/+472
2019-01-18[polly] Change to range-based invocation of llvm::sortMandeep Singh Grang1-1/+1
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg2-4/+4
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight17-20/+20
2019-01-15Update year in license filesHans Wennborg2-2/+2
2018-11-06[CMake] Fix generation of exported targets in build directoryPhilip Pfaffe1-2/+2
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2-4/+4
2018-10-18[TI removal] Generically discuss terminators rather than use the soon toChandler Carruth1-1/+1
2018-10-17Fix broken formatting caused by test commitTheodoros Theodoridis1-1/+1
2018-10-17Test commitTheodoros Theodoridis1-1/+1
2018-10-15[TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth5-10/+10
2018-10-12Fix another error related to YAML quoting.Zachary Turner1-6/+6
2018-09-27[IslAst] Fix InParallelFor nesting.Michael Kruse4-21/+92
2018-09-26[doc] Fix HowToManuallyUseTheIndividualPiecesOfPollyMichael Kruse39-1979/+2571
2018-09-26Move www/experiments to docs/experimentsMichael Kruse31-0/+0
2018-09-21fix the scan-build urlsSylvestre Ledru2-3/+3
2018-09-11[ScopDetection] Use addUnknown for calls in the AliasSetTracker.Eli Friedman1-2/+6
2018-09-11 [PerfMonitor] Fix rdtscp callsitesTobias Grosser5-56/+48
2018-08-26[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth3-4/+5
2018-08-17[AST] Adapt Polly to AnalysisSetTracker changes. NFC.Michael Kruse1-2/+2
2018-08-10[DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse3-41/+29
2018-08-09Update isl-cpp bindingsTobias Grosser3-17/+17
2018-08-09Update to isl-0.20-65-gb822a210Tobias Grosser22-140/+341
2018-08-07Update isl to isl-0.20-48-g13eba5b5Tobias Grosser19-170/+268
2018-08-07Make update-isl work with latest isl versionsTobias Grosser1-2/+3
2018-08-02[JSONExporter] Print instead of ignoring parser error.Michael Kruse1-2/+3
2018-08-01[ScopBuilder] Set domain to empty instead of NULL.Michael Kruse3-3/+42
2018-08-01Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg2-4/+4
2018-08-01PPCG codegenTobias Grosser1-1/+2
2018-08-01[isl++] drop the isl namespace qualifiers [NFC]Tobias Grosser1-4463/+4463
2018-08-01Rebase C++ bindings on top of latest isl bindingsTobias Grosser4-336/+1495
2018-08-01Update to isl-0.20-35-ge0a98b62Tobias Grosser57-209/+25786
2018-08-01[JSONExporter] Try to appease buildbot. NFC.Michael Kruse1-1/+1
2018-08-01[Polly-ACC] Fix compilation after r338450. NFC.Michael Kruse1-1/+1
2018-08-01[JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse22-6666/+80
2018-07-31[CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse2-31/+19
2018-07-31[CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse2-26/+18
2018-07-31[CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse2-32/+18
2018-07-28[test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse1-17/+0
2018-07-23[isl] Simplify iterator implementation by building on top of list accessorsPhilip Pfaffe1-64/+26