summaryrefslogtreecommitdiff
path: root/polly/unittests
AgeCommit message (Expand)Author
2018-08-09Update isl-cpp bindingsTobias Grosser
2018-08-01Rebase C++ bindings on top of latest isl bindingsTobias Grosser
2018-07-17[unittest/DeLICM] Replace isl foreach calls with for loopsTobias Grosser
2018-06-29Add missing namespace specifierTobias Grosser
2018-06-29Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe
2018-04-29Remove the last uses of isl::give and isl::takeTobias Grosser
2018-04-29Fix one unit testTobias Grosser
2018-04-28[DeLICM] Remove uses of isl::giveTobias Grosser
2018-04-28[islpp] Remove use of isl::give from unittestsTobias Grosser
2018-04-12Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser
2018-04-11Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser
2018-03-20Adjust to clang-format changesTobias Grosser
2018-03-10Add isl operator overloads for isl::pw_affTobias Grosser
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-08-21[test] Add some test cases for computeArrayUnused.Michael Kruse
2017-08-21[DeLICM] Fix unused zone for writes without in-between read.Michael Kruse
2017-08-05Add forgotten CMakeLists.txt file in unit-testTobias Grosser
2017-08-05Fix spelling error in previous commitTobias Grosser
2017-08-05[unittests] Add unittest for getPartialTilePrefixesTobias Grosser
2017-06-29Update Polly to reflect a change to a clang-format patch. I'm not sureChandler Carruth
2017-05-23[Polly][NewPM] Reenable ScopPassManager unittestPhilip Pfaffe
2017-05-15Drop nonexisting ScopPassManager directoryTobias Grosser
2017-05-15[Polly][NewPM] Add missing UnittestsPhilip Pfaffe
2017-05-15[Polly][NewPM][WIP] Add a ScopPassManagerPhilip Pfaffe
2017-04-27[CMake] Use object library to build the two flavours of Polly.Michael Kruse
2017-04-26[unittests/DeLICM] Add test for Written vs Written.Michael Kruse
2017-04-26[unittests/DeLICM] Add test for Occipied vs Occupied.Michael Kruse
2017-04-26[DeLICM] Use Known information when comparing Occupied and Written.Michael Kruse
2017-04-25[DeLICM] Use Known information when comparing Existing.Occupied and Proposed....Michael Kruse
2017-04-25[unittests] Derive Occupied from Unused when given.Michael Kruse
2017-04-25[unittests] Add postcondition to completeLifetime.Michael Kruse
2017-04-22[CMake] Fix unittests in out-of-LLVM-tree builds.Michael Kruse
2017-04-21[CMake] Link unittests only against libLLVM.so, if available.Michael Kruse
2017-04-20[DeLICM] Use Known information when comparing Existing.Written and Proposed.W...Michael Kruse
2017-04-14Use isl C++ foreach implementationTobias Grosser
2017-04-13[DeLICM] Introduce unittesting infrastructure for Known and Written. NFC.Michael Kruse
2017-04-13[DeLICM] Export Known and Written to DeLICMTests. NFC.Michael Kruse
2017-04-13[DeLICM] Rename Knowledge to KnowledgeStr. NFC.Michael Kruse
2017-03-22[Support] Add functions to ISLTools.Michael Kruse
2017-03-20[DeLICM] Refector out parseSetOrNull. NFC.Michael Kruse
2017-03-20[DeLICM] Add forgotten isl_space_set_tuple_id in unittests.Michael Kruse
2017-03-10[unittest] Do not convert large unsigned long to isl::valTobias Grosser
2017-03-10[unittest] Translate isl tests to C++ bindingsTobias Grosser
2017-03-10Introduce isl C++ bindings, Part 1: value_ptr style interfaceTobias Grosser
2017-02-23[Support] Remove NonowningIslPtr. NFC.Michael Kruse
2017-02-15[DeLICM] Add forgotten unittests in previous commit. NFC.Michael Kruse
2017-02-15[DeLICM] Add Knowledge class. NFC.Michael Kruse
2017-02-04[Support] Add convertZoneToTimepoints. NFC.Michael Kruse
2017-02-04 [Support] Add computeArrayUnused. NFC.Michael Kruse
2017-02-04[Support] Add computeReachingWrite. NFC.Michael Kruse