[libcxx] Add targets to available features.
[platform/upstream/llvm.git] / polly /
2020-10-26 Duncan P. N. Exon... Avoid unnecessary uses of `MDNode::getTemporary`, NFC
2020-10-21 Sylvestre LedruRemove .svn from exclude list as we moved to git
2020-10-21 Fangrui Song[Polly] Delete unused lambda capture after 7175cffb2133...
2020-10-20 Michael Kruse[Polly] Reuse multiple uses in operand tree.
2020-10-20 Christopher TetreaultGet the address space within getVectorPtrTy
2020-10-14 Mark SchimmelPolly - specify address space when creating a pointer...
2020-10-14 Roman LebedevRevert "Reland "[SCEV] Model ptrtoint(SCEVUnknown)...
2020-10-12 Roman LebedevReland "[SCEV] Model ptrtoint(SCEVUnknown) cast not...
2020-10-12 Hans WennborgRevert 1c021c64c "[SCEV] Model ptrtoint(SCEVUnknown...
2020-10-12 Roman Lebedev[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown...
2020-10-08 Arthur Eubanks[NewPM] Use PassInstrumentation for -verify-each
2020-09-24 Arthur EubanksRevert "[NewPM] Add callbacks to PassBuilder to run...
2020-09-23 Arthur Eubanks[NewPM] Add callbacks to PassBuilder to run before...
2020-09-21 Pengxuan Zheng[Polly][NewPM] Port Simplify to the new pass manager
2020-09-18 Florian Hahn[Polly] Update map passed to SCEVParameterReweriter.
2020-09-15 Mateusz Mikuła[Windows][Polly] Disable LLVMPolly module for all compi...
2020-09-07 Raul Tambre[CMake][Polly] Remove dead CMake code
2020-08-27 Pavel Labath[cmake] Make gtest include directories a part of the...
2020-08-27 Rainer Orth[polly][cmake] Don't build LLVMPolly.so without PIC
2020-08-26 Michael Kruse[Polly] Inline ShoulDelete lambda. NFC.
2020-08-26 Michael Kruse[Polly] Use llvm::function_ref. NFC.
2020-08-22 Michael KruseRevert "[Polly] Ensure consistent Scop::InstStmtMap...
2020-08-22 Michael Kruse[Polly] Ensure consistent Scop::InstStmtMap. NFC.
2020-08-22 Michael Kruse[Polly] Fix use-after-free.
2020-08-21 Michael Kruse[Polly] Update isl to isl-0.22.1-416-g61d6dc75.
2020-08-09 Michał Górny[Polly] Reuse LLVM's build rules for gtest/gmock
2020-08-07 Michał Górny[Polly] Support linking ScopPassManager against LLVM...
2020-08-07 Michael Kruse[polly] Unbreak buildbot.
2020-07-29 Florian HahnReland "[SCEVExpander] Add option to preserve LCSSA...
2020-07-28 Wei Wang[FIX] Resolve test failure in polly/test/ScopInfo/memcp...
2020-07-28 Jinsong JiRe-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
2020-07-27 Jinsong JiRevert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
2020-07-27 Jinsong Ji[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support
2020-07-27 Logan SmithUse INTERFACE_COMPILE_OPTIONS to disable -Wsuggest...
2020-07-23 Logan SmithReapply "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithRevert "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithTry enabling -Wsuggest-override again, using add_compil...
2020-07-22 Michael Kruse[Polly] Run polly-update-format. NFC.
2020-07-22 Louis Dionne[CMake] Bump CMake minimum version to 3.13.4
2020-07-22 Hans WennborgRevert "Enable -Wsuggest-override in the LLVM build...
2020-07-22 Logan SmithDisable -Wsuggest-override for all remaining unittests...
2020-07-17 Logan Smith[polly][NFC] Add missing 'override's
2020-07-16 serge-sans-pailleHarmonize Python shebang
2020-07-15 Hans WennborgBump the trunk major version to 12 llvmorg-12-init
2020-07-12 mydeveloperday[polly] NFC clang-format change following D83564
2020-07-10 Michael Kruse[Polly] Fix prevectorization of fused loops.
2020-07-10 Michael Kruse[Polly] Fix -polly-opt-isl -analyze
2020-07-06 Roman LebedevReland "[ScalarEvolution] createSCEV(): recognize ...
2020-06-30 Arthur Eubanks[BasicAA] Replace -basicaa with -basic-aa in polly
2020-06-27 Simon PilgrimUpdate polly tests to use -disable-basicaa to -disable...
2020-06-25 Fangrui SongFix polly build after 8c2082e1dc9505da21806b707dfb3eae3...
2020-05-29 Christopher Tetreault[SVE] Eliminate calls to default-false VectorType:...
2020-05-20 Eli FriedmanMake Value::getPointerAlignment() return an Align,...
2020-05-20 Florian Hahn[Polly] Update ScalarEvolutionExpander.h include.
2020-05-16 Eli FriedmanAllocaInst should store Align instead of MaybeAlign.
2020-05-15 Eli FriedmanFix polly tests after D79968.
2020-05-14 Eli FriedmanInfer alignment of unmarked loads in IR/bitcode parsing.
2020-05-04 serge-sans-pailleMake Polly tests dependencies explicit
2020-04-28 serge-sans-pailleUse components instead of libraries in Polly linkage...
2020-04-27 Michael Kruse[Polly] Fix long loop due to unsigned warparound.
2020-04-26 Simon Pilgrim[polly] Don't include PassSupport.h directly - include...
2020-04-20 Eli FriedmanRequire "target datalayout" to be at the beginning...
2020-04-17 Eli FriedmanFix interaction of static plugins with -DLLVM_LINK_LLVM...
2020-04-15 Josh Stone[NFC] correct "thier" to "their"
2020-04-13 Eli FriedmanMake IRBuilder automatically set alignment on load...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-07 Eli Friedman[NFC] Modernize misc. uses of Align/MaybeAlign APIs.
2020-04-06 Kirill Naumov[CFGPrinter][CallPrinter][polly] Adding distinct struct...
2020-04-06 Michael Kruse[Polly] Add -polly-isl-arg command line option.
2020-04-04 Eli Friedman[polly][opaque pointers] Remove use of deprecated APIs.
2020-03-22 Sylvestre LedruDoc: Links should use https
2020-03-09 Michael Kruse[Polly] Replace use of std::stringstream. NFC.
2020-02-25 Eli Friedman[polly] Don't count scops in a global variable.
2020-02-25 Shoaib Meenai[arcconfig] Delete subproject arcconfigs
2020-02-24 Bardia Mahjour[NFC] [DA] Refactoring getIndexExpressionsFromGEP
2020-02-24 Michael Kruse[CMake] Default to static linking for subprojects.
2020-02-17 Michael Kruse[Polly] Run polly-update-format after commit 55cfb1...
2020-02-17 Nikita PopovReapply "[IRBuilder] Virtualize IRBuilder"
2020-02-17 Nikita Popov[Polly] Fix build after IRBuilder changes
2020-02-16 Nikita PopovRevert "[IRBuilder] Virtualize IRBuilder"
2020-02-16 Nikita Popov[IRBuilder] Try to fix warnings
2020-02-16 Nikita Popov[IRBuilder] Virtualize IRBuilder
2020-02-13 Yuanfang ChenRevert "Revert "Reland "[Support] make report_fatal_err...
2020-02-13 Yuanfang ChenRevert "Revert "Revert "Reland "[Support] make report_f...
2020-02-13 Yuanfang ChenRevert "Revert "Reland "[Support] make report_fatal_err...
2020-02-11 Huihui Zhang[NFC] Fix warning: comparison of integers of different...
2020-02-11 Michael Halkenhäuser[Polly] LLVM OpenMP Backend -- Fix "static chunked...
2020-02-11 Michael Kruse[Polly][Docs] Fix wrong claim about optimization levels.
2020-02-11 Michael Kruse[Polly] Silence mixed signed/unsigned comparison warnin...
2020-02-11 Michael Kruse[Polly] Update ISL to isl-0.22.1-87-gfee05a13.
2020-02-10 Michael KruseSilence compiler warning. NFC.
2020-02-06 Michael KruseCompile-fix after StringRef's conversion operator has...
2020-02-04 Krzysztof Parzyszek[Polly] Fix compilation after 105642af5eef: include...
2020-01-29 Eli FriedmanFix polly build after StringRef change.
2020-01-28 Eli Friedman[AliasAnalysis] Add missing FMRB_* enums.
2020-01-27 Guillaume Chatelet[Alignment][NFC] Use Align with CreateAlignedLoad
2020-01-24 Guillaume Chatelet[Alignment][NFC] Deprecate Align::None()
2020-01-23 Dominik Adamski[NFC][ScopBuilder] Move RecordedAssumptions vector...
2020-01-23 Guillaume Chatelet[Alignment][NFC] Use Align with CreateAlignedStore
2020-01-22 Eli Friedman[polly] XFAIL memset_null.ll.
next