platform/upstream/llvm.git
2022-01-31 Sven van Haastregt[OpenCL] Make generic addrspace optional for -fdeclare...
2022-01-31 Florian Hahn[AArch64] Fix costs of float vector compare/selects...
2022-01-31 Benjamin Kramer[clang-tidy] Make header compile standalone. NFC.
2022-01-31 Matthias Springer[mlir][vector][NFC] Split into IR, Transforms and Utils
2022-01-31 serge-sans... Fix -Wreserved-identifier in presence of system macro
2022-01-31 serge-sans... Cleanup LLVMRemarks includes
2022-01-31 serge-sans... Cleanup llvm/utils/TableGen headers
2022-01-31 Balázs Kéri[clang-tidy] bugprone-signal-handler improvements:...
2022-01-31 Petr HosekRevert "enable plugins for clang-tidy"
2022-01-31 Nikita Popov[Inline][Cloning] Reliably remove unreachable blocks...
2022-01-31 Nikita Popov[RISCV] Avoid pointer element type access for masked...
2022-01-31 Marek Kurdej[clang-format] Use EXPECT_EQ instead of setting style...
2022-01-31 Pavel Labath[lldb] Convert Process KDP Log to the new API
2022-01-31 Mehdi AminiAdd missing include to mlir/Target/LLVMIR/Import.h...
2022-01-31 Amir Ayupov[llvm] Remove redundant `;` (NFC)
2022-01-31 Max Kazantsev[InstCombine] Generalize and-reduce pattern to handle...
2022-01-31 Uday BondhugulaSupport affine.load/store ops in fold-memref-subview...
2022-01-31 Amir Ayupov[BOLT][TEST] Fix building some tests with clang-14...
2022-01-31 Craig Topper[RISCV] Use existing variable intead of calling getOper...
2022-01-31 Uday Bondhugula[MLIR][NFC] Update SCF pass cmd line names to prefix scf
2022-01-31 Fangrui Song[ELF] splitStrings: replace entSize==1 special case...
2022-01-31 Craig Topper[RISCV] Add more pack and packw test case for Zbkb...
2022-01-31 Craig Topper[RISCV] Merge rv64zbkb-valid.s and rv64zbkb-only-valid...
2022-01-31 Craig Topper[RISCV] Rename rv64-zbkb-valid.s to rv64zbkb-valid...
2022-01-31 Craig Topper[RISCV] Fix bad CHECK prefix in rv32zbkb-valid.s.
2022-01-31 Kazu Hirata[clang-tools-extra] Remove unused forward declarations...
2022-01-31 Kazu Hirata[Analysis] Drop an unnecessary const from a return...
2022-01-31 Kazu Hirata[llvm] Use = default (NFC)
2022-01-30 Fangrui Song[mlgo][regalloc] Fix -Wunused-variable in -DLLVM_ENABLE...
2022-01-30 Fangrui Song[ELF] Simplify SectionBase::partition handling and...
2022-01-30 Mircea Trofin[mlgo][regalloc] Fix register masking
2022-01-30 Alexandre Ganea[mlir] Silence warnings when building with MSVC
2022-01-30 Sanjoy DasReplace OwningModuleRef with OwningOpRef<ModuleOp>
2022-01-30 Fangrui Song[ELF] Change splitSections to objectFiles based paralle...
2022-01-30 Craig Topper[RISCV] Lower riscv_zip/unzip intrinsic to RISCVISD...
2022-01-30 Markus Böck[Support][NFC] Fix generic `ChildrenGetterTy` of `IDFCa...
2022-01-30 Craig Topper[RISCV] Custom lower brev8 intrinsic to RISCVISD::GREV.
2022-01-30 Kazu Hirata[OpenMP] Use nullptr instead of NULL (NFC)
2022-01-30 Kazu Hirata[Analysis] Use != to compare strings (NFC)
2022-01-30 Kazu Hirata[clang] Remove redundant string initialization (NFC)
2022-01-30 Kazu Hirata[lldb] Forward-declare ClangExpressionParser (NFC)
2022-01-30 Kazu Hirata[CodeGen] Use default member initialization (NFC)
2022-01-30 Simon Pilgrim[X86] combineVectorTruncation - use PACKUSDW(BLENDW...
2022-01-30 Anatoly Trosinenko[compiler-rt][builtins] Use c[tl]zsi macro instead...
2022-01-30 Matthias Springer[mlir][bufferize] Clean up remaining references to...
2022-01-30 Philip Sigillito[clang-format] Handle C variables with name that matche...
2022-01-30 Mehdi AminiApply clang-tidy fixes for llvm-include-order in AttrOr...
2022-01-30 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2022-01-30 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-01-30 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-01-30 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-01-30 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-01-30 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-01-30 Anatoly Trosinenko[compiler-rt][builtins] Use explicitly-sized integer...
2022-01-30 Keith Smiley[lld-macho] Add support for -add_empty_section
2022-01-30 Simon Pilgrim[X86][AVX] matchUnaryShuffle - avoid creation of on...
2022-01-30 Keith Smiley[test][lld-macho] Improve LC_FUNCTION_STARTS test coverage
2022-01-30 Simon Pilgrim[X86] Attempt to fold MOVMSK(CMPEQ(AND(X,C1),0)) -...
2022-01-30 Simon Pilgrim[X86] Add tests showing failure to fold MOVMSK(CMPEQ...
2022-01-30 Ricky Zhou[InstCombine] Do not combine atomic and non-atomic...
2022-01-30 Ricky Zhou[InstCombine] Add test reproducing PR51435 (NFC)
2022-01-30 Sanjay PatelRevert "[InstCombine] Do not combine atomic and non...
2022-01-30 Ricky Zhou[InstCombine] Do not combine atomic and non-atomic...
2022-01-30 Ricky Zhou[InstCombine] Use range for loops (NFC)
2022-01-30 Ricky Zhou[InstCombine] Uppercase some variable names (NFC)
2022-01-30 Matthias Springer[mlir][linalg][bufferize] Fix insertion point InitTenso...
2022-01-30 Mark de Wever[libc++][format][nfc] Move tests.
2022-01-30 Mark de Wever[libc++][doc] Update the release notes.
2022-01-30 Matthias Springer[mlir][bufferize][NFC] Move std BufferizableOpInterface...
2022-01-30 Florian Hahn[VPlan] Use VPlan to check if only the first lane is...
2022-01-30 Matthias Springer[mlir][bufferize][NFC] Move scf BufferizableOpInterface...
2022-01-30 Matthias SpringerUpdate BUILD.bazel.
2022-01-30 Matthias Springer[mlir][bufferize] Merge tensor-constant-bufferize into...
2022-01-30 Nuno Lopes[InstCombine] remove incorrect gep(x, undef) -> undef...
2022-01-30 Nuno Lopes[InstSimplify] fold 'xor X, poison' and 'div/rem X...
2022-01-30 Nuno Lopes[NewGVN][NFC] add poison tests
2022-01-30 Fangrui Song[ELF] copyShtGroup: replace unordered_set<uint32_t...
2022-01-30 Fangrui Song[ELF] crtbegin/crtend test: replace std::regex with...
2022-01-30 Fangrui Song[ELF][test] Test {crtbegin,crtend}{S,T}.o
2022-01-30 Fangrui Song[ELF] Simplify maybeCompress with lld::split. NFC
2022-01-30 Fangrui Song[ELF] Optimize MergeInputSection::splitNonStrings with...
2022-01-30 Fangrui Song[ELF] Add some Mips*Section to InStruct and change...
2022-01-30 Fangrui Song[ELF] Remove make<std::unique_ptr<MemoryBuffer>>. NFC
2022-01-30 Fangrui Song[ELF] De-template getErrorPlace. NFC
2022-01-30 Craig Topper[RISCV] Remove RISCVISD::BREV8 and use RISCVISD::GREV...
2022-01-30 Craig Topper[RISCV] Rerrange RISCVInstrInfoZB.td to better group...
2022-01-30 Fangrui Song[ELF] De-template getAndFeatures. NFC
2022-01-30 Richard[clang-tidy] Organize the release notes a little better
2022-01-30 Fangrui Song[ELF] Make errorOrWarn opaque to decrease code size...
2022-01-30 Craig Topper[RISCV] Use RVBUnary to simplify ZEXT_H_RV32/ZEXT_H_RV6...
2022-01-30 Ben Shi[clang][AVR] Set '-fno-use-cxa-atexit' to default
2022-01-30 Ben Shi[Clang] Move XCore specific options from Clang.cpp...
2022-01-30 Fangrui Song[ELF] Optimize obj.getSectionIndex. NFC
2022-01-30 Fangrui Song[ELF] Simplify eSyms. NFC
2022-01-30 Fangrui Song[ELF] createInputSection: remove unneeded argument...
2022-01-30 Fangrui Song[ELF] Avoid repeated getObj construction in getSectionI...
2022-01-30 Fangrui Song[ELF] Reorder InputSectionBase::parent. NFC
2022-01-30 Fangrui Song[ELF] Reorder InputFile members. NFC
2022-01-29 John Ericson[openmp][cmake] `CMAKE_INSTALL_BINDIR` usage should...
2022-01-29 Jeff BaileyRemove reference to LLVMLibC as the doc has moved.
next