aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2020-08-06[polly] Unbreak buildbot.Michael Kruse1-6/+2
2020-07-29Reland "[SCEVExpander] Add option to preserve LCSSA directly."Florian Hahn1-2/+2
2020-07-28[FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.llWei Wang1-1/+1
2020-07-28Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji2-18/+4
2020-07-27Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji2-4/+18
2020-07-27[PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji2-18/+4
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith1-4/+0
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22[Polly] Run polly-update-format. NFC.Michael Kruse1-1/+1
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-21Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith1-0/+4
2020-07-16[polly][NFC] Add missing 'override'sLogan Smith2-8/+8
2020-07-16Harmonize Python shebangserge-sans-paille3-3/+3
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg2-4/+4
2020-07-12[polly] NFC clang-format change following D83564mydeveloperday1-1/+1
2020-07-10[Polly] Fix prevectorization of fused loops.Michael Kruse2-2/+96
2020-07-10[Polly] Fix -polly-opt-isl -analyzeMichael Kruse4-1/+10
2020-07-06Reland "[ScalarEvolution] createSCEV(): recognize `udiv`/`urem` disguised as ...Roman Lebedev2-6/+8
2020-06-30[BasicAA] Replace -basicaa with -basic-aa in pollyArthur Eubanks92-165/+165
2020-06-27Update polly tests to use -disable-basicaa to -disable-basic-aaSimon Pilgrim8-19/+19
2020-06-25Fix polly build after 8c2082e1dc9505da21806b707dfb3eae3f0550ffFangrui Song1-0/+1
2020-05-29[SVE] Eliminate calls to default-false VectorType::get() from pollyChristopher Tetreault1-10/+10
2020-05-20Make Value::getPointerAlignment() return an Align, not a MaybeAlign.Eli Friedman1-1/+1
2020-05-20[Polly] Update ScalarEvolutionExpander.h include.Florian Hahn1-1/+1
2020-05-16AllocaInst should store Align instead of MaybeAlign.Eli Friedman2-6/+7
2020-05-15Fix polly tests after D79968.Eli Friedman26-39/+39
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman17-35/+35
2020-05-04Make Polly tests dependencies explicitserge-sans-paille1-0/+2
2020-04-28Use components instead of libraries in Polly linkage stepserge-sans-paille1-39/+32
2020-04-27[Polly] Fix long loop due to unsigned warparound.Michael Kruse2-1/+75
2020-04-26[polly] Don't include PassSupport.h directly - include via Pass.hSimon Pilgrim1-1/+1
2020-04-20Require "target datalayout" to be at the beginning of an IR file.Eli Friedman1-1/+2
2020-04-17Fix interaction of static plugins with -DLLVM_LINK_LLVM_DYLIB=ON.Eli Friedman1-1/+1
2020-04-15[NFC] correct "thier" to "their"Josh Stone1-1/+1
2020-04-13Make IRBuilder automatically set alignment on load/store/alloca.Eli Friedman4-5/+5
2020-04-06[NFC] Modernize misc. uses of Align/MaybeAlign APIs.Eli Friedman3-7/+4
2020-04-06[CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfoKirill Naumov1-4/+3
2020-04-06[Polly] Add -polly-isl-arg command line option.Michael Kruse3-0/+63
2020-04-03[polly][opaque pointers] Remove use of deprecated APIs.Eli Friedman6-8/+8
2020-03-22Doc: Links should use httpsSylvestre Ledru1-1/+1
2020-03-09[Polly] Replace use of std::stringstream. NFC.Michael Kruse1-5/+4
2020-02-24[polly] Don't count scops in a global variable.Eli Friedman4-26/+9
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai1-4/+0
2020-02-24[NFC] [DA] Refactoring getIndexExpressionsFromGEPBardia Mahjour3-68/+3
2020-02-24[CMake] Default to static linking for subprojects.Michael Kruse1-0/+1
2020-02-17[Polly] Run polly-update-format after commit 55cfb1. NFC.Michael Kruse1-2/+2
2020-02-17Reapply "[IRBuilder] Virtualize IRBuilder"Nikita Popov1-3/+2