aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2023-01-20[polly] Fix i8 alignment in datalayout of lit testJannik Silvanus2-2/+2
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov89-134/+134
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov1035-8972/+8635
2023-01-13[cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen1-1/+2
2023-01-13[Polly] Fix REQUIRES for nvptx-dependent testsPaul Robinson12-46/+29
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker4-4/+4
2023-01-02[polly] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata6-18/+22
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-17llvm::Optional::value => operator*/operator->Fangrui Song1-1/+1
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song1-1/+1
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