summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/ZoneAlgo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-101-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ZoneAlgo] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-9/+6
* Use range for in normalizeValInst [NFCI]Tobias Grosser2018-06-291-27/+25
* [ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse2018-06-261-10/+85
* [ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.Michael Kruse2018-05-311-11/+19
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+4
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-291-8/+6
* [ZoneAlgo] Remove uses of isl::give - IITobias Grosser2018-04-281-13/+8
* [ZoneAlgo] Remove uses of isl::giveTobias Grosser2018-04-281-41/+33
* [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
* [ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse2017-10-311-6/+296
* [DeLICM] Fix wrong assumed access execution order.Michael Kruse2017-10-311-1/+1
* [ZoneAlgo] Translate addArrayWriteAccess to isl++. NFC.Michael Kruse2017-10-241-11/+7
* [ForwardOpTree] Test the max operations quota.Michael Kruse2017-09-181-1/+1
* Fix some unused warnings in pollyReid Kleckner2017-09-071-12/+0
* [ZoneAlgo] Handle non-StoreInst/LoadInst MemoryAccesses including memset.Michael Kruse2017-09-061-17/+34
* [ZoneAlgo] More fine-grained bail-out.Michael Kruse2017-08-281-16/+50
* [ZoneAlgo] Print rejection reasons to llvm::dbgs(). NFC.Michael Kruse2017-08-281-0/+3
* test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertionsTobias Grosser2017-08-221-1/+0
* [ZoneAlgorithm] Move computeScalarReachingDefinition to c++Tobias Grosser2017-08-211-10/+7
* [ISLTools/ZoneAlgo] Make distributeDomain and filterKnownValInst isl_error_qu...Michael Kruse2017-08-091-1/+3
* [ZoneAlgo] Add motivation for exception. NFC.Michael Kruse2017-08-091-0/+20
* [ZoneAlgo] Consolditate condition. NFC.Michael Kruse2017-08-091-8/+7
* [DeLICM/ZoneAlgo] Remove duplicate code. NFC.Michael Kruse2017-08-081-6/+1
* [ZoneAlgo] Allow two writes that write identical values into same array slotTobias Grosser2017-08-071-5/+30
* [ForwardOpTree] Use known array content analysis to forward load instructions.Michael Kruse2017-08-071-1/+117
* [ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]Tobias Grosser2017-08-061-1/+1
* [ScopInfo] Move Scop::getDomains to isl++ [NFC]Tobias Grosser2017-08-061-1/+1
* Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++Tobias Grosser2017-08-061-3/+3
* [DeLICM] Refactor ZoneAlgorithm into ZoneAlgo.cpp. NFC.Michael Kruse2017-08-041-0/+613
OpenPOWER on IntegriCloud