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-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
2022-06-01[ValueTracking] Enable -branch-on-poison-as-ub by defaultNikita Popov
2022-05-26[Polly][Test] Fix race condition while printing dot files.Michael Kruse
2022-05-26[FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case.Ivan Kosarev
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-05-20[lit] Fix setup of sanitizer environmentVitaly Buka
2022-05-19[APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelfJay Foad
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-05-16[polly] Remove 'using namespace llvm/polly' from ScopGraphPrinter.h header.Simon Pilgrim
2022-05-10[polly] Fix type in function name. NFC.Michael Kruse