platform/upstream/llvm.git
2021-12-15 Sam McCall[AST] Add more testcases to QualTypeNamesTest. NFC
2021-12-15 Sam McCall[AST] Fix QualTypeNamesTest, which was spuriously passing
2021-12-15 Fangrui Song[ELF] ObjFile<ELFT>::initializeSymbols: Batch allocate...
2021-12-15 mydeveloperday[clang-format] C# switch expression formatting differs...
2021-12-15 LLVM GN Syncbot[gn build] Port 8179e1fd519d
2021-12-15 Yitzhak Mandelbaum[clang][dataflow] Add simplistic constant-propagation...
2021-12-15 Scott Linder[ADT] Add new type traits for type pack indexes
2021-12-15 Florian Hahn[SCEV] Add test where result depends on order loop...
2021-12-15 Craig Topper[RISCV] Rename Zbs test cases to match instruction...
2021-12-15 Alexey Bataev[SLP][NFC] Add a test for inefficient reordering, NFC.
2021-12-15 Felix Berger[ASTMatchers] Make ParamIndex unsigned.
2021-12-15 Yuanfang Chen[Sema] Mark explicit specialization declaration in...
2021-12-15 Yuanfang ChenRevert "[Sema] Mark explicit specialization declaration...
2021-12-15 Yuanfang Chen[Sema] Mark explicit specialization declaration in...
2021-12-15 Fangrui Song[ELF] Slightly speed up -z keep-text-section-prefix
2021-12-15 Arnold SchwaighoferTeach the backend to make references to swift_async_ext...
2021-12-15 Guillaume Chatelet[libc][NFC][bazel] remove unneeded bzl_library
2021-12-15 Stanislav Mekhanoshin[InstCombine] (~a & b & c) | ~(a | b) -> (c | ~b) & ~a
2021-12-15 Felix Berger[clang] ASTMatchers: Fix out-of-bounds access in foreac...
2021-12-15 Jing Bao[WebAssembly] Add simd-vector-trunc.ll test missing...
2021-12-15 David Spickett[clang] Require x86 target for tbaa test
2021-12-15 Jacques Pienaar[mlir] Flip Complex & SCF dialects to _Both (NFC)
2021-12-15 Markus Böck[clang-tidy][#51939] Exempt placement-new expressions...
2021-12-15 Zaara Syeda[LoopUnroll] Disable loop unroll when user explicitly...
2021-12-15 Jan Svoboda[clang][deps] NFC: Move entry initialization into membe...
2021-12-15 Carlo Bertolli[OpenMP] Increase opportunity for parallel kernel launc...
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...
next