aboutsummaryrefslogtreecommitdiff
path: root/polly/unittests
AgeCommit message (Expand)AuthorFilesLines
2022-01-28[polly][unittests] Link DeLICMTests with libLLVMCoreRainer Orth1-0/+5
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori1-8/+8
2021-08-24[Polly] Don't redundantly link libPolly into unittests.Michael Kruse1-1/+7
2021-08-17[Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFCRiccardo Mori1-3/+3
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori1-1/+1
2021-08-12[Polly] Fix compiler warnings. NFC.Michael Kruse1-10/+2
2021-08-05[Polly][test] Add tests for IslMaxOperationsGuard.Michael Kruse1-0/+73
2021-08-05[Polly][test] Test difference between isl::stat:ok() and isl::stat::error().Michael Kruse1-22/+18
2021-07-19[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori1-1/+1
2021-07-19[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori1-4/+4
2021-07-07[Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()...patacca1-2/+2
2021-06-11[Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC.patacca1-17/+17
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca1-2/+2
2021-06-08Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC."patacca1-2/+2
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca1-2/+2
2021-06-04[Polly] Move MatMul optimization into its own file. NFC.Michael Kruse2-7/+5
2021-02-14[Polly] Regenerate isl-noexceptions.h.Michael Kruse1-8/+8
2021-02-11[Polly] Hide IslScheduleOptimizer implementation from header. NFC.Michael Kruse1-0/+2
2020-08-07[Polly] Support linking ScopPassManager against LLVM dylibMichał Górny1-2/+4
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith1-4/+0
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-21Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith1-0/+4
2020-05-04Make Polly tests dependencies explicitserge-sans-paille1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2018-08-09Update isl-cpp bindingsTobias Grosser1-8/+8
2018-08-01Rebase C++ bindings on top of latest isl bindingsTobias Grosser1-34/+46
2018-07-17[unittest/DeLICM] Replace isl foreach calls with for loopsTobias Grosser1-9/+8
2018-06-29Add missing namespace specifierTobias Grosser1-1/+1
2018-06-29Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe3-0/+31
2018-04-29Remove the last uses of isl::give and isl::takeTobias Grosser2-4/+4
2018-04-29Fix one unit testTobias Grosser1-5/+2
2018-04-28[DeLICM] Remove uses of isl::giveTobias Grosser1-4/+4
2018-04-28[islpp] Remove use of isl::give from unittestsTobias Grosser3-31/+24
2018-04-12Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser1-0/+103
2018-04-11Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser1-68/+0
2018-03-20Adjust to clang-format changesTobias Grosser2-2/+0
2018-03-10Add isl operator overloads for isl::pw_affTobias Grosser1-0/+69
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-2/+2
2017-08-21[test] Add some test cases for computeArrayUnused.Michael Kruse1-0/+49
2017-08-21[DeLICM] Fix unused zone for writes without in-between read.Michael Kruse1-0/+8
2017-08-05Add forgotten CMakeLists.txt file in unit-testTobias Grosser1-0/+3
2017-08-05Fix spelling error in previous commitTobias Grosser1-3/+3
2017-08-05[unittests] Add unittest for getPartialTilePrefixesTobias Grosser2-0/+61
2017-06-29Update Polly to reflect a change to a clang-format patch. I'm not sureChandler Carruth1-1/+1
2017-05-23[Polly][NewPM] Reenable ScopPassManager unittestPhilip Pfaffe1-0/+1
2017-05-15Drop nonexisting ScopPassManager directoryTobias Grosser1-1/+0
2017-05-15[Polly][NewPM] Add missing UnittestsPhilip Pfaffe2-0/+69