summaryrefslogtreecommitdiffstats
path: root/polly/unittests
Commit message (Expand)AuthorAgeFilesLines
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-292-4/+4
* Fix one unit testTobias Grosser2018-04-291-5/+2
* [DeLICM] Remove uses of isl::giveTobias Grosser2018-04-281-4/+4
* [islpp] Remove use of isl::give from unittestsTobias Grosser2018-04-283-31/+24
* 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-202-2/+0
* Add isl operator overloads for isl::pw_affTobias Grosser2018-03-101-0/+69
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-2/+2
* [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
* Add forgotten CMakeLists.txt file in unit-testTobias Grosser2017-08-051-0/+3
* Fix spelling error in previous commitTobias Grosser2017-08-051-3/+3
* [unittests] Add unittest for getPartialTilePrefixesTobias Grosser2017-08-052-0/+61
* Update Polly to reflect a change to a clang-format patch. I'm not sureChandler Carruth2017-06-291-1/+1
* [Polly][NewPM] Reenable ScopPassManager unittestPhilip Pfaffe2017-05-231-0/+1
* Drop nonexisting ScopPassManager directoryTobias Grosser2017-05-151-1/+0
* [Polly][NewPM] Add missing UnittestsPhilip Pfaffe2017-05-152-0/+69
* [Polly][NewPM][WIP] Add a ScopPassManagerPhilip Pfaffe2017-05-151-0/+1
* [CMake] Use object library to build the two flavours of Polly.Michael Kruse2017-04-271-13/+2
* [unittests/DeLICM] Add test for Written vs Written.Michael Kruse2017-04-261-0/+3
* [unittests/DeLICM] Add test for Occipied vs Occupied.Michael Kruse2017-04-261-0/+3
* [DeLICM] Use Known information when comparing Occupied and Written.Michael Kruse2017-04-261-0/+20
* [DeLICM] Use Known information when comparing Existing.Occupied and Proposed....Michael Kruse2017-04-251-0/+23
* [unittests] Derive Occupied from Unused when given.Michael Kruse2017-04-251-7/+9
* [unittests] Add postcondition to completeLifetime.Michael Kruse2017-04-251-0/+5
* [CMake] Fix unittests in out-of-LLVM-tree builds.Michael Kruse2017-04-221-13/+13
* [CMake] Link unittests only against libLLVM.so, if available.Michael Kruse2017-04-211-1/+12
* [DeLICM] Use Known information when comparing Existing.Written and Proposed.W...Michael Kruse2017-04-201-0/+8
* Use isl C++ foreach implementationTobias Grosser2017-04-142-25/+30
* [DeLICM] Introduce unittesting infrastructure for Known and Written. NFC.Michael Kruse2017-04-131-53/+126
* [DeLICM] Export Known and Written to DeLICMTests. NFC.Michael Kruse2017-04-131-9/+18
* [DeLICM] Rename Knowledge to KnowledgeStr. NFC.Michael Kruse2017-04-131-3/+4
* [Support] Add functions to ISLTools.Michael Kruse2017-03-221-0/+103
* [DeLICM] Refector out parseSetOrNull. NFC.Michael Kruse2017-03-201-21/+13
* [DeLICM] Add forgotten isl_space_set_tuple_id in unittests.Michael Kruse2017-03-201-0/+2
* [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-102-39/+38
* [Support] Remove NonowningIslPtr. NFC.Michael Kruse2017-02-231-1/+1
* [DeLICM] Add forgotten unittests in previous commit. NFC.Michael Kruse2017-02-152-0/+189
* [DeLICM] Add Knowledge class. NFC.Michael Kruse2017-02-151-1/+2
* [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
* Teach Polly's unittest macro to link LLVMDemangle which LLVMSupport nowChandler Carruth2017-01-111-1/+1
* Add unittests for foreach(Elt|Piece). NFC.Michael Kruse2016-12-071-0/+107
OpenPOWER on IntegriCloud