platform/upstream/llvm.git
2022-02-17 Shubham Sandeep... Fix typo in Swift.def, it is swift5_protocol_conformanc...
2022-02-17 Arthur Eubanks[clang] Remove Address::deprecated() in emitVoidPtrDire...
2022-02-17 Aart Bik[mlir][sparse] remove unused test matrix file
2022-02-17 Matthew VossRevert "[CUDA][SPIRV] Assign global address space to...
2022-02-17 Shafik Yaghmour[LLDB] Adding skipif for arm linux for TestStructuredBi...
2022-02-17 Arthur Eubanks[clang] Remove Address::deprecated() in CGCXXABI.h
2022-02-17 Min-Yih Hsu[M68k] Adopt VarLenCodeEmitter for bits instructions
2022-02-17 Casey Carter[libcxx][test] Let the library indicate support for...
2022-02-17 Martin Storsjö[libcxx] [test] Use proper UTF-8 locales on Windows
2022-02-17 Kiran Chandramohan[NFC][Flang] Add colon to CHECK-LABEL to exercise the...
2022-02-17 Arthur Eubanks[clang] Remove Address::deprecated() call in CGExprCXX.cpp
2022-02-17 Nikolas KlauserRemove __uncvref; use __uncvref_t instead
2022-02-17 Florian Mayer[MTE] Instrument use-after-scope for optnone functions.
2022-02-17 Nico Weber[clang] Pass more flags to ld64.lld
2022-02-17 LLVM GN Syncbot[gn build] Port 807ba7aace18
2022-02-17 Krzysztof Drewniak[MLIR][GPU] Remove call to cudaSetDevice(), which no...
2022-02-17 Mitch Phillips[ASan] Fix TLS teardown.
2022-02-17 Nico Weberunbreak Modules/cxx20-export-import.cpp with LLVM_APPEN...
2022-02-17 Krzysztof Drewniak[MLIR][GPU] Add gpu.set_default_device op
2022-02-17 Greg ClaytonFix race condition when launching and attaching.
2022-02-17 Snehasish KumarReland "[memprof] Extend the index prof format to inclu...
2022-02-17 Marek Kurdej[clang-format] Do not add space after return-like keywo...
2022-02-17 Louis Dionne[libc++][CI] Upload ABI lists for all jobs
2022-02-17 Nikolas Klauser[libc++] Implement P1165R1 (Make stateful allocator...
2022-02-17 Casey Carter[libcxx][test] Silence signed/unsigned comparison warnings
2022-02-17 Kadir Cetinkaya[clang][SemaTemplate] Fix a stack use after scope
2022-02-17 Benjamin Kramer[mlir][memref] Switch ViewOp to the declarative assembl...
2022-02-17 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-17 Mogball[mlir] NFC NamedAttrList append with StringAttr
2022-02-17 Fangrui Song[ELF] Support (TYPE=<value>) to customize the output...
2022-02-17 Philip Reames{instsimplify] Precommit some tests for provable inequa...
2022-02-17 Arthur Eubanks[EarlyCSE][OpaquePtr] Check access type when performing DSE
2022-02-17 Fangrui Song[lld] Make error handling functions opaque
2022-02-17 Snehasish KumarReland "[InstrProf] Make the IndexedInstrProf header...
2022-02-17 Peter CollingbourneAST: Move __va_list tag back to std conditionally on...
2022-02-17 Peter CollingbourneAST: Make getEffectiveDeclContext() a member function...
2022-02-17 Joseph Huber[OpenMP] Add RTL function to externalization RAII
2022-02-17 Shafik Yaghmour[LLDB] Fix TestStructuredBinding.py for libstdc++
2022-02-17 Alex Brachet[ifs] Add --strip-needed flag
2022-02-17 Leonard Grey[lld-macho] Allow order files and call graph sorting...
2022-02-17 Shafik Yaghmour[DEBUGINFO] [LLDB] Add support for generating debug...
2022-02-17 David Green[AArch64] Add extra widening mul tests. NFC
2022-02-17 Stanislav Mekhanoshin[AMDGPU] Promote recursive loads from kernel argument...
2022-02-17 Benjamin Kramer[mlir] Switch {collapse,expand}_shape ops to the declar...
2022-02-17 Zahira Ammarguellat[NFC] Fix debug-info-hotpatch.cpp failure due to downst...
2022-02-17 Dávid Bolvanský[Clang] Add attributes alloc_size and alloc_align to...
2022-02-17 Nick Desaulniers[X86ISelLowering] permit BlockAddressSDNode "i" constra...
2022-02-17 Aaron BallmanFix the declaration printer to properly handle prototyp...
2022-02-17 Johannes Doerfert[Attributor][FIX] Ensure stable iteration order
2022-02-17 Kuba Mracek[GlobalDCE] [VFE] Add a test for incorrect VFE behavior...
2022-02-17 Daniil Suchkov[RewriteStatepointsForGC] Fix an incorrect assertion
2022-02-17 Alex BrachetRevert "[Driver][Fuchsia][NFC] Use GetLinkerPath to...
2022-02-17 Mike Rice[OpenMP] Diagnose bad 'omp declare variant' that refere...
2022-02-17 Jonas Paulsson[SystemZ] Improve emission of alignment hints.
2022-02-17 Alex Brachet[Driver][Fuchsia][NFC] Use GetLinkerPath to see if...
2022-02-17 Artem Dergachev[analyzer] Fix a crash in NoStateChangeVisitor with...
2022-02-17 Arthur Eubanks[InstCombine][OpaquePtr] Check store type in DSE implem...
2022-02-17 Alexey Bataev[SLP][NFC]Add another test for swapped main/alternate...
2022-02-17 Philip Reames[instsimplify] When compare allocas, consider their...
2022-02-17 Shangwu Yao[CUDA][SPIRV] Assign global address space to CUDA kerne...
2022-02-17 Philip Reames[instsimplify] Fix a miscompile with zero sized allocas
2022-02-17 Valentin Clement[flang] Lower simple scalar assignment
2022-02-17 Alex Brachet[libc] Add exit and atexit
2022-02-17 Brad Smith[clangd] Fix building SerializationTests unit test...
2022-02-17 Brad Smith[RuntimeDyld] Fix building on OpenBSD
2022-02-17 Philip Reames[instsimplify] Precommit a test showing an alloca equal...
2022-02-17 Zakk Chen[RISCV] Add the policy operand for nomask vector Multip...
2022-02-17 Kerry McLaughlin[AArch64][SVE] Add structured load/store opcodes to...
2022-02-17 zhijian[NFC][llvm-nm] refactor function dumpSymbolNamesFromFile
2022-02-17 Adrian Prantladd missing include
2022-02-17 Simon Pilgrim[clang] Sema::CheckEquivalentExceptionSpec - remove...
2022-02-17 Zahira AmmarguellatAdd support for floating-point option `ffp-eval-method...
2022-02-17 Arthur O'Dwyer[clang] [NFC] More exhaustive tests for deducing void...
2022-02-17 Aart Bik[mlir][linalg][sparse] add linalg optimization passes...
2022-02-17 Arthur Eubanks[SCEVExpander][OpaquePtr] Check GEP source type when...
2022-02-17 Arthur Eubanks[test][IndVarSimplify][OpaquePtr] Precommit test
2022-02-17 John Brawn[AArch64] Remove an unused variable in my previous...
2022-02-17 zhijianTitle: Export unique symbol list with llvm-nm new optio...
2022-02-17 Alexey Lapshin[objcopy] followup patch after f75da0c8e65cf1b09012a8b6...
2022-02-17 Craig Topper[RISCV] Match shufflevector corresponding to slideup.
2022-02-17 Craig Topper[RISCV] Fix incorrect MemOperand copy converting splat...
2022-02-17 John Brawn[AArch64] Add some missing strict FP vector lowering
2022-02-17 Jay Foad[GlobalDCE] Simplify and return Changed = true less...
2022-02-17 Matt Devereau[AArch64][SVE] Invert VSelect operand order and conditi...
2022-02-17 Michael Kruse[polly] Fix regression test after D110620.
2022-02-17 fourdimRevert "[JITLink][RISCV] fix the extractBits behavior...
2022-02-17 Sanjay Patel[InstCombine] push constant operand down/outside in...
2022-02-17 Sanjay Patel[InstCombine] add test for min/max intrinsic with const...
2022-02-17 Shilei Tian[OpenMP][Offloading] Fix test case issues in bug49334.cpp
2022-02-17 fourdim[JITLink][RISCV] fix the extractBits behavior and add...
2022-02-17 Zakk Chen[RISCV] Add the passthru operand for vmv.vv/vmv.vx...
2022-02-17 Alexander Potapenkotsan: Add a missing disable_sanitizer_instrumentation...
2022-02-17 Lei Zhang[mlir][spirv] Add a pass to unify aliased resource...
2022-02-17 Alexey Bataev[SLP][NFC]Fix misprint in function name, NFC.
2022-02-17 Nico Weber[gn build] (manually) port f75da0c8e65c (ObjCopy lib)
2022-02-17 Shao-Ce SUN[RISCV] add the MC layer support of Zfinx extension
2022-02-17 Simon Pilgrim[X86] selectLEAAddr - add X86ISD::SMUL/UMULO handling
2022-02-17 Guillaume Chatelet[libc][automemcpy] Introduce geomean of scores as a...
2022-02-17 Paul Walker[DAGCombiner] Extend ISD::ABDS/U combine to handle...
2022-02-17 Bjorn Pettersson[DAG] Fix in ReplaceAllUsesOfValuesWith
next