summaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* [polly] Fix -Wunused-lambda-capture and -Wunused-variableFangrui Song2020-11-021-0/+2
* [SCEV] SCEVPtrToIntExpr simplificationsRoman Lebedev2020-10-302-17/+16
* [SCEV] Introduce SCEVPtrToIntExpr (PR46786)Roman Lebedev2020-10-307-22/+40
* Avoid unnecessary uses of `MDNode::getTemporary`, NFCDuncan P. N. Exon Smith2020-10-261-5/+3
* Remove .svn from exclude list as we moved to gitSylvestre Ledru2020-10-212-3/+0
* [Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962...Fangrui Song2020-10-201-1/+1
* [Polly] Reuse multiple uses in operand tree.Michael Kruse2020-10-203-250/+442
* Get the address space within getVectorPtrTyChristopher Tetreault2020-10-202-13/+8
* Polly - specify address space when creating a pointer to a vector typeMark Schimmel2020-10-143-7/+97
* Revert "Reland "[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but a...Roman Lebedev2020-10-141-1/+2
* Reland "[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but as zext/t...Roman Lebedev2020-10-121-2/+1
* Revert 1c021c64c "[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but...Hans Wennborg2020-10-121-1/+2
* [SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but as zext/trunc/sel...Roman Lebedev2020-10-121-2/+1
* [NewPM] Use PassInstrumentation for -verify-eachArthur Eubanks2020-10-071-5/+1
* Revert "[NewPM] Add callbacks to PassBuilder to run before/after parsing a pass"Arthur Eubanks2020-09-231-1/+5
* [NewPM] Add callbacks to PassBuilder to run before/after parsing a passArthur Eubanks2020-09-231-5/+1
* [Polly][NewPM] Port Simplify to the new pass managerPengxuan Zheng2020-09-2020-546/+675
* [Polly] Update map passed to SCEVParameterReweriter.Florian Hahn2020-09-181-1/+3
* [Windows][Polly] Disable LLVMPolly module for all compilers on WindowsMateusz Mikuła2020-09-152-2/+2
* [CMake][Polly] Remove dead CMake codeRaul Tambre2020-09-072-17/+1
* [cmake] Make gtest include directories a part of the library interfacePavel Labath2020-08-271-6/+0
* [polly][cmake] Don't build LLVMPolly.so without PICRainer Orth2020-08-273-6/+9
* [Polly] Inline ShoulDelete lambda. NFC.Michael Kruse2020-08-262-30/+28
* [Polly] Use llvm::function_ref. NFC.Michael Kruse2020-08-262-2/+2
* Revert "[Polly] Ensure consistent Scop::InstStmtMap. NFC."Michael Kruse2020-08-222-40/+7
* [Polly] Ensure consistent Scop::InstStmtMap. NFC.Michael Kruse2020-08-222-7/+40
* [Polly] Fix use-after-free.Michael Kruse2020-08-223-16/+136
* [Polly] Update isl to isl-0.22.1-416-g61d6dc75.Michael Kruse2020-08-21233-4775/+49613
* [Polly] Reuse LLVM's build rules for gtest/gmockMichał Górny2020-08-091-28/+9
* [Polly] Support linking ScopPassManager against LLVM dylibMichał Górny2020-08-071-2/+4
* [polly] Unbreak buildbot.Michael Kruse2020-08-061-6/+2
* Reland "[SCEVExpander] Add option to preserve LCSSA directly."Florian Hahn2020-07-291-2/+2
* [FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.llWei Wang2020-07-281-1/+1
* Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji2020-07-282-18/+4
* Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji2020-07-272-4/+18
* [PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji2020-07-272-18/+4
* Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith2020-07-271-4/+0
* Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith2020-07-221-0/+4
* Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith2020-07-221-4/+0
* Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith2020-07-221-0/+4
* [Polly] Run polly-update-format. NFC.Michael Kruse2020-07-221-1/+1
* [CMake] Bump CMake minimum version to 3.13.4Louis Dionne2020-07-221-1/+1
* Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg2020-07-221-4/+0
* Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith2020-07-211-0/+4
* [polly][NFC] Add missing 'override'sLogan Smith2020-07-162-8/+8
* Harmonize Python shebangserge-sans-paille2020-07-163-3/+3
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-152-4/+4
* [polly] NFC clang-format change following D83564mydeveloperday2020-07-121-1/+1
* [Polly] Fix prevectorization of fused loops.Michael Kruse2020-07-102-2/+96
* [Polly] Fix -polly-opt-isl -analyzeMichael Kruse2020-07-104-1/+10