summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [ScopDetection] Use addUnknown for calls in the AliasSetTracker.Eli Friedman2018-09-111-2/+6
* [PerfMonitor] Fix rdtscp callsitesTobias Grosser2018-09-115-56/+48
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-263-4/+5
* [AST] Adapt Polly to AnalysisSetTracker changes. NFC.Michael Kruse2018-08-171-2/+2
* [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse2018-08-103-41/+29
* Update isl-cpp bindingsTobias Grosser2018-08-093-17/+17
* Update to isl-0.20-65-gb822a210Tobias Grosser2018-08-0922-140/+341
* Update isl to isl-0.20-48-g13eba5b5Tobias Grosser2018-08-0719-170/+268
* Make update-isl work with latest isl versionsTobias Grosser2018-08-071-2/+3
* [JSONExporter] Print instead of ignoring parser error.Michael Kruse2018-08-021-2/+3
* [ScopBuilder] Set domain to empty instead of NULL.Michael Kruse2018-08-013-3/+42
* Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg2018-08-012-4/+4
* PPCG codegenTobias Grosser2018-08-011-1/+2
* [isl++] drop the isl namespace qualifiers [NFC]Tobias Grosser2018-08-011-4463/+4463
* Rebase C++ bindings on top of latest isl bindingsTobias Grosser2018-08-014-336/+1495
* Update to isl-0.20-35-ge0a98b62Tobias Grosser2018-08-0157-209/+25786
* [JSONExporter] Try to appease buildbot. NFC.Michael Kruse2018-08-011-1/+1
* [Polly-ACC] Fix compilation after r338450. NFC.Michael Kruse2018-08-011-1/+1
* [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse2018-08-0122-6666/+80
* [CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse2018-07-312-31/+19
* [CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse2018-07-312-26/+18
* [CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse2018-07-312-32/+18
* [test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse2018-07-281-17/+0
* [isl] Simplify iterator implementation by building on top of list accessorsPhilip Pfaffe2018-07-231-64/+26
* [DependenceInfo] Use isl++ to replace foreach_set with for loopTobias Grosser2018-07-171-9/+13
* [IslNodeBuilder] Use isl++ to replace foreach_set with for loopTobias Grosser2018-07-172-16/+15
* [ScopInfo] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-9/+16
* [ZoneAlgo] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-9/+6
* [FlattenSchedule] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-3/+2
* [MaximalStaticExpansion] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-11/+6
* [ForwardOpTree] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-5/+5
* [Simplify] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-27/+22
* [FlattenAlgo] Replace more isl foreach calls with for loopsTobias Grosser2018-07-171-8/+7
* [FlattenAlgo] Replace some isl foreach calls with for loopsTobias Grosser2018-07-171-11/+7
* [unittest/DeLICM] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-9/+8
* [ScopInfo] Replace isl foreach calls with for loopsTobias Grosser2018-07-161-18/+6
* [Polly][isl] Add neutrally-named accessors to isl list elements and sizesPhilip Pfaffe2018-07-131-0/+84
* [Docs] Fix generation of manpages.Michael Kruse2018-07-091-2/+0
* Add a file that was missing in r336425Philip Pfaffe2018-07-061-0/+513
* Update isl to isl-0.19-224-gce84a511Tobias Grosser2018-07-0624-640/+424
* [ScopInfo] Move foldSizeConstantsToRight() to isl++Tobias Grosser2018-07-051-61/+30
* [CodeGen] Fix potential null pointer dereference. NFC.Michael Kruse2018-07-051-3/+5
* [PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]Siddharth Bhat2018-07-041-8/+8
* ScopInfo: simplify equivalence classes before storing them [NFCI]Tobias Grosser2018-07-041-0/+2
* [Polly-ACC] Add isl_space.h to gpu_tree.cSiddharth Bhat2018-07-041-0/+1
* Fix for r336080: Missing colon in REQUIRES linePhilip Pfaffe2018-07-021-1/+1
* [polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe2018-07-022-9/+107
* Use range for in normalizeValInst [NFCI]Tobias Grosser2018-06-291-27/+25
* Translate a couple of foreach callbacks into range-based iterator loopsTobias Grosser2018-06-291-38/+25
* Add missing namespace specifierTobias Grosser2018-06-291-1/+1
OpenPOWER on IntegriCloud