summaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)Author
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2019-01-15Update year in license filesHans Wennborg
2018-11-06[CMake] Fix generation of exported targets in build directoryPhilip Pfaffe
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-18[TI removal] Generically discuss terminators rather than use the soon toChandler Carruth
2018-10-17Fix broken formatting caused by test commitTheodoros Theodoridis
2018-10-17Test commitTheodoros Theodoridis
2018-10-15[TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth
2018-10-12Fix another error related to YAML quoting.Zachary Turner
2018-09-27[IslAst] Fix InParallelFor nesting.Michael Kruse
2018-09-26[doc] Fix HowToManuallyUseTheIndividualPiecesOfPollyMichael Kruse
2018-09-26Move www/experiments to docs/experimentsMichael Kruse
2018-09-21fix the scan-build urlsSylvestre Ledru
2018-09-11[ScopDetection] Use addUnknown for calls in the AliasSetTracker.Eli Friedman
2018-09-11 [PerfMonitor] Fix rdtscp callsitesTobias Grosser
2018-08-26[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth
2018-08-17[AST] Adapt Polly to AnalysisSetTracker changes. NFC.Michael Kruse
2018-08-10[DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse
2018-08-09Update isl-cpp bindingsTobias Grosser
2018-08-09Update to isl-0.20-65-gb822a210Tobias Grosser
2018-08-07Update isl to isl-0.20-48-g13eba5b5Tobias Grosser
2018-08-07Make update-isl work with latest isl versionsTobias Grosser
2018-08-02[JSONExporter] Print instead of ignoring parser error.Michael Kruse
2018-08-01[ScopBuilder] Set domain to empty instead of NULL.Michael Kruse
2018-08-01Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg
2018-08-01PPCG codegenTobias Grosser
2018-08-01[isl++] drop the isl namespace qualifiers [NFC]Tobias Grosser
2018-08-01Rebase C++ bindings on top of latest isl bindingsTobias Grosser
2018-08-01Update to isl-0.20-35-ge0a98b62Tobias Grosser
2018-08-01[JSONExporter] Try to appease buildbot. NFC.Michael Kruse
2018-08-01[Polly-ACC] Fix compilation after r338450. NFC.Michael Kruse
2018-08-01[JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse
2018-07-31[CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse
2018-07-31[CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse
2018-07-31[CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse
2018-07-28[test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse
2018-07-23[isl] Simplify iterator implementation by building on top of list accessorsPhilip Pfaffe
2018-07-17[DependenceInfo] Use isl++ to replace foreach_set with for loopTobias Grosser
2018-07-17[IslNodeBuilder] Use isl++ to replace foreach_set with for loopTobias Grosser
2018-07-17[ScopInfo] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[ZoneAlgo] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[FlattenSchedule] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[MaximalStaticExpansion] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[ForwardOpTree] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[Simplify] Replace isl foreach calls with for loopsTobias Grosser
2018-07-17[FlattenAlgo] Replace more isl foreach calls with for loopsTobias Grosser
2018-07-17[FlattenAlgo] Replace some isl foreach calls with for loopsTobias Grosser
2018-07-17[unittest/DeLICM] Replace isl foreach calls with for loopsTobias Grosser
2018-07-16[ScopInfo] Replace isl foreach calls with for loopsTobias Grosser