summaryrefslogtreecommitdiff
path: root/polly/unittests
Commit message (Expand)AuthorAgeFilesLines
* Migrate away from the soft-deprecated functions in APInt.h (NFC)Kazu Hirata2023-02-201-4/+4
* [polly][unittests] Link DeLICMTests with libLLVMCoreRainer Orth2022-01-281-0/+5
* [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori2021-11-051-8/+8
* [Polly] Don't redundantly link libPolly into unittests.Michael Kruse2021-08-241-1/+7
* [Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFCRiccardo Mori2021-08-171-3/+3
* [Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori2021-08-161-1/+1
* [Polly] Fix compiler warnings. NFC.Michael Kruse2021-08-121-10/+2
* [Polly][test] Add tests for IslMaxOperationsGuard.Michael Kruse2021-08-051-0/+73
* [Polly][test] Test difference between isl::stat:ok() and isl::stat::error().Michael Kruse2021-08-051-22/+18
* [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori2021-07-191-1/+1
* [Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori2021-07-191-4/+4
* [Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()...patacca2021-07-071-2/+2
* [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC.patacca2021-06-111-17/+17
* [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca2021-06-081-2/+2
* Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC."patacca2021-06-081-2/+2
* [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca2021-06-081-2/+2
* [Polly] Move MatMul optimization into its own file. NFC.Michael Kruse2021-06-042-7/+5
* [Polly] Regenerate isl-noexceptions.h.Michael Kruse2021-02-141-8/+8
* [Polly] Hide IslScheduleOptimizer implementation from header. NFC.Michael Kruse2021-02-111-0/+2
* [Polly] Support linking ScopPassManager against LLVM dylibMichał Górny2020-08-071-2/+4
* Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith2020-07-271-4/+0
* Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith2020-07-221-0/+4
* Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith2020-07-221-4/+0
* Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith2020-07-221-0/+4
* Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg2020-07-221-4/+0
* Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith2020-07-211-0/+4
* Make Polly tests dependencies explicitserge-sans-paille2020-05-041-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Update isl-cpp bindingsTobias Grosser2018-08-091-8/+8
* Rebase C++ bindings on top of latest isl bindingsTobias Grosser2018-08-011-34/+46
* [unittest/DeLICM] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-9/+8
* Add missing namespace specifierTobias Grosser2018-06-291-1/+1
* Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe2018-06-293-0/+31
* 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