platform/upstream/llvm.git
2020-10-30 Richard SmithPR47861: Expand dangling reference warning to look...
2020-10-30 Sam Clegg[lld][WebAssembly] Give better warnings on bad relocati...
2020-10-30 Arthur Eubanks[NFC] Clean up PassBuilder
2020-10-30 Arthur EubanksUse uint64_t for branch weights instead of uint32_t
2020-10-30 Andrzej Warzynski[clang][driver] Rename DriverOption as NoXarchOption...
2020-10-30 Louis Dionne[libc++] Add -Wno-sized-deallocation to avoid spurious...
2020-10-30 Pedro Tammela[NFC][Reg2Mem] modernize loops iterators
2020-10-30 Pedro Tammela[NFC][LoopSimplify] modernize for loops over LoopInfo
2020-10-30 Louis Dionne[libc++] NFC: Fix several GCC warnings in the test...
2020-10-30 Daniel Kiss[libunwind] Support DW_CFA_remember/restore_state witho...
2020-10-30 Sanjay Patel[x86] add cost overrides for mul with overflow
2020-10-30 Amy Huang[CodeView] Encode signed int values correctly when...
2020-10-30 Simon Pilgrim[CodeGen][X86] Remove unused check-prefix in constraine...
2020-10-30 Simon Pilgrim[CodeGen][X86] Remove unused check-prefix in movdir...
2020-10-30 Jonas Devlieghere[lldb] Ignore binary data in crashlog
2020-10-30 Simon Pilgrim[CodeGen][X86] Cleanup + fix unused check-prefixes...
2020-10-30 Simon Pilgrim[CodeGen][X86] Tidyup CHECKs on bitscan tests
2020-10-30 Simon Pilgrim[CodeGen][X86] Remove unused check-prefix in bitscan...
2020-10-30 Simon Pilgrim[CodeGen][X86] Remove unused check-prefix in bswap...
2020-10-30 Simon Pilgrim[CodeGen][X86] Cleanup + remove unused check-prefixes...
2020-10-30 Simon Pilgrim[CodeGen][X86] Remove unused check-prefix in amx inline...
2020-10-30 Pavel LabathFix an embarrasing use-after-free from a895a446bcde
2020-10-30 Jan Kratochvil[nfc] [lldb] Align `user_id_t` format to the current...
2020-10-30 Simon Moll[VE][NFC] move scalar tests to Scalar/
2020-10-30 Keith Smiley[llvm-cov][NFC] Remove unused prefixes from FileCheck...
2020-10-30 Michael Liao[gvn] PRE needs to skip convergent intrinsics/calls.
2020-10-30 Evgeniy Brevnov[DSE] Improve partial overlap detection
2020-10-30 Simon Pilgrim[SLP][X86] Extend target coverage for PR47629
2020-10-30 Simon PilgrimUse cast<> instead of dyn_cast<> as we dereference...
2020-10-30 Simon Moll[VE][NFC] Split up lowering init
2020-10-30 Matt ArsenaultAMDGPU: Fix missing writelane cases to skip with exec=0
2020-10-30 Cullen Rhodes[clang][aarch64] Address various fixed-length SVE vecto...
2020-10-30 Mehdi AminiRevert "[MLIR][SPIRV] Start module combiner"
2020-10-30 David Green[ARM] Update target triple in tests. NFC
2020-10-30 Florian Hahn[VPlan] Use isa<> instead getVPRecipeID in getFirstNonP...
2020-10-30 Simon Pilgrim[SCEV] SCEVExpander::InsertNoopCastOfTo - reduce scope...
2020-10-30 Frederik Gossen[MLIR] Use `llvm::is_one_of` in walk templates
2020-10-30 serge-sans... [lit] Ship and bundle license for lit package
2020-10-30 serge-sans... [stack-clash] Fix probing of dynamic alloca
2020-10-30 Simon PilgrimUse cast<> instead of dyn_cast<> as we dereference...
2020-10-30 Simon PilgrimBitcodeReader::popValue - pass SmallVectorImpl<> as...
2020-10-30 Melanie Blower[clang] add fexperimental-strict-floating-point to...
2020-10-30 Pavel Labath[lldb/DWARF] Fix dwo flavour of TestTypeGetModule
2020-10-30 Marco AntogniniAddress ABI issues introduced with CXCursor_CXXAddrspac...
2020-10-30 Roman Lebedev[NFCI][SCEV] getPtrToIntExpr(): use SCEVRewriteVisitor...
2020-10-30 Florian Hahn[TTI] Add VecPred argument to getCmpSelInstrCost.
2020-10-30 Erich KeanePR47372: Fix Lambda invoker calling conventions
2020-10-30 ergawy[MLIR][SPIRV] Start module combiner
2020-10-30 David Sherwood[SVE] Add fatal error for unnamed SVE variadic arguments
2020-10-30 David Green[ARM] Match MVE vqdmulh
2020-10-30 Pavel Labath[lldb/test] Remove a double debugserver launch in TestG...
2020-10-30 Pavel Labath[lldb/test] Simplify/generalize YAMLModuleTester
2020-10-30 Louis Dionne[libc++] Add a new concept of ConfigAction, and use...
2020-10-30 Georgii Rymar[yaml2obj] - Make `Section::Link` field to be `Optional<>`.
2020-10-30 Melanie Blower[clang][FPEnv] Diagnose Strict FP pragmas if target...
2020-10-30 Eugene Zhulenev[mlir] Implement lowering to LLVM of async.execute...
2020-10-30 Stephen Kelly[AST] Fix traversal over CXXConstructExpr in Syntactic...
2020-10-30 David Truby[Aarch64] Fix assumption that Windows implies x86
2020-10-30 Simon PilgrimRevert rG22c383763456 "[RISCV] Remove include of RISCVR...
2020-10-30 Andrzej Warzynski[Flang] Fix build failures (NFC)
2020-10-30 alex-t[AMDGPU] SILowerControlFlow::removeMBBifRedundant....
2020-10-30 Simon Pilgrim[clangd] Fix MSVC implicit capture build failure.
2020-10-30 Simon Pilgrim[SROA] Pass Twine by const reference. NFCI.
2020-10-30 Nathan James[ADT][NFC] Silence some misc-unconventional-assign...
2020-10-30 Max Kazantsev[NFC] Simplify code in IndVars
2020-10-30 David Green[ARM] Additional MVE VQDMULH tests. NFC
2020-10-30 Nathan James[ADT] Add methods to SmallString for efficient concaten...
2020-10-30 Tres Popp[mlir] Add lowering for IsBroadcastable to Std dialect.
2020-10-30 Florian Hahn[DSE] Remove noop stores after killing stores for a...
2020-10-30 Louis Dionne[compiler-rt] Don't include libc++ headers from the...
2020-10-30 Tres Popp[mlir] Add shape.is_broadcastable.
2020-10-30 Dmitry Vyukov[sanitizer] Use __atomic_load/store() built-ins for...
2020-10-30 Roman Lebedev[SCEV] SCEVPtrToIntExpr simplifications
2020-10-30 Roman Lebedev[SCEV] Introduce SCEVPtrToIntExpr (PR46786)
2020-10-30 Michael Roe[mips] Implement add.ps, mul.ps and sub.ps
2020-10-30 Vitaly Buka[NFC] Fix "ambiguous overload for ‘operator=’"
2020-10-30 River Riddle[mlir][ASM] Refactor how attribute/type aliases are...
2020-10-30 Vitaly Buka[NFC] Fix "ambiguous overload for ‘operator=’"
2020-10-30 Xun Li[Coroutine] Properly determine whether an alloca should...
2020-10-30 Georgii Rymar[llvm-readobj][test][NFC] - Use "--check-prefix" instea...
2020-10-30 Vitaly Buka[NFC] Don't run python binding tests with sanitizers
2020-10-30 Johannes Doerfert[OpenMP][Docs] Structure and content for the OpenMP...
2020-10-30 Johannes Doerfert[OpenMP][NFC] Clang format ParseOpenMP
2020-10-30 Fangrui Song[MC] Fix an assert in MCAssembler::writeSectionData...
2020-10-30 sameeran joshi[Flang][OpenMP][OpenACC] Fix exit out of a region in...
2020-10-30 Vitaly Buka[NFC] Don't run clang/bindings/python/tests with msan
2020-10-30 Mehdi AminiFix "incorrect" assertions in Linalg/EDSC/Builders...
2020-10-30 Fangrui Song[test] Fix unused check prefixes in test/Linker/ and...
2020-10-30 Michael LiaoFix shared build.
2020-10-30 Fangrui Song[RISCV] Fix unused check prefixes in test/MC/RISCV/
2020-10-30 Jonas Devlieghere[llvm] Export LLVM_LIT_ARGS in LLVMConfig.cmake
2020-10-30 Fangrui Song[MC] Add SMLoc to MCStreamer::emitSymbolAttribute and...
2020-10-30 LLVM GN Syncbot[gn build] Port 00090a2b826
2020-10-30 Liu, Chen3Support complex target features combinations
2020-10-30 Jonas Devlieghere[lldb] XFAIL TestTypeGetModule.py (temporarily)
2020-10-30 Ilya Bukonkin[lldb] Update TestTypeGetModule.py
2020-10-30 Arthur Eubanks[PruneEH] Pin tests to legacy PM
2020-10-30 Alina Sbirlea[AA] Pass query info.
2020-10-30 Jonas Devlieghere[dwarfdump] Recognize __apple sections as debug info...
2020-10-30 Keith Smiley[llvm-readobj][NFC] Remove unused prefix from FileCheck...
next