- 0f50ffb [Polly][test] Add tests for IslMaxOperationsGuard. by Michael Kruse · 3 years, 10 months ago
- 50eaa82 [Polly][test] Test difference between isl::stat:ok() and isl::stat::error(). by Michael Kruse · 3 years, 10 months ago
- d5ee355 [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC by Riccardo Mori · 3 years, 11 months ago
- bad3ebb [Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFC by Riccardo Mori · 3 years, 11 months ago
- b55aedd [Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set(). NFC by patacca · 4 years ago
- 7c7978a [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC. by patacca · 4 years ago
- 9b41d09 [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. by patacca · 4 years ago
- f60ea69 Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC." by patacca · 4 years ago
- be5e2fc [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. by patacca · 4 years ago
- d123e98 [Polly] Move MatMul optimization into its own file. NFC. by Michael Kruse · 4 years ago
- ab0556b [Polly] Regenerate isl-noexceptions.h. by Michael Kruse · 4 years, 4 months ago
- 7387f33 [Polly] Hide IslScheduleOptimizer implementation from header. NFC. by Michael Kruse · 4 years, 4 months ago
- 96b0280 [Polly] Support linking ScopPassManager against LLVM dylib by Michał Górny · 4 years, 10 months ago
- a52aea0 Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest by Logan Smith · 4 years, 10 months ago
- 77e0e9e Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." by Logan Smith · 4 years, 11 months ago
- 97a0f80 Revert "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." by Logan Smith · 4 years, 11 months ago
- 388c9fb Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories. by Logan Smith · 4 years, 11 months ago
- 3eec657 Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. by Hans Wennborg · 4 years, 11 months ago
- 21c0b4c Disable -Wsuggest-override for all remaining unittests/ directories by Logan Smith · 4 years, 11 months ago
- 8ceee08 Make Polly tests dependencies explicit by serge-sans-paille · 5 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- 7164b7d Update isl-cpp bindings by Tobias Grosser · 7 years ago
- a2fd441 Rebase C++ bindings on top of latest isl bindings by Tobias Grosser · 7 years ago
- 046c978 [unittest/DeLICM] Replace isl foreach calls with for loops by Tobias Grosser · 7 years ago
- da82da8 Add missing namespace specifier by Tobias Grosser · 7 years ago
- 52025af1 Implement an iterator for isl maps, basic_maps, sets, basic_sets by Philip Pfaffe · 7 years ago
- d3d3d6b Remove the last uses of isl::give and isl::take by Tobias Grosser · 7 years ago
- 72018ed Fix one unit test by Tobias Grosser · 7 years ago
- da3e8c4 [DeLICM] Remove uses of isl::give by Tobias Grosser · 7 years ago
- 0ba8c4a [islpp] Remove use of isl::give from unittests by Tobias Grosser · 7 years ago
- be483ae Add isl operator overloads for isl::pw_aff (Try II) by Tobias Grosser · 7 years ago
- 7bbacbf Revert r327216 'Add isl operator overloads for isl::pw_aff' by Tobias Grosser · 7 years ago
- 3a99893 Adjust to clang-format changes by Tobias Grosser · 7 years ago
- a1da86b Add isl operator overloads for isl::pw_aff by Tobias Grosser · 7 years ago
- d806af3 [CMake] Use PRIVATE in target_link_libraries for executables by Shoaib Meenai · 8 years ago
- f281ae5 [test] Add some test cases for computeArrayUnused. by Michael Kruse · 8 years ago
- ade1426 [DeLICM] Fix unused zone for writes without in-between read. by Michael Kruse · 8 years ago
- f930848 Add forgotten CMakeLists.txt file in unit-test by Tobias Grosser · 8 years ago
- 00f25d0 Fix spelling error in previous commit by Tobias Grosser · 8 years ago
- feae3df [unittests] Add unittest for getPartialTilePrefixes by Tobias Grosser · 8 years ago
- 16879be Update Polly to reflect a change to a clang-format patch. I'm not sure by Chandler Carruth · 8 years ago
- 483340b [Polly][NewPM] Reenable ScopPassManager unittest by Philip Pfaffe · 8 years ago
- e890d5b Drop nonexisting ScopPassManager directory by Tobias Grosser · 8 years ago
- 762ec5a [Polly][NewPM] Add missing Unittests by Philip Pfaffe · 8 years ago
- 35bdcaf [Polly][NewPM][WIP] Add a ScopPassManager by Philip Pfaffe · 8 years ago
- 792a6fc [CMake] Use object library to build the two flavours of Polly. by Michael Kruse · 8 years ago
- e6d2beb [unittests/DeLICM] Add test for Written vs Written. by Michael Kruse · 8 years ago
- 8080011 [unittests/DeLICM] Add test for Occipied vs Occupied. by Michael Kruse · 8 years ago
- 3e519b9 [DeLICM] Use Known information when comparing Occupied and Written. by Michael Kruse · 8 years ago
- cd2be66 [DeLICM] Use Known information when comparing Existing.Occupied and Proposed.Occupied. by Michael Kruse · 8 years ago
- a8b0be8 [unittests] Derive Occupied from Unused when given. by Michael Kruse · 8 years ago
- b745b74 [unittests] Add postcondition to completeLifetime. by Michael Kruse · 8 years ago
- 9c19d1f [CMake] Fix unittests in out-of-LLVM-tree builds. by Michael Kruse · 8 years ago
- ab6b47d [CMake] Link unittests only against libLLVM.so, if available. by Michael Kruse · 8 years ago
- 8431e99 [DeLICM] Use Known information when comparing Existing.Written and Proposed.Written. by Michael Kruse · 8 years ago
- 75aa1a9 Use isl C++ foreach implementation by Tobias Grosser · 8 years ago
- a8e885d [DeLICM] Introduce unittesting infrastructure for Known and Written. NFC. by Michael Kruse · 8 years ago
- 72f39225 [DeLICM] Export Known and Written to DeLICMTests. NFC. by Michael Kruse · 8 years ago
- 5e64569 [DeLICM] Rename Knowledge to KnowledgeStr. NFC. by Michael Kruse · 8 years ago
- 174f483 [Support] Add functions to ISLTools. by Michael Kruse · 8 years ago
- 0d10696 [DeLICM] Refector out parseSetOrNull. NFC. by Michael Kruse · 8 years ago
- d75d56e [DeLICM] Add forgotten isl_space_set_tuple_id in unittests. by Michael Kruse · 8 years ago
- 9cc7e35 [unittest] Do not convert large unsigned long to isl::val by Tobias Grosser · 8 years ago
- 3cc57fa [unittest] Translate isl tests to C++ bindings by Tobias Grosser · 8 years ago
- deaef15 Introduce isl C++ bindings, Part 1: value_ptr style interface by Tobias Grosser · 8 years ago
- f4e201e [Support] Remove NonowningIslPtr. NFC. by Michael Kruse · 8 years ago
- c28c584 [DeLICM] Add forgotten unittests in previous commit. NFC. by Michael Kruse · 8 years ago
- e23e94a [DeLICM] Add Knowledge class. NFC. by Michael Kruse · 8 years ago
- acb08aa [Support] Add convertZoneToTimepoints. NFC. by Michael Kruse · 8 years ago
- ec67d36 [Support] Add computeArrayUnused. NFC. by Michael Kruse · 8 years ago
- f4dc133 [Support] Add computeReachingWrite. NFC. by Michael Kruse · 8 years ago
- ff40087 Update to recent formatting changes by Tobias Grosser · 8 years ago
- d150881 [Support] Add general isl tools for DeLICM. NFC. by Michael Kruse · 8 years ago
- 21a059a Adjust formatting to commit r292110 [NFC] by Tobias Grosser · 8 years ago
- 290ea50 Teach Polly's unittest macro to link LLVMDemangle which LLVMSupport now by Chandler Carruth · 8 years ago
- 209b463 Add unittests for foreach(Elt|Piece). NFC. by Michael Kruse · 8 years ago
- 7886bd7 Add -polly-flatten-schedule pass. by Michael Kruse · 9 years ago
- 9d61e4a Avoid the use of large unsigned values in isl unit test by Tobias Grosser · 9 years ago
- aa6eb5c unittests: Make the expected value the first argument in EXPECT_EQ [NFC] by Tobias Grosser · 9 years ago
- 4372000 Improve documentation and testing for isl_valFromAPInt by Tobias Grosser · 9 years ago
- 76f8279 Improve documentation and testing of APIntFromVal by Tobias Grosser · 9 years ago
- fd4a332 Do not build unittests by default. by Michael Kruse · 9 years ago
- 05cf9c2 Introduce unittests. by Michael Kruse · 9 years ago