Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)Author
2020-09-16polly release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-07-12[polly] NFC clang-format change following D83564mydeveloperday
2020-07-11[Polly] Fix prevectorization of fused loops.Michael Kruse
2020-07-11[Polly] Fix -polly-opt-isl -analyzeMichael Kruse
2020-07-06Reland "[ScalarEvolution] createSCEV(): recognize `udiv`/`urem` disguised as ...Roman Lebedev
2020-07-01[BasicAA] Replace -basicaa with -basic-aa in pollyArthur Eubanks
2020-06-27Update polly tests to use -disable-basicaa to -disable-basic-aaSimon Pilgrim
2020-06-26Fix polly build after 8c2082e1dc9505da21806b707dfb3eae3f0550ffFangrui Song
2020-05-29[SVE] Eliminate calls to default-false VectorType::get() from pollyChristopher Tetreault
2020-05-21Make Value::getPointerAlignment() return an Align, not a MaybeAlign.Eli Friedman
2020-05-20[Polly] Update ScalarEvolutionExpander.h include.Florian Hahn
2020-05-17AllocaInst should store Align instead of MaybeAlign.Eli Friedman
2020-05-16Fix polly tests after D79968.Eli Friedman
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-05-04Make Polly tests dependencies explicitserge-sans-paille
2020-04-28Use components instead of libraries in Polly linkage stepserge-sans-paille
2020-04-27[Polly] Fix long loop due to unsigned warparound.Michael Kruse
2020-04-26[polly] Don't include PassSupport.h directly - include via Pass.hSimon Pilgrim
2020-04-20Require "target datalayout" to be at the beginning of an IR file.Eli Friedman
2020-04-17Fix interaction of static plugins with -DLLVM_LINK_LLVM_DYLIB=ON.Eli Friedman
2020-04-16[NFC] correct "thier" to "their"Josh Stone
2020-04-13Make IRBuilder automatically set alignment on load/store/alloca.Eli Friedman
2020-04-07[NFC] Modernize misc. uses of Align/MaybeAlign APIs.Eli Friedman
2020-04-06[CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfoKirill Naumov
2020-04-06[Polly] Add -polly-isl-arg command line option.Michael Kruse
2020-04-04[polly][opaque pointers] Remove use of deprecated APIs.Eli Friedman
2020-03-23Doc: Links should use httpsSylvestre Ledru
2020-03-09[Polly] Replace use of std::stringstream. NFC.Michael Kruse
2020-02-25[polly] Don't count scops in a global variable.Eli Friedman
2020-02-25[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-25[NFC] [DA] Refactoring getIndexExpressionsFromGEPBardia Mahjour
2020-02-24[CMake] Default to static linking for subprojects.Michael Kruse
2020-02-18[Polly] Run polly-update-format after commit 55cfb1. NFC.Michael Kruse
2020-02-17Reapply "[IRBuilder] Virtualize IRBuilder"Nikita Popov
2020-02-17[Polly] Fix build after IRBuilder changesNikita Popov
2020-02-16Revert "[IRBuilder] Virtualize IRBuilder"Nikita Popov
2020-02-16[IRBuilder] Try to fix warningsNikita Popov
2020-02-16[IRBuilder] Virtualize IRBuilderNikita Popov
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-12[NFC] Fix warning: comparison of integers of different signs.Huihui Zhang
2020-02-11[Polly] LLVM OpenMP Backend -- Fix "static chunked" scheduling.Michael Halkenhäuser
2020-02-11[Polly][Docs] Fix wrong claim about optimization levels.Michael Kruse
2020-02-11[Polly] Silence mixed signed/unsigned comparison warnings. NFC.Michael Kruse
2020-02-11[Polly] Update ISL to isl-0.22.1-87-gfee05a13.Michael Kruse
2020-02-10Silence compiler warning. NFC.Michael Kruse
2020-02-06Compile-fix after StringRef's conversion operator has been made explicit.Michael Kruse
2020-02-04[Polly] Fix compilation after 105642af5eef: include PassManagerImpl.hKrzysztof Parzyszek
2020-01-29Fix polly build after StringRef change.Eli Friedman