summaryrefslogtreecommitdiffstats
path: root/polly/unittests/Isl/IslTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update isl-cpp bindingsTobias Grosser2018-08-091-8/+8
* Rebase C++ bindings on top of latest isl bindingsTobias Grosser2018-08-011-34/+46
* [islpp] Remove use of isl::give from unittestsTobias Grosser2018-04-281-2/+2
* Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser2018-04-121-0/+103
* Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser2018-04-111-68/+0
* Adjust to clang-format changesTobias Grosser2018-03-201-1/+0
* Add isl operator overloads for isl::pw_affTobias Grosser2018-03-101-0/+69
* [test] Add some test cases for computeArrayUnused.Michael Kruse2017-08-211-0/+49
* [DeLICM] Fix unused zone for writes without in-between read.Michael Kruse2017-08-211-0/+8
* Use isl C++ foreach implementationTobias Grosser2017-04-141-22/+25
* [Support] Add functions to ISLTools.Michael Kruse2017-03-221-0/+103
* [unittest] Do not convert large unsigned long to isl::valTobias Grosser2017-03-101-2/+2
* [unittest] Translate isl tests to C++ bindingsTobias Grosser2017-03-101-114/+94
* Introduce isl C++ bindings, Part 1: value_ptr style interfaceTobias Grosser2017-03-101-33/+33
* [Support] Add convertZoneToTimepoints. NFC.Michael Kruse2017-02-041-0/+53
* [Support] Add computeArrayUnused. NFC.Michael Kruse2017-02-041-0/+66
* [Support] Add computeReachingWrite. NFC.Michael Kruse2017-02-041-0/+104
* Update to recent formatting changesTobias Grosser2017-02-011-3/+2
* [Support] Add general isl tools for DeLICM. NFC.Michael Kruse2017-01-271-0/+296
* Adjust formatting to commit r292110 [NFC]Tobias Grosser2017-01-161-9/+12
* Add unittests for foreach(Elt|Piece). NFC.Michael Kruse2016-12-071-0/+107
* Avoid the use of large unsigned values in isl unit testTobias Grosser2016-08-261-1/+3
* unittests: Make the expected value the first argument in EXPECT_EQ [NFC]Tobias Grosser2016-08-261-33/+32
* Improve documentation and testing for isl_valFromAPIntTobias Grosser2016-08-261-4/+52
* Improve documentation and testing of APIntFromValTobias Grosser2016-08-261-3/+88
* Introduce unittests.Michael Kruse2016-08-251-0/+101
OpenPOWER on IntegriCloud