summaryrefslogtreecommitdiff
path: root/polly/lib/Analysis/DependenceInfo.cpp
AgeCommit message (Expand)Author
2025-11-16[Polly] Remove ScopPass infrastructure (#125783)Michael Kruse
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse
2025-05-10[polly] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139418)Kazu Hirata
2024-04-17[clang-format] Revert breaking stream operators to previous default (#89016)Owen Pan
2024-03-26[polly] Add polly-debug flag to print debug info from all parts of polly (#78...Karthika Devi C
2023-10-24[polly] Reformat due to d68826dfbd98Owen Pan
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse
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
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-02-16[polly] Match function definitions and header declarations. NFC.Michael Kruse
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori
2021-09-23[Polly] Implement user-directed loop distribution/fission.Michael Kruse
2021-09-23Revert "[Polly] Implement user-directed loop distribution/fission."Petr Hosek
2021-09-22[Polly] Implement user-directed loop distribution/fission.Michael Kruse
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-07-19[Polly][Isl] Stop using isl::set::lex_le_set. NFCRiccardo Mori
2021-07-19[Polly] Use isl::set::tuple_dim instead of isl::set::dim. NFCRiccardo Mori
2021-07-19[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori
2021-07-19[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori
2021-07-07[Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()...patacca
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-02-14[Polly] Regenerate isl-noexceptions.h.Michael Kruse
2019-08-29[DependenceInfo] Compute WAR dependence info using ISL kills. NFC.Michael Kruse
2019-05-20[DependenceInfo] Remove dead initialization. NFC.Michael Kruse
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-10[DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse
2018-07-17[DependenceInfo] Use isl++ to replace foreach_set with for loopTobias Grosser
2018-06-06getDependences to new C++ interfaceTobias Grosser
2018-05-15[polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-04[Polly][IslAst] Fix minimal dependence distance.Huihui Zhang
2017-08-06[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]Tobias Grosser
2017-08-06[ScopInfo] Move Scop::getAssumedContext to isl++ [NFC]Tobias Grosser
2017-08-06[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]Tobias Grosser
2017-08-06[ScopInfo] Move ScopStmt::getSchedule to isl++Tobias Grosser
2017-08-06Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++Tobias Grosser
2017-07-23Move MemoryAccess::get*ArrayId to isl++Tobias Grosser
2017-07-23Move MemoryAccess::NewAccessRelation to isl++Tobias Grosser
2017-07-23Move MemoryAccess::id to isl++Tobias Grosser
2017-06-08Fix a lot of typos. NFC.Michael Kruse
2017-05-23Post-commit fix of a commentPhilip Pfaffe
2017-05-23[Polly][NewPM] Port DependenceInfo to the new ScopPassManager.Philip Pfaffe
2017-05-15[Polly][NewPM] Port ScopInfo to the new PassManagerPhilip Pfaffe
2017-04-24[Polly] [DependenceInfo] change WAR generation, Read will not block ReadSiddharth Bhat
2017-04-04[Polly] [DependenceInfo] change WAR, WAW generation to correct semanticsSiddharth Bhat