summaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [Polly] Convert some tests to opaque pointers (NFC)Nikita Popov2023-03-177-125/+118
* [SCEVExpander] Always use scevgep as nameNikita Popov2023-03-172-6/+6
* Use *{Map,Set}::contains (NFC)Kazu Hirata2023-03-151-1/+1
* [polly] Use DenseMap::contains (NFC)Kazu Hirata2023-03-141-1/+1
* [PassManagerBuilder] Remove PassManagerBuilderArthur Eubanks2023-03-131-1/+0
* [polly][test] Fix after 7c3c98144Arthur Eubanks2023-03-102-10/+6
* [Passes] Remove some legacy passesArthur Eubanks2023-03-101-1/+0
* [Polly] Fix plugin build.Michael Kruse2023-03-091-0/+6
* [polly] Remove unused variable 'VectorLoops' in IslNodeBuilder.cpp (NFC)Jie Fu2023-03-091-1/+0
* [Polly] Remove Polly-ACC.Michael Kruse2023-03-08166-31394/+29
* [Polly] Remove -polly-vectorizer=polly.Michael Kruse2023-03-0836-2087/+16
* [SCEV] Strengthen nowrap flags via ranges for ARs on construction.Florian Hahn2023-03-071-1/+1
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+8
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-8/+1
* Revert "Revert "[SCEV] Add SCEVType to represent `vscale`.""Paul Walker2023-03-024-0/+12
* [polly] Remove unnecessary -enable-new-pm flagsArthur Eubanks2023-02-273-4/+4
* [Polly] Remove CodegenCleanupPass.Florian Hahn2023-02-244-158/+0
* Migrate away from the soft-deprecated functions in APInt.h (NFC)Kazu Hirata2023-02-201-4/+4
* Use APInt::getSignificantBits instead of APInt::getMinSignedBits (NFC)Kazu Hirata2023-02-191-2/+2
* [LoopIdiomRecognize] Remove legacy passFangrui Song2023-02-191-1/+0
* [LoopDeletion] Remove legacy passFangrui Song2023-02-151-1/+0
* [Inliner] Remove legacy simple inlinerArthur Eubanks2023-02-091-1/+0
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [Polly] Fix tests (NFC)Nikita Popov2023-01-312-2/+2
* [Polly] Remove failing Polly-ACC test.Michael Kruse2023-01-251-106/+0
* [Polly] Update ISL to isl-0.25-193-g8621c60c.Michael Kruse2023-01-25172-5857/+11033
* [Polly] Convert some tests to opaque pointers (NFC)Nikita Popov2023-01-257-110/+104
* [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