platform/upstream/llvm.git
2021-07-23 luxufan[JITLink][RISCV] Initial Support RISCV64 in JITLink
2021-07-23 Nico Weber[lld/mac] Let OutputSegment store its start address
2021-07-23 thomasraoux[mlir][linalg] Fix bug in contraction op vectorization...
2021-07-23 Fangrui Song[llvm-symbolizer] Remove one-dash long options
2021-07-23 Nico Weber[lld/mac] Don't crash on absolute symbols in order...
2021-07-23 Kadir Cetinkaya[clangd] Adjust compile flags to contain only the reque...
2021-07-23 Kadir Cetinkaya[clangd] Canonicalize compile flags before applying...
2021-07-23 Kadir Cetinkaya[clangd] Get rid of arg adjusters in CommandMangler
2021-07-23 Kadir Cetinkaya[clangd] Use CommandMangler in TestTU
2021-07-23 Louis Dionne[libc++] Avoid triggering warnings for implicit conversion
2021-07-23 Kazu Hirata[ARM] Remove getHWDivName (NFC)
2021-07-23 Nico Weber[lld/mac] Add missing REQUIRES line to new test
2021-07-23 Yaxun (Sam... [HIP] Preserve ASAN bitcode library functions
2021-07-23 Benjamin Kramer[llvm][sve] Silence unused variable warning in Release...
2021-07-23 Yaxun (Sam... Fix __hip_fabin visibility
2021-07-23 Hubert Tong[ORC] Work around AIX build compiler: Replace lambda...
2021-07-23 Sanjay Patel[x86] improve CMOV codegen by pushing add into operands
2021-07-23 Sanjay Patel[x86] add tests for add X, (cmov constants); NFC
2021-07-23 Sam McCall[clangd] Avoid range-loop init-list lifetime subtleties.
2021-07-23 Kirill Bobyrev[clangd] Improve performance of dex by 45-60%
2021-07-23 David Truby[llvm][sve] Lowering for VLS truncating stores
2021-07-23 Giorgis Georgakoudis[OpenMPOpt] Move dedup runtime calls after init for...
2021-07-23 Aaron PuchertThread safety analysis: Mock getter for private mutexes...
2021-07-23 Gabor Marton[Analyzer][solver] Fix inconsistent equivalence class...
2021-07-23 Guillaume Chatelet[libc] optimize bzero/memset for x86
2021-07-23 Simon Pilgrim[X86][AVX] lowerV2X128Shuffle - attempt to recognise...
2021-07-23 Roman Lebedev[NFC][SimplifyCFG] Add test for `SpeculativelyExecuteBB...
2021-07-23 Anastasia Stulova[OpenCL] Add NULL to standards prior to v2.0.
2021-07-23 Adrian Kuegel[mlir][Complex]: Add lowerings for AddOp and SubOp...
2021-07-23 Dylan Fleming[SVE][IR] Fix Binary op matching in PatternMatch::m_VScale
2021-07-23 Dmitry Preobrazhensky[AMDGPU][MC][GFX9][NFC][DOC] Updated AMD GPU assembler...
2021-07-23 Dawid JurczakRevert "[DSE] Transform memset + malloc --> calloc...
2021-07-23 Vitaly Buka[hwasan] Fix uninitialized DisableOptimization
2021-07-23 Sven van Haastregt[OpenCL] Add cl_khr_integer_dot_product
2021-07-23 Dmitry Vyukovtsan: fix SANITIZER_DEBUG build
2021-07-23 Dmitry Vyukovsanitizer_common: don't use [[no_unique_address]]
2021-07-23 Abhinav Gaba[OpenMP] Fix CUDA plugin build after 3817ba13aea3.
2021-07-23 namazso[MS] Preserve base register %esi around movs[bwl]
2021-07-23 Whisperity[clang-tidy] Improve "common type" diagnostic output...
2021-07-23 Eugene Zhulenev[mlir] Async: special handling for parallel loops with...
2021-07-23 Mark de Wever[libc++][doc] Update the LWG issues.
2021-07-23 David Green[AArch64] Add worst case shuffle costs
2021-07-23 Nicolas Vasilache[mlir][Linalg] Fix a missing copy when source of insert...
2021-07-23 Serge Pavlov[ConstantFolding] Fold constrained arithmetic intrinsics
2021-07-23 Sebastian Neubauer[AMDGPU] Fix running ResourceUsageAnalysis
2021-07-23 LLVM GN Syncbot[gn build] Port 0118a649348b
2021-07-23 Carl Ritson[AMDGPU] Add maximum NSA size limit ISA feature
2021-07-23 Dmitry Vyukovtsan: switch atexit mutex to the normal Mutex
2021-07-23 Dmitry Vyukovtsan: switch to the new sanitizer_common mutex
2021-07-23 Dmitry Vyukovtsan: disable thread safety analysis in more functions
2021-07-23 Dmitry Vyukovtsan: ignore interceptors in few more places
2021-07-23 Dmitry Vyukovtsan: rename test Mutex to UserMutex
2021-07-23 Dmitry Vyukovsanitizer_common: add deadlock detection to the Mutex2
2021-07-23 Cullen Rhodes[AArch64][AsmParser] NFC: when creating a token IsSuffi...
2021-07-23 Fraser Cormack[NFC] Fix early line-break in doxygen comment
2021-07-23 Craig Topper[X86] Add test case simplified from PR51175. NFC
2021-07-23 Fraser Cormack[SelectionDAG][RISCV] Add tests showing missed scalable...
2021-07-23 Siva Chandra... [libc] Raise denormal exception if the libc defines...
2021-07-23 Johannes Doerfert[OpenMP] Simplify the ThreadStackTy for globalization...
2021-07-23 Johannes Doerfert[Attributor] If provided, only look at simplification...
2021-07-23 Hsiangkai Wang[RISCV] Add FrameSetup/FrameDestroy flag to prologue...
2021-07-23 Jacques Pienaar[mlir] Fix comment typos
2021-07-23 Tom Stellardcmake: Remove unused property on some targets: LLVM_LIN...
2021-07-23 Leonard Grey[lld-macho] Disambiguate bitcode files with the same...
2021-07-23 Joseph Huber[OpenMP][NFC] Fix formatting in CUDA plugin
2021-07-23 Joseph Huber[OpenMP] Add environment variables to change stack...
2021-07-23 Nico Weber[gn build] Allow use_asan=true on macOS
2021-07-23 Nico Weber[gn build] Reformat all gn files
2021-07-23 Nico Weber[lld/mac] Remove "else" after return
2021-07-23 Giorgis Georgakoudis[Attributor][Fix] Add overrides for AA2HS analysis
2021-07-23 Kai Luo[PowerPC] Implement XL compatible behavior of __compare...
2021-07-23 Giorgis Georgakoudis[OpenMP] Use AAHeapToStack/AAHeapToShared analysis...
2021-07-23 Vitaly Buka[compiler-rt] Fix lld dependency for sanitizers
2021-07-23 Vitaly Buka[NFC][asan] Always pass Dominator Trees into forAllReac...
2021-07-23 Rob Suderman[mlir][tosa] Make tosa MakeBroadcastable pass handle...
2021-07-23 Thomas Johnson[ARC] Add tablegen definition for the Find Leading...
2021-07-23 Gulfem Savrun... [profile] Add binary id into profiles
2021-07-23 Fangrui Song[ELF] --gc-sections: allow GC on reserved sections...
2021-07-23 Fangrui Song[ELF][test] Add a test about GCable SHF_LINK_ORDER...
2021-07-22 Hongtao Yu[CSSPGO] Fix a typo in SampleContextTracker
2021-07-22 Nico Weber[lld/mac] Handle symbols from -U in treatUndefinedSymbol()
2021-07-22 Nico Weber[gn build] (manually) port f8c6515554cc (libLLVMDWP)
2021-07-22 Mara Sophie... Add llvm-readobj and binutils symlinks to LLVM_TOOLCHAI...
2021-07-22 Thomas Lively[WebAssembly][NFC] Update test expectations labels...
2021-07-22 Nico Weber[lld/mac] Fix bug in interaction of -dead_strip and...
2021-07-22 Christopher... [libcxx][modularisation] properly modularises advance...
2021-07-22 Mircea Trofin[MLGO] Strip TF_PIP cmake variable
2021-07-22 Shilei Tian[OpenMP] Refined the logic to give a regular task from...
2021-07-22 Florian Mayer[hwasan] Use stack safety analysis.
2021-07-22 Geoffrey Martin... [Bazel] Rename LLVMDWP to DWP
2021-07-22 Mircea Trofin[docs] Add the compiler-rt requirement to the test...
2021-07-22 Michael McLoughlin[Bazel] Change external_zlib attribute to string
2021-07-22 Rob Suderman[mlir][tosa] Quantized Conv2DOp lowering to linalg...
2021-07-22 George Balatsouras[dfsan] Add wrappers for v*printf functions
2021-07-22 Jose M Monsalve... [OpenMP] Renaming RT functions `GetNumberOfBlocksInKern...
2021-07-22 Jim InghamFix the logic so stop-hooks get run after a breakpoint...
2021-07-22 Eli Friedman[AArch64] Regenerate test arm64-ccmp.ll
2021-07-22 Geoffrey Martin... [Bazel] Update for f8c6515554
2021-07-22 Amy Huang[DebugInfo] Add -fno-ctor-homing for as counterpart...
2021-07-22 David BlaikiePR51158: Don't emit -Wswitch or -Wcovered-switch-defaul...
next