platform/upstream/llvm.git
2021-03-18 Shilei Tian[OpenMP] Fixed a crash in hidden helper thread
2021-03-18 Craig Topper[SelectionDAG] Don't pass a scalable vector to MachineP...
2021-03-18 Stefan Gränitz[lli] Add Orc greedy mode as -jit-kind=orc
2021-03-18 thomasraoux[mlir] Fix build failure due to 1a572f4
2021-03-18 Stanislav Mekhanoshin[AMDGPU] Remove cpol, tfe, and swz from MUBUF patterns
2021-03-18 Lei ZhangRevert "Revert "[mlir] Add linalg.fill bufferization...
2021-03-18 Mehdi AminiRevert "[mlir] Add linalg.fill bufferization conversion"
2021-03-18 Daniel Kiss[AArch64][compiler-rt] Strip PAC from the link register.
2021-03-18 Daniel KissRevert "[AArch64][compiler-rt] Strip PAC from the link...
2021-03-18 Jonas Devlieghere[lldb] Move Apple simulators test targets under API
2021-03-18 Eugene Zhulenev[mlir] Add linalg.fill bufferization conversion
2021-03-18 Zequan Wu[clang-cl] make -ffile-compilation-dir a CoreOption.
2021-03-18 thomasraoux[mlir] Add vector op support to cuda-runner including...
2021-03-18 Pavel Labath[lldb] Fix flakyness in TestGdbRemote_vContThreads
2021-03-18 Sanjay Patel[SimplifyCFG] add tests for branch cond merging with...
2021-03-18 thomasraoux[mlir][linalg] Extend linalg vectorization to support...
2021-03-18 Mehdi AminiRevert "[VPlan] Add plain text (not DOT's digraph)...
2021-03-18 Muiez Ahmed[SystemZ][z/OS] vasprintf fix libc++
2021-03-18 Andrei Elovikov[VPlan] Add plain text (not DOT's digraph) dumps
2021-03-18 Thomas Lively[WebAssembly] Finalize SIMD names and opcodes
2021-03-18 Thomas Lively[WebAssembly] Remove experimental SIMD instructions
2021-03-18 peter klausler[flang] Refine symbol sorting
2021-03-18 lorenzo chelini[mlir] Fix typo in SCF.cpp (NFC)
2021-03-18 Jorg BrownFix typo: `char` should be `TS`
2021-03-18 Markus Böck[CMake][runtimes] Add file level dependency to merge_ar...
2021-03-18 Arthur O'Dwyer[libc++] Future-proof generate_feature_test_macro_compo...
2021-03-18 Kristof Beyls[docs] Document regular LLVM sync-ups
2021-03-18 Louis Dionne[libc++] Remove the Docker files for BuildBot
2021-03-18 Thomas Lively[WebAssembly] Remove unimplemented-simd target feature
2021-03-18 Peter Waller[llvm][AArch64][SVE] Lower fixed length vector fabs
2021-03-18 Fangrui Song[ELF] Change --shuffle-sections=<seed> to --shuffle...
2021-03-18 Christopher... [libcxx] updates the feature-test macro generator
2021-03-18 Jon Chesterfield[libomptarget] Add register usage info to kernel metadata
2021-03-18 Stanislav Mekhanoshin[AMDGPU] Support SCC on buffer atomics
2021-03-18 Wei Mi[SampleFDO] Don't mix up the existing indirect call...
2021-03-18 Mircea TrofinReapply "[NPM][CGSCC] FunctionAnalysisManagerCGSCCProxy...
2021-03-18 Ricky TaylorTest commit
2021-03-18 Mircea Trofin[NFC][ArgumentPromotion] Clear FAM cached results of...
2021-03-18 Mike Rice[OPENMP51]Support for the 'destroy' clause with interop...
2021-03-18 Chris Lattner[libsupport] Silence a bogus valgrind warning.
2021-03-18 Stanislav Mekhanoshin[AMDGPU] Remove unused template parameters of MUBUF_Rea...
2021-03-18 Jon Chesterfield[amdgpu] Update med3 combine to skip i64
2021-03-18 Asher Mancinelli[flang] Unittests for runtime terminator
2021-03-18 Nigel Perks[XCore] Remove XFAIL: xcore from passing test.
2021-03-18 Simon Pilgrim[DAG] Improve folding (sext_in_reg (*_extend_vector_inr...
2021-03-18 Alexander Belyaev[mlir][linalg] Add support for memref inputs/outputs...
2021-03-18 Sid Manning[Hexagon] Add support for named registers cs0 and cs1
2021-03-18 LLVM GN Syncbot[gn build] Port ed8bff13dcaa
2021-03-18 caoming.roy[lld-macho] implement options -map
2021-03-18 Pavel Labath[lldb] Fix TestAutoInstallMainExecutable.py
2021-03-18 Andrzej Warzynski[flang][driver] Add support for `-fget-symbols-sources`
2021-03-18 Andrew Savonichev[MCA] Ensure that writes occur in-order
2021-03-18 Jay Foad[AMDGPU] Add some gfx1010 test coverage. NFC.
2021-03-18 David Truby[MLIR][OpenMP] Pretty printer and parser for omp.wsloop
2021-03-18 Simon Pilgrim[X86][SSE] Regenerate PR18054 test case
2021-03-18 Matt ArsenaultGlobalISel: Preserve source value information for outgo...
2021-03-18 Matt ArsenaultGlobalISel: Insert memcpy for outgoing byval arguments
2021-03-18 Alexey Bataev[SLP]Fix crash on extending scheduling region.
2021-03-18 Alexey Lapshin[llvm-objcopy][NFC][Wasm] Do not use internal buffer...
2021-03-18 Martin Storsjö[compiler-rt] Produce the right arch suffix for arm...
2021-03-18 Max Kazantsev[NFC] One more use case for evaluatePredicate
2021-03-18 Max Kazantsev[NFC] Use evaluatePredicate in eliminateComparison
2021-03-18 Max Kazantsev[SCEV][NFC] API for predicate evaluation
2021-03-18 Thomas Preud... [test] Fix incorrect use of string variable use
2021-03-18 Sven van Haastregt[OpenCL] Remove spurious atomic_fetch tablegen builtins
2021-03-18 Thomas Preud... [test] Fix variable definition in acle_sve_ld1.sh
2021-03-18 Sanjay Patel[LoopVectorize] relax FMF constraint for FP induction
2021-03-18 Balazs Benics[clang][ASTImporter] Fix import of VarDecl regarding...
2021-03-18 Valeriy Savchenko[-Wcalled-once-parameter][NFC] Fix GCC compilation...
2021-03-18 Elizabeth Andrews[Reland] "Do not apply calling conventions to MSVC...
2021-03-18 Simon Pilgrim[AMDGPU] Regenerate atomic_optimizations_global_pointer...
2021-03-18 Simon Pilgrim[ARM] Regenerate select-imm.ll tests
2021-03-18 Alexey Lapshin[llvm-objcopy] remove split dwo file creation from...
2021-03-18 Simon Pilgrim[DAG] SelectionDAG::isSplatValue - add ISD::ABS handling
2021-03-18 Fraser Cormack[RISCV] Support scalable-vector masked scatter operations
2021-03-18 Nigel Perks[Test][DebugInfo] Check for backend object emission...
2021-03-18 Fraser Cormack[RISCV] Support scalable-vector masked gather operations
2021-03-18 Valeriy Savchenko[-Wcalled-once-parameter] Fix false positives for clean...
2021-03-18 Vladislav Vinogradov[mlir][ODS] Get rid of limitations in rewriters generator
2021-03-18 Wang, Pengfei[X86][NFC] Pre-commit test case for the fix of ldtilecf...
2021-03-18 Bing1 Yu[X86][AMX][NFC] Give correct Passname for Tile Register...
2021-03-18 Valeriy Savchenko[-Wcalled-once-parameter] Harden analysis in terms...
2021-03-18 Fraser Cormack[RISCV] Support bitcasts of fixed-length mask vectors
2021-03-18 Luo, Yuanke[X86] Fix compile time regression of D93594.
2021-03-18 Sjoerd Meijer[AArch64] Rewrite (add, csel) to cinc
2021-03-18 Markus Böck[CMake] Use compiler-rt location instead of resource...
2021-03-18 Maxim KuvyrkovRevert "[NFC] Minor cleanup to use default setting...
2021-03-18 Frederik Gossen[MLIR] Canonicalize broadcast operations on single...
2021-03-18 Maxim Kuvyrkov[NFC] Minor cleanup to use default setting of getLastArg()
2021-03-18 Maxim Kuvyrkov[WoA][MSVC] Use default linker setting in MSVC-compatib...
2021-03-18 Lang Hames[JITLink] Reformat an enum.
2021-03-18 Lang Hames[JITLink] Improve out-of-range error messages.
2021-03-18 Artem Dergachev[analyzer] Introduce common bug category "Unused code".
2021-03-18 Zakk Chen[RISCV][Clang] Add RVV vle/vse intrinsic functions.
2021-03-18 Zakk Chen[Clang][RISCV] Add rvv vsetvl and vsetvlmax intrinsic...
2021-03-18 ShihPo Hung[RISCV] Fix isel pattern of masked vmslt[u]
2021-03-18 Vitaly Buka[sanitizer] Grow buffer in SharedPrintfCodeNoBuffer
2021-03-18 Krzysztof Parzyszek[ObjectYAML] Handle Hexagon V68
2021-03-18 Vitaly Buka[NFC][sanitizer] Remove unneeded "explicit"
2021-03-18 Krzysztof Parzyszek[Hexagon] Improve stack address base reuse for HVX...
next