summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Acc] Enable legacy stmt granularity in remaining failing testcasesPhilip Pfaffe2018-05-233-2/+3
* [Acc] Update testcases for minor changes in the PPCG mapper andPhilip Pfaffe2018-05-235-6/+6
* [Acc] Re-land r326643 to finally fix PR33208.Philip Pfaffe2018-05-231-2/+4
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-2/+3
* [polly] Drop nonexistant LLVM_PLUGIN_EXPORT macro from llvmGetPassPluginInfo()Roman Lebedev2018-05-191-1/+1
* [SCEVAffinator] BB can be null; don't use it to get the LLVMContext.Eli Friedman2018-05-181-1/+1
* [DeLICM] Avoid assertion on out-of-quota.Michael Kruse2018-05-162-0/+135
* [ScopInfo] Remove usage of isl_set_n_basic_set()Philip Pfaffe2018-05-161-14/+12
* [SI] Create Scop Name lazilyPhilip Pfaffe2018-05-152-4/+9
* [arc] Remove unittesting from arcconfigPhilip Pfaffe2018-05-154-310/+1
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-1521-238/+268
* [SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman2018-05-143-3/+49
OpenPOWER on IntegriCloud