platform/upstream/llvm.git
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...
2021-07-22 Jianzhou Zhao[dfsan] Make warn_unimplemented off by default
2021-07-22 Roman Lebedev[SimplifyCFG] SimplifyCondBranchToTwoReturns(): really...
2021-07-22 Roman Lebedev[NFC][LoopDeletion] Autogenerate checlines in simplify...
2021-07-22 Roman Lebedev[NFC][SimplifyCFG] Add test for SimplifyCondBranchToTwo...
2021-07-22 Alexander Yermolovich[DWP] Refactoring llvm-dwp in to a library part 2
2021-07-22 Kirill Stoimenov[asan] Modified ASAN_MEMORY_ACCESS_CALLBACK to use...
2021-07-22 Shu-Chun Weng[NFC] Fix test build breakage on Darwin
2021-07-22 Nick FitzgeraldReland: "[WebAssembly] Deduplicate imports of the same...
2021-07-22 Jacques Pienaar[mlir] Also update inferReturnTensorTypes (NFC)
2021-07-22 Med Ismail... [lldb] Fix build failure introduced by 3d4cadfb26437bd6...
2021-07-22 Med Ismail... [lldb/Interpreter] Conform ScriptedProcessPythonInterfa...
2021-07-22 Martin Storsjö[LLD] [COFF] Make -export-all-symbols work as intended...
2021-07-22 Mircea Trofin[MLGO] Correct protobuf path
2021-07-22 Felix Berger[clang-tidy] performance-unnecessary-copy-initializatio...
2021-07-22 Paulo Matos[WebAssembly] Implementation of global.get/set for...
2021-07-22 Mircea Trofin[NFC][MLGO] Fix vector sizing
2021-07-22 Jake Egan[AIX] Define __LONGDOUBLE64 macro
2021-07-22 Roman Lebedev[NFCI][TLI] prepare[US]REMEqFold(): don't add nonsensic...
2021-07-22 Eric Astor[ms] [llvm-ml] Fix macro case-insensitivity
2021-07-22 Anjan Kumar... [AIX] Generate large code model relocations when mcmode...
2021-07-22 Shu-Chun WengFix TSAN signal interceptor out-of-bound access
2021-07-22 Nikita Popov[LICM][SCCP] Regenerate test checks (NFC)
2021-07-22 Anjan Kumar... [AIX] Clang's library integration support for 128-bit...
next