summaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [polly] Fix i8 alignment in datalayout of lit testJannik Silvanus2023-01-202-2/+2
* [AsmParser] Remove typed pointer auto-detectionNikita Popov2023-01-1889-134/+134
* [Polly] Convert some tests to opaque pointers (NFC)Nikita Popov2023-01-171035-8972/+8635
* [cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen2023-01-131-1/+2
* [Polly] Fix REQUIRES for nvptx-dependent testsPaul Robinson2023-01-1312-46/+29
* [IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker2023-01-114-4/+4
* [polly] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-026-18/+22
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* llvm::Optional::value => operator*/operator->Fangrui Song2022-12-171-1/+1
* JSON: llvm::Optional => std::optionalFangrui Song2022-12-161-1/+1
* [NFC] Cleanup: Replace BB->getInstList().erase() with I->eraseFromParent().Vasileios Porpodas2022-12-131-1/+1
* [CMake] Warn when the version is older than 3.20.0.Mark de Wever2022-12-111-0/+7
* [Polly] Use std::nullopt to unbreak build.Michael Kruse2022-12-051-1/+1
* [AST] Make AliasSetTracker work on BatchAANikita Popov2022-12-052-6/+6
* Remove unused #include "llvm/ADT/Optional.h"Fangrui Song2022-12-051-1/+0
* [polly] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-032-6/+6
* Add version to all LLVM cmake packageThomas Preud'homme2022-11-253-1/+24
* Revert: Add version to all LLVM cmake packageThomas Preud'homme2022-11-253-24/+1
* [llvm,polly,clang] Stop setting config.enable_shared in most placesNico Weber2022-11-211-1/+0
* Add version to all LLVM cmake packageThomas Preud'homme2022-11-203-1/+24
* [clang] Only use major version in resource dirTimm Bäder2022-11-101-1/+1
* Move googletest to the third-party directoryTom Stellard2022-11-091-2/+2
* Revert "Move googletest to the third-party directory"Tom Stellard2022-11-091-2/+2
* Move googletest to the third-party directoryTom Stellard2022-11-091-2/+2
* [CMake] Fix -Wstrict-prototypesSam James2022-11-081-12/+12
* [polly][test] Remove -polly-target from testsArthur Eubanks2022-10-284-4/+4
* [polly] Format RegisterPasses.cppArthur Eubanks2022-10-281-8/+4
* [polly] Remove legacy pass manager hooksArthur Eubanks2022-10-284-309/+67
* [Polly] Add support for -polly-enable-mse with NPM.Michael Kruse2022-10-261-2/+1
* [Polly] Add support for -polly-export with NPM.Michael Kruse2022-10-262-2/+61
* [Polly][docs] Avoid use of code-block:: guess.Michael Kruse2022-10-241-8/+8
* [Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse2022-10-206-66/+100
* [AA] Rename getModRefBehavior() to getMemoryEffects() (NFC)Nikita Popov2022-10-192-2/+2
* [AA] Rename uses of FunctionModRefBehavior (NFC)Nikita Popov2022-10-192-8/+8
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-09-142-2/+2
* [AA] Tracking per-location ModRef info in FunctionModRefBehavior (NFCI)Nikita Popov2022-09-142-47/+25
* Use std::gcd (NFC)Kazu Hirata2022-08-281-1/+2
* Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson2022-08-252-2/+2
* Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman2022-08-241-0/+2
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-08-242-2/+2
* [Polly] Don't use `llvm-config` anymore (in CMake sad path)John Ericson2022-08-231-6/+3
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-183-6/+6
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-183-6/+6
* [test] Propagate HWASAN_OPTIONSVitaly Buka2022-08-171-0/+2
* [Polly] Remove the test case that depends on InstCombine and DeLICM.Roman Gareev2022-08-141-79/+0
* LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-094-7/+7
* [polly] Fixed a number of typos. NFCGabriel Ravier2022-08-0727-33/+33
* [Polly] Suppress the LLVM-IR output for pattern matching tests, if there is n...Roman Gareev2022-08-074-5/+5
* [Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev2022-08-0721-21/+1734
* [Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse2022-07-265-15/+220