aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2022-12-13[NFC] Cleanup: Replace BB->getInstList().erase() with I->eraseFromParent().Vasileios Porpodas1-1/+1
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever1-0/+7
2022-12-05[Polly] Use std::nullopt to unbreak build.Michael Kruse1-1/+1
2022-12-05[AST] Make AliasSetTracker work on BatchAANikita Popov2-6/+6
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-03[polly] Use std::nullopt instead of None (NFC)Kazu Hirata2-6/+6
2022-11-25Add version to all LLVM cmake packageThomas Preud'homme3-1/+24
2022-11-25Revert: Add version to all LLVM cmake packageThomas Preud'homme3-24/+1
2022-11-21[llvm,polly,clang] Stop setting config.enable_shared in most placesNico Weber1-1/+0
2022-11-20Add version to all LLVM cmake packageThomas Preud'homme3-1/+24
2022-11-10[clang] Only use major version in resource dirTimm Bäder1-1/+1
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-2/+2
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-12/+12
2022-10-28[polly][test] Remove -polly-target from testsArthur Eubanks4-4/+4
2022-10-28[polly] Format RegisterPasses.cppArthur Eubanks1-8/+4
2022-10-28[polly] Remove legacy pass manager hooksArthur Eubanks4-309/+67
2022-10-26[Polly] Add support for -polly-enable-mse with NPM.Michael Kruse1-2/+1
2022-10-26[Polly] Add support for -polly-export with NPM.Michael Kruse2-2/+61
2022-10-24[Polly][docs] Avoid use of code-block:: guess.Michael Kruse1-8/+8
2022-10-20[Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse6-66/+100
2022-10-19[AA] Rename getModRefBehavior() to getMemoryEffects() (NFC)Nikita Popov2-2/+2
2022-10-19[AA] Rename uses of FunctionModRefBehavior (NFC)Nikita Popov2-8/+8
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2-2/+2
2022-09-14[AA] Tracking per-location ModRef info in FunctionModRefBehavior (NFCI)Nikita Popov2-47/+25
2022-08-28Use std::gcd (NFC)Kazu Hirata1-1/+2
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson2-2/+2
2022-08-24Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman1-0/+2
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2-2/+2
2022-08-23[Polly] Don't use `llvm-config` anymore (in CMake sad path)John Ericson1-6/+3
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson3-6/+6
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson3-6/+6
2022-08-17[test] Propagate HWASAN_OPTIONSVitaly Buka1-0/+2
2022-08-14[Polly] Remove the test case that depends on InstCombine and DeLICM.Roman Gareev1-79/+0
2022-08-09LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song4-7/+7
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier27-33/+33
2022-08-07[Polly] Suppress the LLVM-IR output for pattern matching tests, if there is n...Roman Gareev4-5/+5
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev21-21/+1734
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse5-15/+220
2022-07-25Remove redundaunt virtual specifiers (NFC)Kazu Hirata10-27/+26
2022-07-25[cmake] Support custom package install pathsJohn Ericson1-8/+15
2022-07-22Use any_of (NFC)Kazu Hirata1-2/+1
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata1-2/+1
2022-07-15Use value instead of getValue (NFC)Kazu Hirata3-13/+13
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov1-1/+1
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata1-1/+1
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse6-49/+63
2022-06-26Don't use Optional::hasValue (NFC)Kazu Hirata2-5/+5
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata3-21/+22