1. b02c7e2 [Polly] Generalize the pattern matching to the case of tensor contractions by Roman Gareev · 2 years, 10 months ago
  2. 0b39ec8 [Polly][Isl] Fix -Wsign-compare after D113101 by Fangrui Song · 3 years, 7 months ago
  3. 44596fe [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI by Riccardo Mori · 3 years, 7 months ago
  4. d3fdbda [Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptions.h. NFCI by Riccardo Mori · 3 years, 10 months ago
  5. d5ee355 [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC by Riccardo Mori · 4 years ago
  6. bad3ebb [Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFC by Riccardo Mori · 4 years ago
  7. 0813bd1 [Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC by Riccardo Mori · 4 years ago
  8. b55aedd [Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set(). NFC by patacca · 4 years ago
  9. f482497 [Polly][Isl] Use isl::set::tuple_dim, isl::map::domain_tuple_dim and isl::map::range_tuple_dim. NFC by patacca · 4 years ago
  10. cfe117d [Polly][Isl] Replacing isl method `to_str()` with `stringFromIslObj()`. NFC. by patacca · 4 years ago
  11. 7c7978a [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC. by patacca · 4 years ago
  12. a56bd7d [Polly][Matmul] Re-pack A in every iteration. by Michael Kruse · 4 years ago
  13. 9b41d09 [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. by patacca · 4 years ago
  14. f60ea69 Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC." by patacca · 4 years ago
  15. be5e2fc [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. by patacca · 4 years ago
  16. ab0556b [Polly] Regenerate isl-noexceptions.h. by Michael Kruse · 4 years, 4 months ago
  17. 02e8a5a [Polly] Allow param sets for dumpPw(). by Michael Kruse · 4 years, 5 months ago
  18. bc633fe [Polly] Consider InvalidContext to determine partial READ. by Michael Kruse · 4 years, 6 months ago
  19. 1ef55ac [Polly] Fix long loop due to unsigned warparound. by Michael Kruse · 5 years ago
  20. 84c934a Silence compiler warning. NFC. by Michael Kruse · 5 years ago
  21. 2698390 [ZoneAlgo] Fix PHI inconsistency in invalid contexts. by Michael Kruse · 6 years ago
  22. 031bb16 Apply include-what-you-use #include removal suggestions. NFC. by Michael Kruse · 6 years ago
  23. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  24. 8108b7a [polly] Change to range-based invocation of llvm::sort by Mandeep Singh Grang · 6 years ago
  25. a2fd441 Rebase C++ bindings on top of latest isl bindings by Tobias Grosser · 7 years ago
  26. 1696e48 Translate a couple of foreach callbacks into range-based iterator loops by Tobias Grosser · 7 years ago
  27. d6c2ca8 [DeLICM] Avoid assertion on out-of-quota. by Michael Kruse · 7 years ago
  28. d3d3d6b Remove the last uses of isl::give and isl::take by Tobias Grosser · 7 years ago
  29. daec0aa [polly] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  30. 718d04c Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy()) by Tobias Grosser · 7 years ago
  31. a0db63a [IslTools] dumpPw: Dump same structure pieces together. by Michael Kruse · 7 years ago
  32. 25bd602 [ISLTools] Translate computeReachingWrite to isl++. NFC. by Michael Kruse · 8 years ago
  33. ed787e7 [Polly] Add dumpPw() and dumpExpanded() functions. NFC. by Michael Kruse · 8 years ago
  34. 8703e38 [ISLTools]: Move singleton to isl++ by Tobias Grosser · 8 years ago
  35. 4728184 [ZoneAlgo] More fine-grained bail-out. by Michael Kruse · 8 years ago
  36. ade1426 [DeLICM] Fix unused zone for writes without in-between read. by Michael Kruse · 8 years ago
  37. 630fc7b [ISLTools/ZoneAlgo] Make distributeDomain and filterKnownValInst isl_error_quota proof. by Michael Kruse · 8 years ago
  38. 70af4f5 [ForwardOpTree] Use known array content analysis to forward load instructions. by Michael Kruse · 8 years ago
  39. 75aa1a9 Use isl C++ foreach implementation by Tobias Grosser · 8 years ago
  40. 174f483 [Support] Add functions to ISLTools. by Michael Kruse · 8 years ago
  41. deaef15 Introduce isl C++ bindings, Part 1: value_ptr style interface by Tobias Grosser · 8 years ago
  42. f4e201e [Support] Remove NonowningIslPtr. NFC. by Michael Kruse · 8 years ago
  43. acb08aa [Support] Add convertZoneToTimepoints. NFC. by Michael Kruse · 8 years ago
  44. ec67d36 [Support] Add computeArrayUnused. NFC. by Michael Kruse · 8 years ago
  45. f4dc133 [Support] Add computeReachingWrite. NFC. by Michael Kruse · 8 years ago
  46. ff40087 Update to recent formatting changes by Tobias Grosser · 8 years ago
  47. d150881 [Support] Add general isl tools for DeLICM. NFC. by Michael Kruse · 8 years ago