summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* [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-0119-6592/+80
* [CodeGen] Convert IslNodeBuilder::getNumberOfIterations to isl++. NFC.Michael Kruse2018-07-311-30/+18
* [CodeGen] Convert IslNodeBuilder::createForSequential to isl++. NFC.Michael Kruse2018-07-311-25/+17
* [CodeGen] Convert IslNodeBuilder::getUpperBound to isl++. NFC.Michael Kruse2018-07-311-30/+17
* [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-171-14/+13
* [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
* [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
* 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
* [polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe2018-07-021-9/+17
* 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
* [ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe2018-06-292-13/+63
* [ScopHelper] Cache ScopExpander results.Eli Friedman2018-06-271-0/+12
* [ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse2018-06-262-115/+85
* 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
* [ScopInfo] Move more functions to isl++ [NFCI]Tobias Grosser2018-06-181-24/+17
* [ScopInfo] Move addNonEmptyDomainConstraints to isl++ [NFCI]Tobias Grosser2018-06-181-2/+2
* Move buildConditionSet to C++Tobias Grosser2018-06-181-16/+21
* Simplify the implementation of getCUDALibDeviceFunction. NFC.Philip Pfaffe2018-06-141-13/+9
* Drop unnecessary whitespace [NFCI]Tobias Grosser2018-06-111-2/+2
* [ScopBuilder] Slightly improve code structure [NFCI]Tobias Grosser2018-06-111-1/+2
* Update isl to isl-0.19-185-g8e9f55ceTobias Grosser2018-06-1126-85/+733
* Run clang-formatPhilip Pfaffe2018-06-071-1/+1
* Fix a missing lambda return type that tripped the buildersPhilip Pfaffe2018-06-071-1/+1
* [OpTree] Introduce shortcut for computing the def->target mapping. NFCI.Michael Kruse2018-06-062-0/+47
* getDependences to new C++ interfaceTobias Grosser2018-06-066-23/+30
* Fix formattingTobias Grosser2018-06-051-1/+1
* Update for a header file move in LLVMDavid Blaikie2018-06-042-2/+2
* partitionSetParts from C to C++ interface.Tobias Grosser2018-06-011-41/+32
* [ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.Michael Kruse2018-05-312-12/+21
* Update isl C++ bindingsTobias Grosser2018-05-311-0/+1267
OpenPOWER on IntegriCloud