summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-136-0/+6
* [Stats] More polly fixes following llvm::Statistic changes in r374490.Volodymyr Sapsai2019-10-112-5/+5
* [Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on SolarisRainer Orth2019-09-131-3/+4
* [Polly] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-2/+2
* [ScopInliner] Register FunctionAnalysisManagerModuleProxy.Michael Kruse2019-06-171-0/+1
* [ScheduleTreeTransform] Silence compiler warning. NFC.Michael Kruse2019-06-061-1/+1
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-312-2/+516
* [DeLICM] Use polly::singleton to allow empty result.Michael Kruse2019-05-211-2/+3
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-101-0/+5
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-289-18/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* Fix broken formatting caused by test commitTheodoros Theodoridis2018-10-171-1/+1
* Test commitTheodoros Theodoridis2018-10-171-1/+1
* Rebase C++ bindings on top of latest isl bindingsTobias Grosser2018-08-011-14/+20
* [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
* Use range for in normalizeValInst [NFCI]Tobias Grosser2018-06-291-27/+25
* [ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse2018-06-262-115/+85
* [OpTree] Introduce shortcut for computing the def->target mapping. NFCI.Michael Kruse2018-06-061-0/+45
* getDependences to new C++ interfaceTobias Grosser2018-06-063-7/+7
* Update for a header file move in LLVMDavid Blaikie2018-06-041-1/+1
* [ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.Michael Kruse2018-05-312-12/+21
* [ForwardOpTree] Use less computationally expensive method to compute def-to-t...Michael Kruse2018-05-291-59/+68
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-158-125/+143
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-294-21/+18
* [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
* Fixup Polly for an LLVM header file change.David Blaikie2018-04-241-0/+1
* Fix polly build after r328717Reid Kleckner2018-03-281-0/+1
* Update for LLVM header movementDavid Blaikie2018-03-211-1/+1
* Adjust to clang-format changesTobias Grosser2018-03-204-4/+0
* Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())Tobias Grosser2018-02-202-11/+9
* Run clang-format after r324003. NFC.Michael Kruse2018-02-022-7/+7
* Update polly for r323999.Benjamin Kramer2018-02-012-9/+9
* [MaximalStaticExpansion] Simplify this code a bit. NFCI.Davide Italiano2017-11-251-6/+2
* Run polly-update-format. NFC.Michael Kruse2017-11-211-1/+0
* Port ScopInfo to the isl cpp bindingsPhilip Pfaffe2017-11-194-8/+8
* [NFC] Make r318597 compatible with clang-formatZhaoshi Zheng2017-11-171-1/+1
* [nfc] Iwyu: forward-declare/include raw_ostream in zone algoPhilip Pfaffe2017-11-171-0/+1
* [ForwardOpTree] Limit isl operations of known content reload.Michael Kruse2017-11-061-1/+8
* [ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse2017-10-313-54/+307
* [DeLICM] Fix wrong assumed access execution order.Michael Kruse2017-10-311-1/+1
* [ForwardOpTree] Use space indention. NFC.Michael Kruse2017-10-271-1/+1
OpenPOWER on IntegriCloud