platform/upstream/llvm.git
2021-08-13 Nico Weber[mailmap] Add entry for the GN LLVM syncbot
2021-08-13 LLVM GN Syncbot[gn build] Port 2ff7ca98a99b
2021-08-13 Nico Weber[gn build] manually port 18f9e25ce1fa43 (AttrDocTable)
2021-08-13 Giorgis Georgakoudis[OpenMP][Fix] Fix disable spmdization option
2021-08-12 Ruiling SongSplitKit: Don't further split subrange mask in buildCopy
2021-08-12 Yonghong Song[Clang] add btf_tag attribute
2021-08-12 Heejin Ahn[WebAssembly] Fix leak in Emscripten SjLj
2021-08-12 Heejin Ahn[WebAssembly] Error out when Emscripten SjLj setjmp...
2021-08-12 Vitaly Buka[sanitizer] Fix the test on Solaris
2021-08-12 Duncan P. N... Frontend: Add -f{,no-}implicit-modules-uses-lock and...
2021-08-12 natashaknk[mlir][tosa] Fix depthwise_conv2D strides/dilation...
2021-08-12 Sam McCall[clangd] Avoid "expected one compiler job" by picking...
2021-08-12 Christian Kandelerclangd: Make documentation property of completion items...
2021-08-12 Duncan P. N... Frontend: Refactor compileModuleAndReadAST, NFC
2021-08-12 Christian Kandelerclangd: Provide hover info for include directives
2021-08-12 Sam McCall[CodeComplete] Basic code completion for attribute...
2021-08-12 Sam McCall[Attributes]: refactor to expose ParsedAttrInfo::accept...
2021-08-12 Sam McCall[clangd] Overload bundles are only deprecated if each...
2021-08-12 Jason MolendaSymbolicate aarch64 adrp+add pc-relative addr in disass
2021-08-12 Lei Huang[PowerPC] Implement XL compatibility builtin __addex
2021-08-12 Michael Jones[libc][nfc] add CPP Limits.h for numeric_limits
2021-08-12 Chia-hung Duan[mlir-tblgen] Minor Refactor for StaticVerifierFunction...
2021-08-12 Vyacheslav... [openmp][ELF] Recognize LLVM OpenMP offload specific...
2021-08-12 Heejin Ahn[WebAssembly] Disable offset folding for function addresses
2021-08-12 Thomas Preud... [clang/test] Run thinlto-clang-diagnostic-handler-in...
2021-08-12 Sanjay Patel[InstCombine] factorize min/max intrinsic ops with...
2021-08-12 peter klausler[flang] Correct off-by-one error in SET_EXPONENT
2021-08-12 Craig Topper[RISCV] Improve check prefixes in B extension tests...
2021-08-12 Amy HuangRevert "[InstCombine] factorize min/max intrinsic ops...
2021-08-12 Andrzej Warzynski[flang] Disable Plugins in out-of-tree builds
2021-08-12 Sam McCall[AST][clangd] Expose documentation of Attrs on hover.
2021-08-12 Vitaly Buka[unwind] Handle UNW_X86_64_RIP register
2021-08-12 Michael Kruse[Polly] Fix compiler warnings. NFC.
2021-08-12 Bill Wendling[llvm-diff] correct variable typo
2021-08-12 Bill Wendling[llvm-diff] add "reset" method to DiffConsumer
2021-08-12 Aart Bik[mlir][sparse][python] add an "exhaustive" sparse test...
2021-08-12 Vyacheslav... [NFC] Enumerate LLVMOMPOFFLOAD note types.
2021-08-12 Ivan Zhechev[Flang] Fix error messages on Windows.
2021-08-12 Florian HahnRecommit "[Matrix] Overload stride arg in matrix.column...
2021-08-12 Louis Dionne[libc++] Remove Lit annotations for unsupported GCC...
2021-08-12 LLVM GN Syncbot[gn build] Port 4ac87e33785e
2021-08-12 Kiran Chandramohan[Flang] Fix build failure on MacOS
2021-08-12 Craig Topper[RISCV] Add test cases showing inefficient materializat...
2021-08-12 zoecarver[libcxx][ranges] Add `unreachable_sentinel`.
2021-08-12 Craig Topper[RISCV] Teach vsetvli insertion pass that it doesn...
2021-08-12 Craig Topper[Sema] Fix -Wparentheses warning from gcc. NFC
2021-08-12 Craig Topper[RISCV] Use getNaturalPointeeTypeAlignment to get align...
2021-08-12 Roman Lebedev[NFCI][SimplifyCFG] simplifyCondBranch(): assert that...
2021-08-12 Roman Lebedev[SimplifyCFG] If FoldTwoEntryPHINode() changed things...
2021-08-12 Kazu Hirata[DWARF] Remove getMaxLineIncrementForSpecialOpcode...
2021-08-12 Jon ChesterfieldRevert "[openmp] Annotate tmp variables with omp_thread...
2021-08-12 Sanjay Patel[InstCombine] fold umax/umin intrinsics based on demand...
2021-08-12 Sanjay Patel[InstCombine] add test for umax/umin intrinsic demanded...
2021-08-12 peter klausler[flang] Fix crash in runtime-type-info.cpp
2021-08-12 Fangrui Song[crt][test] Make ctor_dtor.c robust if DT_INIT/DT_FINI...
2021-08-12 Jon Chesterfield[openmp] Annotate tmp variables with omp_thread_mem_alloc
2021-08-12 maekawatoshiki[LICM] Support sinking in LNICM
2021-08-12 Aaron BallmanSpeculatively fix the build bots.
2021-08-12 Hongtao Yu[CSSPGO] Allow the use of debug-info-for-profiling...
2021-08-12 Sanjay Patel[InstCombine] remove unused function argument; NFC
2021-08-12 Johannes Doerfert[Attributor][FIX] Do not try to rewrite functions with...
2021-08-12 Johannes Doerfert[Attributor][FIX] Guard constant casts with type size...
2021-08-12 Johannes Doerfert[Attributor] Do not delete volatile stores to null...
2021-08-12 David Green[ARM] Fix DAG combine loop in reduction distribution
2021-08-12 LLVM GN Syncbot[gn build] Port d2c5cbc3a856
2021-08-12 Florin IuchaAdd a check for enforcing minimum length for variable...
2021-08-12 Sanjay Patel[InstCombine] remove shl(neg x), y transform
2021-08-12 Sanjay Patel[InstCombine] factorize min/max intrinsic ops with...
2021-08-12 Sanjay Patel[InstCombine] add tests for factorization of min/max...
2021-08-12 Victor Huang[PowerPC] Fix return address computation for "__builtin...
2021-08-12 Liqiang Tao[llvm][Inline] Refactor out InlineOrder
2021-08-12 Sven van Haastregt[OpenCL] Tidy up preserve_vec3 test
2021-08-12 Michael Kruse[Polly] Simplify domains before gist.
2021-08-12 Dmitry Vyukovtsan: remove implicit memcpy in MutexSet::Desc::operator=()
2021-08-12 Florian HahnRevert "[Matrix] Update column.major.load call in PPC...
2021-08-12 Mehdi AminiRevert "[Matrix] Overload stride arg in matrix.columnwi...
2021-08-12 Anton Afanasyev[Test] Move test for PR50555 from InstCombine to Aggres...
2021-08-12 Dmitry Vyukovtsan: extend MutexSet to memorize mutex address/stack_id
2021-08-12 Stuart Ellis[flang][driver] Add support for Frontend Plugins
2021-08-12 David Truby[llvm][sve] Fix erroneous tests for fixed length extend...
2021-08-12 Martin Storsjö[clang] [MinGW] Consider the per-target libc++ include...
2021-08-12 Martin Storsjö[CMake] Make the vendor part of default mingw triples...
2021-08-12 Martin Storsjö[LLD] [MinGW] Add more options for disabling flags...
2021-08-12 Florian Hahn[Matrix] Update column.major.load call in PPC test.
2021-08-12 Igor Kudrin[llvm-objcopy][ELF] Avoid reordering section headers
2021-08-12 Florian Hahn[Matrix] Overload stride arg in matrix.columnwise.load...
2021-08-12 David Truby[llvm][sve] Lowering for VLS extending loads
2021-08-12 Whisperity[clang-tidy][docs] Remove the entry about 'cppcoreguide...
2021-08-12 Krasimir Georgiev[clang-format] improve distinction of K&R function...
2021-08-12 Freddy Ye[X86] Reverse *_set_ph and *_setr_ph 's set order.
2021-08-12 David Spickett[compiler-rt][fuzzer] Mark flags test unsupported on...
2021-08-12 Cullen Rhodes[AArch64] NFC: Remove register decoder tables in disass...
2021-08-12 Fangrui Song[Object] Add missing PPC_DYNAMIC_TAG macros
2021-08-12 Krasimir Georgiev[clang-format] handle trailing comments in function...
2021-08-12 Dmitry Vyukovtsan: fix build breakage due to AppMemBeg
2021-08-12 Fangrui Song[profile][test] Add -no-pie to make value profile merge...
2021-08-12 Walter Erquinigo[tests] [trace] Add a more comprehensive test for ...
2021-08-12 Christudasan... Reapply "SROA: Enhance speculateSelectInstLoads"
2021-08-12 Daniel Kolesa[CMake] Enable clang_rt.crt{begin,end} on ppc32/ppc64
2021-08-12 Jason MolendaUpdate gdbremote_testcase.py to allow new k-v pair...
next