summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* Adjust to recent LLVM changes to fix buildbotsTobias Grosser2018-06-161-2/+2
* Simplify the implementation of getCUDALibDeviceFunction. NFC.Philip Pfaffe2018-06-141-13/+9
* [test] Fix a typo in a test case [NFCI]Tobias Grosser2018-06-131-2/+2
* 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
* [Polly] Fix a testcase after LLVM commit r334318Krzysztof Parzyszek2018-06-081-3/+3
* Back out of GPU Codegen if NVPTX is not availablePhilip Pfaffe2018-06-071-5/+8
* 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-063-0/+55
* getDependences to new C++ interfaceTobias Grosser2018-06-067-24/+31
* 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-313-14/+23
* Update isl C++ bindingsTobias Grosser2018-05-311-0/+1267
* Update isl to isl-0.19-173-g77fe2538Tobias Grosser2018-05-3132-52/+343
* [ForwardOpTree] Use less computationally expensive method to compute def-to-t...Michael Kruse2018-05-291-59/+68
* [ScopInfo] Update Scop::addUserContext() to C++ interfaceTobias Grosser2018-05-281-21/+10
* [Acc] Followup for r333105: Fix one additional testcasePhilip Pfaffe2018-05-241-1/+2
* Update isl to isl-0.19-152-g437e6ab0Tobias Grosser2018-05-2355-290/+669
* createNextIterationMap from C to C++ interfaceTobias Grosser2018-05-231-13/+13
OpenPOWER on IntegriCloud