platform/upstream/llvm.git
2021-12-15 Jan Svoboda[clang][deps] NFC: Use clearer wording around entry...
2021-12-15 Joe Nash[AMDGPU] Extract helper function in AsmParser. NFC
2021-12-15 Mogball[mlir][scf] Add getNumRegionInvocations to IfOp
2021-12-15 Simon Pilgrim[X86] LowerRotate - use vXi8 custom lowering for non...
2021-12-15 Alexey Bataev[SLP]Do not represent splats as node with the reused...
2021-12-15 Matthias Springer[mlir][linalg][bufferize] Replace remaining bvm usage...
2021-12-15 Guillaume ChateletEmbed licence into package
2021-12-15 Ed Maste[Driver] Default to contemporary FreeBSD profiling...
2021-12-15 Alexey Bataev[SLP][NFC]Add a test for broadcast cost with undefs...
2021-12-15 Kadir Cetinkaya[clangd] Add ) to signature-help triggers
2021-12-15 Andrew Wei[AArch64][SVE] Lower shuffles to permute instructions...
2021-12-15 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2021-12-15 Sam McCall[Sema] Add FixIt when a C++ out-of-line method has...
2021-12-15 Jay Foad[AMDGPU] Use v_fma_f16 on GFX10
2021-12-15 Jay Foad[AMDGPU] Improve zeroesHigh16BitsOfDest for GFX9 legacy...
2021-12-15 Nikita Popov[CodeGen] Pass element type to EmitCheckedInBoundsGEP()
2021-12-15 Chuanqi Xu[docs] Give the reason why the support for coroutine...
2021-12-15 Markus Böck[mlir][LLVMIR] Add `llvm.umin` and `llvm.umax` intrinsics
2021-12-15 Jay Foad[AMDGPU] Skip some work on subtargets without scalar...
2021-12-15 Simon Pilgrim[DAG] SelectionDAG::isSplatValue - add *_EXTEND_VECTOR_...
2021-12-15 Simon Pilgrim[X86] Add PR52719 test cases
2021-12-15 gysit[mlir][linalg] Replace LinalgOps.h and LinalgTypes...
2021-12-15 Dmitri GribenkoExplicitly convert StringRef to std::string for compati...
2021-12-15 Nikita Popov[CodeGen] Avoid some deprecated Address constructors
2021-12-15 Simon Pilgrim[X86] Enable v16i8/v32i8/v64i8 rotation on AVX512 targets
2021-12-15 Nikita Popov[CodeGen] Prefer CreateElementBitCast() where possible
2021-12-15 Gabor Marton[analyzer] Expand conversion check to check more expres...
2021-12-15 Simon Moll[VE] SHL,SRA,SRL v256i32|64 isel and tests
2021-12-15 Haojian Wu[clangd] Disable the NOLINTBBEGIN testcase in clangd.
2021-12-15 Alex Zinenko[bazel] drop some unnecessary dependencies in mlir
2021-12-15 Tres Popp[mlir] Use rewriter in linalg Detensorize
2021-12-15 Nikita Popov[CodeGen] Avoid some uses of deprecated Address constructor
2021-12-15 Shraiysh Vaishay[mlir][OpenMP] omp.sections and omp.section lowering...
2021-12-15 Sam McCall[clangd] Disable support for clang-tidy suppression...
2021-12-15 Dmitri Gribenko[bazel] Adjust Bazel BUILD files for a4830d14edbb2a21eb...
2021-12-15 Matthias Springer[mlir][linalg][bufferize] Reimplementation of TiledLoop...
2021-12-15 Nikita Popov[CodeGen] Avoid deprecated ConstantAddress constructor
2021-12-15 Matthias Springer[mlir][linalg][bufferize] Reimplementation of scf.if...
2021-12-15 Javier Setoain[mlir][RFC] Add scalable dimensions to VectorType
2021-12-15 Matthias Springer[mlir][linalg][bufferize] Reimplementation of scf.for...
2021-12-15 Fangrui Song[ELF] --gc-sections: Change startwith(".jcr") to exact...
2021-12-15 Julian Gross[mlir] Added documentation for bufferization to memref...
2021-12-15 Fangrui Song[ELF] --gc-sections: Change startwith(".init") (and...
2021-12-15 Fangrui Song[ELF] Change objectFiles to ELFFileBase *
2021-12-15 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2021-12-15 Fangrui Song[ELF] Adjust getOutputSectionName prefix order
2021-12-15 Nikita Popov[CodeGen] Store ElementType in Address
2021-12-15 Fangrui Song[ELF] Slightly speed up getOutputSectionName. NFC
2021-12-15 Nikolas Klauser[libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <string>
2021-12-15 Esme-Yi[DebugInfo][DWARF] emit DW_AT_accessibility attribute...
2021-12-15 gysit[mlir][linalg] Remove RangeOp and RangeType.
2021-12-15 Matthias Springer[adt] Fix compiler warning in test
2021-12-15 Fangrui Song[ELF] Remove dead code from SymbolTable::find
2021-12-15 Logan ChienPrint the sign of negative infinity
2021-12-15 Craig Topper[RISCV] Add more curly braces to constexpr array initia...
2021-12-15 Fangrui Song[ELF] Use SmallVector for SharedFile and simplify parse...
2021-12-15 Fangrui Song[ELF] Make InputFile smaller
2021-12-15 Nico Weber[gn build] (manually) port b45ad7363c30 (LLVM_WITH_Z3)
2021-12-15 Stephen Hines[compiler-rt][AArch64] Add a workaround for Exynos...
2021-12-15 Lang Hames[llvm-jitlink] Update handling of library options.
2021-12-15 Nico Weber[clang] Use usual lit pattern for CLANG_DEFAULT_PIE_ON_...
2021-12-15 Kirill Stoimenov[ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callba...
2021-12-15 Wenlei He[llvm-profgen] Turn on preinliner by default
2021-12-15 Sindhu ChittireddyAvoid setting tbaa on the store of return type of call...
2021-12-15 LLVM GN Syncbot[gn build] Port 4299d8d0ce42
2021-12-15 Sam McCall[clangd] Cleanup unneeded use of shared_ptr. NFC
2021-12-15 Lang Hames[ORC] Add MaterializationUnit::Interface parameter...
2021-12-15 LLVM GN Syncbot[gn build] Port 3f630cff65fc
2021-12-15 wlei[CSSPGO][llvm-profgen] Fix external address issues...
2021-12-15 wlei[llvm-profgen] Fix to use getUntrackedCallsites outside...
2021-12-15 wlei[CSSPGO][llvm-profgen] Fix external address issues...
2021-12-15 wlei[llvm-profgen] Skip disassembling for PLT section
2021-12-15 Hongtao Yu[CSSPGO] Warn instead of error out for modules that...
2021-12-15 Fangrui Song[gn build] (manually) port 9c7fbc3f9b05b3249468ef6aeaca...
2021-12-15 Fangrui SongReland D114783/D115603 [ELF] Split scanRelocations...
2021-12-15 Fangrui Song[ELF][test] Test unreferenced non-preemptible ifunc
2021-12-15 David BlaikieDebugInfo: Fix test to match comment
2021-12-14 David BlaikieDebugInfo: Sink string form validation down from verifi...
2021-12-14 Lang Hames[ORC] Add early-out to OL_applyQueryPhase1.
2021-12-14 David BlaikieDebugInfo: Migrate callers from getAsCString to dwarf...
2021-12-14 Hongtao Yu[CSSPGO] Use nested context-sensitive profile.
2021-12-14 Fangrui SongRevert D114783 [ELF] Split scanRelocations into scanRel...
2021-12-14 Stephan T.... [NFC] Fix typos in release notes.
2021-12-14 Konstantin... [libc++][ranges] Implement ranges::uninitialized_defaul...
2021-12-14 Jon Chesterfield[amdgpu] Drop lowering of LDS used by global variables
2021-12-14 Louis Dionne[libc++] Allow detecting whether the executor supports...
2021-12-14 Thomas Raoux[mlir][linalg] Break up linalg vectorization pre-condition
2021-12-14 Michał Górny[lldb] Introduce a FreeBSDKernel plugin for vmcores
2021-12-14 Stella Stamenova[lldb] Update the PDB tests to pass with the VS2019...
2021-12-14 Sanjay Patel[InstCombine] fold mask-with-signbit-splat to icmp...
2021-12-14 Lei Zhang[mlir][spirv] Support size-1 vector/tensor constant...
2021-12-14 Mehrnoosh Heidarpour[InstSimplify] Add tests for logic AND; NFC
2021-12-14 Mingming Liu[LTO] Ignore unreachable virtual functions in WPD in...
2021-12-14 Luís Ferreira[lldb][NFC] Fix documentation for EncodingDataType
2021-12-14 Krzysztof Drewniak[MLIR][GPU] Make max flat work group size for ROCDL...
2021-12-14 Jonas Devlieghere[lldb] Check if language is supported before creating...
2021-12-14 Michael Benfield[clang] diagnose_as_builtin attribute for Fortify diagn...
2021-12-14 Sanjay Patel[PhaseOrdering] add tests for vector select; NFC
2021-12-14 Luís Ferreira[lldb][NFC] Format lldb/include/lldb/Symbol/Type.h
2021-12-14 Muiez AhmedRevert "[z/OS] Implement prologue and epilogue generati...
next