summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* 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] 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-161-0/+4
* [ScopInfo] Remove usage of isl_set_n_basic_set()Philip Pfaffe2018-05-161-14/+12
* [SI] Create Scop Name lazilyPhilip Pfaffe2018-05-151-2/+2
* [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-141-3/+11
* [ScopInfo] Remove bail out condition in buildMinMaxAccess().Michael Kruse2018-05-091-12/+10
* Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."Philip Pfaffe2018-05-021-2/+2
* Remove keep/take/give from isl C++ bindingsTobias Grosser2018-04-291-816/+0
* Remove another set or release() callsTobias Grosser2018-04-293-10/+10
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-298-212/+183
* [DeLICM] Remove uses of isl::giveTobias Grosser2018-04-284-90/+58
* [ZoneAlgo] Remove uses of isl::give - IITobias Grosser2018-04-281-13/+8
* [ZoneAlgo] Remove uses of isl::giveTobias Grosser2018-04-281-41/+33
* [MaximalStaticExpansion] Replace copied function with version from ISLToolsTobias Grosser2018-04-281-43/+1
* Update to latest version of the isl c++ bindingsTobias Grosser2018-04-281-1871/+4047
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-252-0/+128
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-252-0/+38
* Update isl to isl-0.19-114-g385262afTobias Grosser2018-04-2513-41/+248
* Fixup Polly for an LLVM header file change.David Blaikie2018-04-242-0/+2
OpenPOWER on IntegriCloud