summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/ISLTools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-101-0/+6
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [polly] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* Rebase C++ bindings on top of latest isl bindingsTobias Grosser2018-08-011-34/+39
* Translate a couple of foreach callbacks into range-based iterator loopsTobias Grosser2018-06-291-38/+25
* [DeLICM] Avoid assertion on out-of-quota.Michael Kruse2018-05-161-0/+4
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-291-175/+150
* [polly] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-131-1/+1
* Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())Tobias Grosser2018-02-201-8/+8
* [IslTools] dumpPw: Dump same structure pieces together.Michael Kruse2018-01-161-21/+44
* [ISLTools] Translate computeReachingWrite to isl++. NFC.Michael Kruse2017-10-241-24/+17
* [Polly] Add dumpPw() and dumpExpanded() functions. NFC.Michael Kruse2017-09-291-0/+338
* [ISLTools]: Move singleton to isl++Tobias Grosser2017-09-041-11/+9
* [ZoneAlgo] More fine-grained bail-out.Michael Kruse2017-08-281-0/+5
* [DeLICM] Fix unused zone for writes without in-between read.Michael Kruse2017-08-211-11/+15
* [ISLTools/ZoneAlgo] Make distributeDomain and filterKnownValInst isl_error_qu...Michael Kruse2017-08-091-4/+3
* [ForwardOpTree] Use known array content analysis to forward load instructions.Michael Kruse2017-08-071-0/+15
* Use isl C++ foreach implementationTobias Grosser2017-04-141-8/+16
* [Support] Add functions to ISLTools.Michael Kruse2017-03-221-0/+139
* Introduce isl C++ bindings, Part 1: value_ptr style interfaceTobias Grosser2017-03-101-56/+43
* [Support] Remove NonowningIslPtr. NFC.Michael Kruse2017-02-231-8/+6
* [Support] Add convertZoneToTimepoints. NFC.Michael Kruse2017-02-041-0/+16
* [Support] Add computeArrayUnused. NFC.Michael Kruse2017-02-041-0/+47
* [Support] Add computeReachingWrite. NFC.Michael Kruse2017-02-041-0/+60
* Update to recent formatting changesTobias Grosser2017-02-011-8/+6
* [Support] Add general isl tools for DeLICM. NFC.Michael Kruse2017-01-271-0/+264
OpenPOWER on IntegriCloud