platform/upstream/llvm.git
2020-11-04 Valentin Clement[flang][openacc] Lower update directive
2020-11-04 Eric AstorFix -Wsign-compare issue in MasmParser.cpp
2020-11-04 Eric Astor[ms] [llvm-ml] Lex MASM strings, including escaping
2020-11-04 Cameron McInally[SelectionDAG] Add legalizations for VECREDUCE_SEQ_FMUL
2020-11-04 Mircea Trofin[NFC] Use Register/MCRegister
2020-11-04 Valentin Clement[flang][openacc] Lower enter data directive
2020-11-04 Edd Dawson[lld][ELF][test] test LTO-removed symbols are not in...
2020-11-04 Louis Dionne[libc++] Remove stray setting of use_system_cxx_lib...
2020-11-04 Louis Dionne[libc++] Move availability-related Lit configuration...
2020-11-04 Craig Topper[RISCV] Remove assertsexti32 from fslw/fsrw isel patterns.
2020-11-04 Valentin Clement[flang][openacc] Lower exit data directive
2020-11-04 Nikita Popov[MemorySSA] Use provided memory location even if instru...
2020-11-04 Steven WanAdd info about the cherry-picked commit and contributor
2020-11-04 Steven Wan[PowerPC] Rename mftbl to mftb
2020-11-04 Alexandre Eichenberger[mlir][std] Add SignedCeilDivIOp and SignedFloorDivIOp...
2020-11-04 Craig Topper[RISCV] Correct the operand order for fshl/fshr to...
2020-11-04 Duncan P. N... Basic: Split out DirectoryEntry.h, NFC
2020-11-04 Fraser Cormack[DAGCombine] Fix bug in load scalarization
2020-11-04 Louis Dionne[libc++] NFC: Remove trailing whitespace
2020-11-04 Mehdi AminiRefactor PyPrintAccumulatorm, PyFileAccumulator, and...
2020-11-04 Mehdi AminiMove MlirStringCallback declaration from mlir-c/IR...
2020-11-04 cchen[OpenMP] target nested `use_device_ptr() if()` and...
2020-11-04 Craig Topper[RISCV] Remove assertsexti32 from inputs to riscv_sllw...
2020-11-04 Rahul Joshi[MLIR] Refactor memref type -> LLVM Type conversion
2020-11-04 Rahul Joshi[MLIR] Remove NoSideEffect from std.global_memref op.
2020-11-04 Arnold SchwaighoferStart of an llvm.coro.async implementation
2020-11-04 Sean Silva[mlir] Make linalg-bufferize a composable bufferization...
2020-11-04 Sean Silva[mlir] Fix materializations for unranked tensors.
2020-11-04 Craig Topper[RISCV] Check all 64-bits of the mask in SelectRORIW.
2020-11-04 Mehdi AminiSwitch from C-style comments `/* ... */` to C++ style...
2020-11-04 Christopher... [UBSan] Cannot negate smallest negative signed integer
2020-11-04 Craig Topper[RISCV] Remove custom isel for (srl (shl val, 32),...
2020-11-04 Joe Nash[AMDGPU] Resolve pseudo registers at encoding uses
2020-11-04 Fangrui SongRevert "[GlobalISel] GISelKnownBits::computeKnownBitsIm...
2020-11-04 Arthur Eubanks[NewPM] Don't run before pass instrumentation on requir...
2020-11-04 Sebastian Neubauer[AMDGPU] Fix iterating in SIFixSGPRCopies
2020-11-04 Fangrui Song[llvm-objcopy] Make --set-section-flags work with ...
2020-11-04 Alexander Shaposhnikov[llvm-objcopy][MachO] Make isValidMachOCannonicalName...
2020-11-04 Mehdi AminiAdd facilities to print/parse a pass pipeline through...
2020-11-04 Simon Pilgrim[KnownBits] KnownBits::computeForMul - avoid unnecessar...
2020-11-04 Simon Pilgrim[GlobalISel] GISelKnownBits::computeKnownBitsImpl ...
2020-11-04 Nabeel Omer[Dexter] add visual studio 2019 debugger support
2020-11-04 Nabeel Omer[Dexter] add an optnone attribute debug experience...
2020-11-04 Louis Dionne[libc++] Remove the ability to not install the support...
2020-11-04 Arnold SchwaighoferRevert "Start of an llvm.coro.async implementation"
2020-11-04 Louis Dionne[libc++] Split off part of a test that require signals...
2020-11-04 Vy NguyenFix breakage in D89615 (due to cmake version 3.16.5)
2020-11-04 Kadir Cetinkaya[clangd] Cleanup dependencies around RemoteIndex
2020-11-04 LLVM GN Syncbot[gn build] Port d1b2a523191
2020-11-04 Balázs Kéri[clang-tidy] Add signal-handler-check for SEI CERT...
2020-11-04 Arnold SchwaighoferStart of an llvm.coro.async implementation
2020-11-04 Eric Astor[ms] [llvm-ml] Enable support for MASM-style macro...
2020-11-04 Pavel Labath[lldb] Remove [US]IntValueIsValidForSize from CommandOb...
2020-11-04 Pavel Labath[lldb/Utility] Delete Scalar::[US]IntValueIsValidForSize
2020-11-04 Simon PilgrimUse isa<> instead of dyn_cast<> to avoid unused variabl...
2020-11-04 Simon PilgrimFix gcc braces warning. NFCI.
2020-11-04 Louis Dionne[libc++] NFCI: Refactor chrono.cpp to make it easier...
2020-11-04 Aaron BallmanAdd a floating-point suffix to silence warnings; NFC
2020-11-04 etiotto[compiler-rt][AIX]: Link compiler-rt profile library...
2020-11-04 Vy Nguyen[NFC]Remove unused variable
2020-11-04 Vy NguyenDisable emulated-tls for compiler-rt+tests on Android...
2020-11-04 Paul C. Anagnostopoulos[TableGen] Add !interleave operator to concatenate...
2020-11-04 Paul C. Anagnostopoulos[TableGen] [IR] Eliminate unnecessary recursive help...
2020-11-04 Pavel Labath[lldb] Improve RegisterValue::GetScalarValue
2020-11-04 Louis Dionne[libc++] Remove test that is irrelevant since f1a96de1bc8d
2020-11-04 Louis Dionne[libc++] Don't run tests in a shell in the default...
2020-11-04 Sanjay Patel[InstSimplify] allow vector folds for icmp Pred (1...
2020-11-04 Sanjay Patel[InstSimplify] add vector cmp tests; NFC
2020-11-04 Roman Lebedev[Reassociate] Guard `add`-like `or` conversion into...
2020-11-04 Nicolas Vasilache[mlir][std] Add DimOp folding for dim(tensor_load(m...
2020-11-04 Frederik Gossen[MLIR] Support walks over regions and blocks
2020-11-04 Clement Courbet[llvm-exegesis] Fix rGaf658d920e2b
2020-11-04 LLVM GN Syncbot[gn build] Port 73b6cb67dcd
2020-11-04 LLVM GN Syncbot[gn build] Port 1124bf4ab77
2020-11-04 Nico Weber[gn build] try to port 707d69ff32309b
2020-11-04 Simon Moll[VE] Add +vpu attribute
2020-11-04 Kerry McLaughlin[SVE][CodeGen] Lower scalable integer vector reductions
2020-11-04 Nicolas Vasilache[mlir][SCF] Add canonicalization pattern for scf::For...
2020-11-04 Simon Pilgrim[DAG] computeKnownBits - Replace ISD::MUL handling...
2020-11-04 Jon Chesterfield[libomptarget][nfc] Build amdgcn deviceRTL with nogpulib
2020-11-04 Sebastian Neubauer[AMDGPU] Set rsrc1 flags for graphics shaders
2020-11-04 Sebastian Neubauer[AMDGPU] Fix ieee mode default value
2020-11-04 Vitaly Buka[NFC][UBSAN] Replace "count 0" with FileCheck
2020-11-04 Andrzej Warzynski[mlir] Fix failing shared libraries build
2020-11-04 Stefan Gränitz[JITLink][ELF] Omit temporary labels in tests
2020-11-04 Qiu Chaofan[Clang] Add more fp128 math library function builtins
2020-11-04 Clement Courbet[llvm-exegesis][X86] Save and restore eflags.
2020-11-04 Kadir Cetinkaya[clangd] Pass parameters to config apply functions
2020-11-04 Pavel Labath[lldb] Delete Value::Vector class
2020-11-04 Vitaly Buka[sanitizer] Remove ANDROID_NDK_VERSION
2020-11-04 Clement Courbet[llvm-exegesis] Fix unused variable warning.
2020-11-04 David Green[ARM] Remove unused variable. NFC
2020-11-04 Vitaly Buka[sanitizer] Remove -Wno-non-virtual-dtor
2020-11-04 Vy NguyenUse LLD for Android compiler-rt
2020-11-04 Sander de Smalen[NFCI] Replace AArch64StackOffset by StackOffset.
2020-11-04 Clement CourbetRe-land "[llvm-exegesis] Save target state before runni...
2020-11-04 Alex Zinenko[mlir] Add a simpler lowering pattern for WhileOp repre...
2020-11-04 Alex Zinenko[mlir] Add lowering to CFG for WhileOp
2020-11-04 Alex Zinenko[mlir] Add a generic while/do-while loop to the SCF...
2020-11-04 Nathan Ridge[clangd] Store the containing symbol for refs
next