platform/upstream/llvm.git
2021-11-16 Florian Hahn[llvm-reduce] Allow writing temporary files as bitcode.
2021-11-16 Diana Picus[fir] Add fir.cmpc conversion
2021-11-16 Fabian WolffFix false positive in `bugprone-throw-keyword-missing...
2021-11-16 Pavel Labath[lldb] Refactor Platform::ResolveExecutable
2021-11-16 Butygin[mlir][spirv] add AtomicFAddEXTOp
2021-11-16 Florian Hahn[SCEV] Support rewriting ZExt expressions with loop...
2021-11-16 Matt Devereau[AArch64][SVE] Instcombine SVE LD1/ST1 to stock LLVM IR
2021-11-16 Frederik GossenFix unused variable warning in LoadStoreOpt.cpp with...
2021-11-16 Frederik GossenRevert "Fix unused variable in llvm/lib/CodeGen/GlobalI...
2021-11-16 Frederik GossenRevert "Fix unused variable warning."
2021-11-16 Frederik GossenRevert "Fix another unused variable error."
2021-11-16 Pavel Labath[lldb] Simplify specifying of platform supported archit...
2021-11-16 Pavel Labath[lldb/test] Move gdb client utils into the packages...
2021-11-16 Adrian KuegelFix another unused variable error.
2021-11-16 Butygin[mlir] spirv: Add scf.while spirv conversion
2021-11-16 Adrian KuegelFix unused variable warning.
2021-11-16 Adrian Kuegel[mlir] Support multi-dimensional vectors in MathToLibm...
2021-11-16 Arnab Dutta[MLIR] Simplify semi-affine expressions using flattening
2021-11-16 Frederik GossenFix unused variable in llvm/lib/CodeGen/GlobalISel...
2021-11-16 David Green[ARM] Add datalayout to costmodel tests. NFC
2021-11-16 Groverkss[MLIR] FlatAffineConstraints: Allow extraction of expli...
2021-11-16 Kai Luo[CGP][PowerPC] Pre-commit test case for D113872. NFC.
2021-11-16 Amara EmersonRemove unnecessary <any> include.
2021-11-16 Carlos Galvez[clang-tidy][NFC] Simplify ClangTidyStats
2021-11-16 jacquesguan[RISCV] Refactor some rvv instructions' definition...
2021-11-16 Dmitry Vyukovtsan: use pthread_equal instead of direct pthread_t...
2021-11-16 Dmitry Vyukovtsan: speed up pthread_setname_np
2021-11-16 LLVM GN Syncbot[gn build] Port 2e6ae1d3f2de
2021-11-16 Chuanqi Xu[libcxx] [Coroutine] Conform Coroutine Implementation
2021-11-16 Mehdi AminiRevert "[MLIR][LLVM] Permit integer types in switch...
2021-11-16 Serguei Katkov[STATEPOINT] Force implicit-def for lr register.
2021-11-16 William S.... [MLIR][LLVM] Permit integer types in switch other than i32
2021-11-16 Kazu Hirata[llvm] Use make_early_inc_range (NFC)
2021-11-16 LLVM GN Syncbot[gn build] Port dc84770d559b
2021-11-16 Amara Emerson[GlobalISel] Add a store-merging optimization pass...
2021-11-16 Wenlei He[llvm-profgen] Add switch to allow use of first loadabl...
2021-11-16 Greg ClaytonAdd the stop count to "statistics dump" in each target...
2021-11-16 Craig Topper[RISCV] Override TargetLowering::hasAndNot for Zbb.
2021-11-16 Craig Topper[RISCV] Add test cases to prepare for overring TargetLo...
2021-11-16 Fabian Wolff[X86] Fix crash with inline asm using wrong register...
2021-11-16 Matt ArsenaultAMDGPU: Mark prolog/epilog SCC defs as dead
2021-11-16 Matt ArsenaultAMDGPU: Regenerate test checks
2021-11-16 Matthias Springer[mlir][linalg][bufferize][NFC] Clean up tensor op buffe...
2021-11-16 Matheus Izvekov[clang] NFC: rename internal `IsPossiblyOpaquelyQualifi...
2021-11-16 Duncan P. N... DebugInfo: Make DWARFExpression::iterator::skipBytes...
2021-11-16 Duncan P. N... DebugInfo: const-qualify accessors of DWARFExpression...
2021-11-16 Duncan P. N... DebugInfo: Make DWARFExpression::iterator::operator...
2021-11-16 Craig Topper[DAGCombiner] Prevent unfoldMaskedMerge from creating...
2021-11-16 ZijunZhaoadd tsan shared lib
2021-11-16 Zequan Wu[LLDB][NativePDB] Fix local-variables.cpp failure on...
2021-11-15 Geoffrey Martin... [Bazel] Enable layering_check for MLIR build
2021-11-15 Mehrnoosh Heidarpour[InstSimplify] Fold A|B | (A^B) --> A|B
2021-11-15 Ben Shi[RISCV] Optimize immediate materialisation with SH*ADD
2021-11-15 Ben Shi[RISCV][test] Add more tests of immediate materialisation
2021-11-15 Aart Bik[mlir][sparse] first version of "truly" dynamic sparse...
2021-11-15 natashaknk[tosa][mlir] Refactor tosa.reshape lowering to linalg...
2021-11-15 Stanislav MekhanoshinRevert "[InstSimplify] Fold A|B | (A^B) --> A|B"
2021-11-15 James KingAdd `isInitCapture` and `forEachLambdaCapture` matchers.
2021-11-15 Arthur Eubanks[llvm-reduce] Don't reuse SmallVector across calls...
2021-11-15 not-jenni[mlir][tosa] Add tosa.mul by one canonicalization
2021-11-15 Arthur Eubanks[NewPM] Only invalidate modified functions' analyses...
2021-11-15 Matheus Izvekov[clang] retain type sugar in auto / template argument...
2021-11-15 Steven Wu[JITLink] Fix splitBlock if there are symbols span...
2021-11-15 Stanislav Mekhanoshin[InstSimplify] Fold A|B | (A^B) --> A|B
2021-11-15 Jonas Paulsson[SystemZ] Support symbolic displacements.
2021-11-15 Nicolas Vasilache[mlir][Vector] Make vector.shape_cast based size-1...
2021-11-15 Mircea Trofin[NFC][Regalloc] Factor types that would be used by...
2021-11-15 Fangrui Song[X86] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS...
2021-11-15 Krasimir Georgiev[llvm] adapt DWARFExpression.h for 6b9b86db9dd974585a5c...
2021-11-15 Philip Reames[unroll-runtime] Relax two profitability limitations...
2021-11-15 Snehasish Kumar[InstrProf][NFC] Fix a few typos in code comments.
2021-11-15 Nicolas Vasilache[mlir][Linalg] Add a DownscaleDepthwiseConv2DNhwcHwcOp...
2021-11-15 Nico Weber[asm] Make EmitMSInlineAsmStr and EmitGCCInlineAsmStr...
2021-11-15 Nico Weber[asm] Convert AsmPrinter::PrintSpecial() to StringRef
2021-11-15 Nico Weber[asm] Correctly handle special names in variants
2021-11-15 Lei Huang[PowerPC] Fix 32bit vector insert instructions for...
2021-11-15 Quinn Pham[NFC][lld] Inclusive language: change master file to...
2021-11-15 Zequan Wu[LLDB][NativePDB] Fix image lookup by address
2021-11-15 Zahira AmmarguellatMaking the code compliant to the documentation about...
2021-11-15 Philip ReamesFix a misleading FIXME in an unroll test
2021-11-15 Alexey Bataev[SLP][NFC]Add a test for extra shuffle emission, NFC.
2021-11-15 Quinn Pham[llvm][fix] Inclusive language: replace master with...
2021-11-15 Philip Reames[runtime-unroll] Inline canSafelyUnrollMultiExitLoop...
2021-11-15 Lei Zhang[mlir][linalg] Make loop ops in TileLoopNest accessible
2021-11-15 Stanislav Mekhanoshin[PatternMatch] Add m_BinOp/m_c_BinOp with specific...
2021-11-15 Vitaly Buka[msan] Disabled test failing on new GLIBC
2021-11-15 Philip Reames[runtime-unroll] Restructure if-clause to improve reada...
2021-11-15 Alexey Bataev[SLP][DOT][NFCI]Output all scalars for the splats,...
2021-11-15 Zarko TodorovskiRevert "[llvm][ubsan] Inclusive language: replace use...
2021-11-15 Steven Wan[AIX][llvm-go] AIX linker does not recognize `-rpath`
2021-11-15 Balazs Benics[analyzer][NFC] Separate CallDescription from CallEvent
2021-11-15 Simon Pilgrim[X86] Add generic splitVectorOp helper. NFC
2021-11-15 Craig Topper[RISCV] Teach needVSETVLIPHI to handle mask register...
2021-11-15 Peter Steinfeld[flang] Allow implicit procedure pointers to associate...
2021-11-15 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for {i8...
2021-11-15 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for i1...
2021-11-15 Mehrnoosh Heidarpour[InstCombine] Fold (A^B)|~A-->~(A&B)
2021-11-15 Denys Petrov[analyzer] Fix region cast between the same types with...
2021-11-15 Simon Pilgrim[X86] LowerFunnelShift - pull out repeated EltSizeInBit...
2021-11-15 Roman Lebedev[NFC][X86][Costmodel] Add i1 replication shuffle costmo...
next