summaryrefslogtreecommitdiff
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* polly release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-11/+3
* [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
* Reland "[ScalarEvolution] createSCEV(): recognize `udiv`/`urem` disguised as ...Roman Lebedev2020-07-062-6/+8
* [BasicAA] Replace -basicaa with -basic-aa in pollyArthur Eubanks2020-06-3092-165/+165
* Update polly tests to use -disable-basicaa to -disable-basic-aaSimon Pilgrim2020-06-278-19/+19
* Fix polly build after 8c2082e1dc9505da21806b707dfb3eae3f0550ffFangrui Song2020-06-251-0/+1
* [SVE] Eliminate calls to default-false VectorType::get() from pollyChristopher Tetreault2020-05-291-10/+10
* Make Value::getPointerAlignment() return an Align, not a MaybeAlign.Eli Friedman2020-05-201-1/+1
* [Polly] Update ScalarEvolutionExpander.h include.Florian Hahn2020-05-201-1/+1
* AllocaInst should store Align instead of MaybeAlign.Eli Friedman2020-05-162-6/+7
* Fix polly tests after D79968.Eli Friedman2020-05-1526-39/+39
* Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman2020-05-1417-35/+35
* Make Polly tests dependencies explicitserge-sans-paille2020-05-041-0/+2
* Use components instead of libraries in Polly linkage stepserge-sans-paille2020-04-281-39/+32
* [Polly] Fix long loop due to unsigned warparound.Michael Kruse2020-04-272-1/+75
* [polly] Don't include PassSupport.h directly - include via Pass.hSimon Pilgrim2020-04-261-1/+1
* Require "target datalayout" to be at the beginning of an IR file.Eli Friedman2020-04-201-1/+2
* Fix interaction of static plugins with -DLLVM_LINK_LLVM_DYLIB=ON.Eli Friedman2020-04-171-1/+1
* [NFC] correct "thier" to "their"Josh Stone2020-04-151-1/+1
* Make IRBuilder automatically set alignment on load/store/alloca.Eli Friedman2020-04-134-5/+5
* [NFC] Modernize misc. uses of Align/MaybeAlign APIs.Eli Friedman2020-04-063-7/+4
* [CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfoKirill Naumov2020-04-061-4/+3
* [Polly] Add -polly-isl-arg command line option.Michael Kruse2020-04-063-0/+63
* [polly][opaque pointers] Remove use of deprecated APIs.Eli Friedman2020-04-036-8/+8
* Doc: Links should use httpsSylvestre Ledru2020-03-221-1/+1
* [Polly] Replace use of std::stringstream. NFC.Michael Kruse2020-03-091-5/+4
* [polly] Don't count scops in a global variable.Eli Friedman2020-02-244-26/+9
* [arcconfig] Delete subproject arcconfigsShoaib Meenai2020-02-241-4/+0
* [NFC] [DA] Refactoring getIndexExpressionsFromGEPBardia Mahjour2020-02-243-68/+3
* [CMake] Default to static linking for subprojects.Michael Kruse2020-02-241-0/+1
* [Polly] Run polly-update-format after commit 55cfb1. NFC.Michael Kruse2020-02-171-2/+2
* Reapply "[IRBuilder] Virtualize IRBuilder"Nikita Popov2020-02-171-3/+2
* [Polly] Fix build after IRBuilder changesNikita Popov2020-02-174-11/+7
* Revert "[IRBuilder] Virtualize IRBuilder"Nikita Popov2020-02-161-2/+3
* [IRBuilder] Try to fix warningsNikita Popov2020-02-161-1/+1
* [IRBuilder] Virtualize IRBuilderNikita Popov2020-02-161-3/+2
* Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen2020-02-1322-22/+22
* Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen2020-02-1322-22/+22
* Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen2020-02-1322-22/+22
* [NFC] Fix warning: comparison of integers of different signs.Huihui Zhang2020-02-111-1/+1
* [Polly] LLVM OpenMP Backend -- Fix "static chunked" scheduling.Michael Halkenhäuser2020-02-112-88/+171
* [Polly][Docs] Fix wrong claim about optimization levels.Michael Kruse2020-02-101-1/+2
* [Polly] Silence mixed signed/unsigned comparison warnings. NFC.Michael Kruse2020-02-103-5/+6
* [Polly] Update ISL to isl-0.22.1-87-gfee05a13.Michael Kruse2020-02-10266-15275/+55943
* Silence compiler warning. NFC.Michael Kruse2020-02-101-2/+2
* Compile-fix after StringRef's conversion operator has been made explicit.Michael Kruse2020-02-052-6/+7
* [Polly] Fix compilation after 105642af5eef: include PassManagerImpl.hKrzysztof Parzyszek2020-02-041-0/+1
* Fix polly build after StringRef change.Eli Friedman2020-01-287-19/+20