platform/upstream/llvm.git
2021-11-30 Jay Foad[AMDGPU] Update docs for nontemporal store
2021-11-30 Ties Stuij[clang][ARM] PACBTI-M assembly support
2021-11-30 Julian Gross[mlir] Decompose Bufferization Clone operation into...
2021-11-30 Kadir Cetinkaya[clangd] Make std symbol generation script python3...
2021-11-30 Alexander Belyaev[mlir] Move bufferization-related passes to `bufferizat...
2021-11-30 gysit[mlir][OpDSL] Fix OpDSL tests after https://reviews...
2021-11-30 Fangrui Song[ELF] Move ObjFile<ELFT>::{getLocalSymbols,getGlobalSym...
2021-11-30 Ben Shi[RISCV] Decode vtype with reserved fields to raw immediate
2021-11-30 Markus Böck[PR52549][clang-cl] Predefine _MSVC_EXECUTION_CHARACTER_SET
2021-11-30 wlei[llvm-profgen] Compute and show profile density
2021-11-30 Roman Lebedev[X86][LoopVectorize] "Fix" `X86TTIImpl::getAddressCompu...
2021-11-30 Nick Desaulniers[ARM] create new pseudo t2LDRLIT_ga_pcrel for stack...
2021-11-30 Carlos Galvez[clang-tidy] Warn on functional C-style casts
2021-11-30 Fangrui Song[ELF] Move GOT/PLT relocation code closer. NFC
2021-11-30 Phoebe Wang[X86][clang] Enable floating-point type for -mno-x87...
2021-11-30 Stella Laurenzo[mlir][python] Audit and fix a lot of the Python pyi...
2021-11-30 Stella Laurenzo[mlir][python] Implement more SymbolTable methods.
2021-11-30 Stella Laurenzo[mlir][python] Add pyi stub files to enable auto comple...
2021-11-30 Ellis Hoag[DebugInfo] Do not replace existing nodes from DICompil...
2021-11-30 Christudasan... [AMDGPU] Enable copy between VGPR and AGPR classes...
2021-11-30 Guozhi Wei[TwoAddressInstructionPass] Create register mapping...
2021-11-30 Craig Topper[RISCV] Promote f16 log/pow/exp/sin/cos/etc. to f32...
2021-11-30 Vitaly Buka[NFC][sanitizer] Track progress of populating the block
2021-11-30 Hsiangkai Wang[RISCV] Fix a bug in RISCVFrameLowering.
2021-11-30 Hsiangkai Wang[RISCV] Add a test case to show the bug in RISCVFrameLo...
2021-11-30 Mircea Trofin[NFC] Header comment in X86RegisterBanks.td referred...
2021-11-30 Vitaly Buka[sanitizer] Add Leb128 encoding/decoding
2021-11-30 Luís FerreiraRevert "[lldb][NFC] Format lldb/include/lldb/Symbol...
2021-11-30 David BlaikieAdd missing header
2021-11-30 Aart Bik[mlir][sparse] generalize sparse tensor output implemen...
2021-11-30 Matthias BraunX86: Fold masked-merge when and-not is not available
2021-11-30 Matthias BraunTests for D112754
2021-11-30 Luís Ferreira[Demangle] Add support for D anonymous symbols
2021-11-30 David Blaikie[Demangle] Add support for multiple identifiers in...
2021-11-30 David Blaikie[Demangle] Add support for D simple single qualified...
2021-11-30 Mircea Trofin[NFC][Regalloc] Split canEvictInterference into hint...
2021-11-29 Luís Ferreira[lldb][NFC] Format lldb/include/lldb/Symbol/Type.h
2021-11-29 Jon Chesterfield[openmp][devicertl] Add a missing loader_uninitialized...
2021-11-29 Salman Javed[clang-tidy] Fix pr48613: "llvm-header-guard uses a...
2021-11-29 Jeremy Morse[DebugInfo][InstrRef] Terminate overlapping variable...
2021-11-29 Fabian Wolff[CVP] Remove ashr of -1 or 0
2021-11-29 Philip Reames[SCEVExpander] Drop poison generating flags when reusin...
2021-11-29 Jeremy Morse[DebugInfo][InstrRef][NFC] "Final" x86 test cleanup
2021-11-29 Philip Reames[unroll] Use early return in shouldPartialUnroll [nfc]
2021-11-29 Philip Reames[unroll] Reduce scope of UnrollFactor variable in compu...
2021-11-29 Jeremy Morse[DebugInfo][InstrRef] Add indirection from dbg.declare...
2021-11-29 Philip Reames[unroll] Split full exact and full bound unroll costing...
2021-11-29 Fangrui Song[ELF] --cref: If -Map is specified, print to the map...
2021-11-29 Sanjay Patel[InstCombine] try to fold 'or' into 'mul' operand
2021-11-29 Jeremy Morse[DebugInfo][InstrRef] Preserve properties of restored...
2021-11-29 David Green[DAG] Add tests for fpsti.sat for various architectures...
2021-11-29 Matt ArsenaultOpenMP: Correctly query location for amdgpu-arch
2021-11-29 Adrian PrantlUpdate unit test API usage (NFC)
2021-11-29 Jeremy Morse[DebugInfo][InstrRef][NFC] Test changes: DBG_VALUE...
2021-11-29 Matt ArsenaultRevert "OpenMP: Start calling setTargetAttributes for...
2021-11-29 Aart Bik[mlir][sparse] some leftover cleanup from migration...
2021-11-29 Nikita Popov[LICM] Regenerate test checks (NFC)
2021-11-29 Sanjay Patel[InstCombine] add tests for or with mul operand; NFC
2021-11-29 Stanislav Mekhanoshin[InstCombine] (~(a | b) & c) | ~(c | (a ^ b)) -> ~...
2021-11-29 Steven Wan[NFC][clang]Increase the number of driver diagnostics
2021-11-29 Anshil Gandhi[HIP] Add atomic load, atomic store and atomic cmpxchng...
2021-11-29 Zequan Wu[LLDB][NativePDB] fix find-functions.cpp failure on...
2021-11-29 Matt ArsenaultOpenMP: Start calling setTargetAttributes for generated...
2021-11-29 Louis Dionne[libc++] Fix incorrect REQUIRES on a locale-dependent...
2021-11-29 Steven Wan[NFC][AIX]Disable unsupported hip test on AIX
2021-11-29 Zequan Wu[LLDB][NativePDB] fix find-functions.cpp failure on...
2021-11-29 Benjamin Kramer[mlir] Handle an edge case when folding reshapes with...
2021-11-29 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-29 Mehrnoosh Heidarpour[InstCombine] Fold (~A | B) ^ A --> ~(A & B)
2021-11-29 Nikita Popov[SCEV] Remove incorrect assert
2021-11-29 Matt Morehouse[HWASan] Disable LTO test on aarch64.
2021-11-29 Valentin Clement[fir] Get rid of the global option in FIRBuilder
2021-11-29 Roman Lebedev[X86][Costmodel] `getInterleavedMemoryOpCostAVX512...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fpext (fneg ...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fpext (fmul x...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fneg (fmul, x...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fsub (fmul x, y), z...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fpext...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fpext (fmul x...
2021-11-29 Mirko Brkusanin[AMDGPU][GlobalISel] Transform (fadd (fmul x, y), z...
2021-11-29 Jay Foad[AMDGPU] Fix list indentation in docs
2021-11-29 Jay Foad[AMDGPU] Fix "must generated" typo in docs
2021-11-29 Omer Aviram[X86] Add vector test coverage for or with no common...
2021-11-29 Stephan Herhut[mlir][memref] Fix bug in verification of memref.collap...
2021-11-29 Erich KeaneReapply 'Implement target_clones multiversioning'
2021-11-29 mydeveloperday[clang-format] regressed default behavior for operator...
2021-11-29 David Sherwood[CodeGen][AArch64] Bail out in performConcatVectorsComb...
2021-11-29 Erich KeaneDon't consider 'LinkageSpec' when calculating DeclConte...
2021-11-29 Roman Lebedev[NFC][X86][LV][Costmodel] Add most basic test for maske...
2021-11-29 Zhuo Zhangfix typos in comments
2021-11-29 Bjorn PetterssonUse a deterministic order when updating the DominatorTree
2021-11-29 Bradley Smith[AArch64][SVE] Mark fixed-type FP extending/truncating...
2021-11-29 Roman Lebedev[X86][Costmodel] Now that `getReplicationShuffleCost...
2021-11-29 Valentin Clement[fir] Add data flow optimization pass
2021-11-29 Balazs Benics[analyzer][NFC] Refactor AnalysisConsumer::getModeForDecl()
2021-11-29 Valentin Clement[fir] Add assignment runtime API builder
2021-11-29 Valentin Clement[fir] Add fir transformational intrinsic builder
2021-11-29 Florian Hahn[LV] Move code from widenInstruction to VPWidenRecipe...
2021-11-29 Valentin Clement[fir] Add base for runtime builder unittests
next