summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Merging r343212:Tom Stellard2018-11-164-21/+92
* Remove ReleaseNotes as they were emptyHans Wennborg2018-09-072-21/+0
* 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
* [NFC] Fix formatting to appease buildersPhilip Pfaffe2018-06-291-1/+2
* Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe2018-06-294-0/+121
* [ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe2018-06-294-14/+122
* test: use regex matchers to make test-case robust against register renumberingsTobias Grosser2018-06-281-2/+2
* [ScopHelper] Cache ScopExpander results.Eli Friedman2018-06-271-0/+12
* [ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse2018-06-263-115/+119
* [SCEV] Re-apply r335197 (with Polly fixes).Tim Shen2018-06-211-11/+15
* Move ScopInfo to isl++Tobias Grosser2018-06-191-2/+1
* Adjust for clang-format changesTobias Grosser2018-06-181-6/+6
* [ScopInfo] Move splitAliasGroupsByDomain and getAccessDomain to isl++ [NFCI]Tobias Grosser2018-06-181-10/+8
OpenPOWER on IntegriCloud