summaryrefslogtreecommitdiff
path: root/polly/lib/Transform/MatmulOptimizer.cpp
AgeCommit message (Expand)Author
2025-11-16[Polly] Remove ScopPass infrastructure (#125783)Michael Kruse
2025-01-27[Polly] Fix typos discovered by codespell (#124545)Christian Clauss
2024-04-09[polly] Fix cppcheck SA comments reported in #82263 (#85749)Karthika Devi C
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-26Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori
2021-09-28[Polly] Check the properties of accesses to operands of a matrix-matrixRoman Gareev
2021-09-20[Polly] Don't generate inter-iteration noalias metadata.Michael Kruse
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-07-09[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFCRiccardo Mori
2021-07-06[Polly][Isl] Use isl::set::tuple_dim, isl::map::domain_tuple_dim and isl::map...patacca
2021-06-11[Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC.patacca
2021-06-09[Polly][Matmul] Re-pack A in every iteration.Michael Kruse
2021-06-04[Polly] Move MatMul optimization into its own file. NFC.Michael Kruse