Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)Author
2022-10-28[polly][test] Remove -polly-target from testsArthur Eubanks
2022-10-28[polly] Format RegisterPasses.cppArthur Eubanks
2022-10-28[polly] Remove legacy pass manager hooksArthur Eubanks
2022-10-27[Polly] Add support for -polly-enable-mse with NPM.Michael Kruse
2022-10-27[Polly] Add support for -polly-export with NPM.Michael Kruse
2022-10-25[Polly][docs] Avoid use of code-block:: guess.Michael Kruse
2022-10-20[Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse
2022-10-19[AA] Rename getModRefBehavior() to getMemoryEffects() (NFC)Nikita Popov
2022-10-19[AA] Rename uses of FunctionModRefBehavior (NFC)Nikita Popov
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-09-14[AA] Tracking per-location ModRef info in FunctionModRefBehavior (NFCI)Nikita Popov
2022-08-28Use std::gcd (NFC)Kazu Hirata
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson
2022-08-24Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-08-24[Polly] Don't use `llvm-config` anymore (in CMake sad path)John Ericson
2022-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-18[test] Propagate HWASAN_OPTIONSVitaly Buka
2022-08-14[Polly] Remove the test case that depends on InstCombine and DeLICM.Roman Gareev
2022-08-09LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier
2022-08-07[Polly] Suppress the LLVM-IR output for pattern matching tests, if there is n...Roman Gareev
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev
2022-07-27[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse
2022-07-26Remove redundaunt virtual specifiers (NFC)Kazu Hirata
2022-07-26[cmake] Support custom package install pathsJohn Ericson
2022-07-22Use any_of (NFC)Kazu Hirata
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata
2022-07-16Use value instead of getValue (NFC)Kazu Hirata
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata
2022-06-30[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-27Don'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-22[Support] Change TrackingStatistic and NoopStatistic to use uint64_t instead ...Mingming Liu
2022-06-21[polly] #include <algorithm>Arthur Eubanks
2022-06-21Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-13[NFC][Alignment] Simplify code in JSONExporterGuillaume Chatelet
2022-06-13[NFC][polly] Removed dead codeGuillaume Chatelet
2022-06-07[NFC] Use predecessors to replace make_range.jacquesguan
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov
2022-06-02[Polly] Fix -Wreorder-ctor. NFCFangrui Song
2022-06-01[Polly] Migrate -polly-mse to the new pass manager.Yang Keao