platform/upstream/llvm.git
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...
2021-11-15 Chris Lattner[PatternMatch] Add a new m_Any that binds a value.
2021-11-15 Zarko Todorovski[llvm][ubsan] Inclusive language: replace use of blackl...
2021-11-15 Sanjay Patel[x86] fold vector (X > -1) & Y to shift+andn (2nd try)
2021-11-15 Sanjay Patel[x86] add test for vector signbit mask fold (PR52504...
2021-11-15 Roman Lebedev[X86][Costmodel] `getReplicationShuffleCost()`: promote...
2021-11-15 Roman Lebedev[X86][Costmodel] `trunc v32i16 to v64i8` can appear...
2021-11-15 Roman Lebedev[X86][Costmodel] `trunc v8i64 to v16i8/v32i8/v64i8...
2021-11-15 Roman Lebedev[X86][Costmodel] `trunc v16i32 to v32i8/v64i8` can...
2021-11-15 Kiran Chandramohan[Flang] Add the FIR LLVMPointer Type
2021-11-15 Jon Chesterfield[openmp][amdgpu] Add comment warning that libm may...
2021-11-15 Simon Pilgrim[X86] getAVX512Node() - find constant broadcasts to...
2021-11-15 Alexey Bataev[SLP]Improve splat detection.
2021-11-15 Ella Ma[clang] Allow clang-check to customize analyzer output...
2021-11-15 Valentin Clement[fir] Add fir.global_len conversion placeholder
2021-11-15 Andrzej Warzynski[flang][CodeGen] Transform `fir.unboxchar` to a sequenc...
2021-11-15 Valentin Clement[fir] Remove extra return in SelectTypeOpConversion
2021-11-15 Louis Dionne[libc++] Add missing _LIBCPP_HIDE_FROM_ABI to __rewrap_iter
2021-11-15 Matt DevereauRegenerate acle_st1*.c tests
2021-11-15 Mehrnoosh Heidarpour[NFC][InstSimplify] add test cases with base results...
2021-11-15 Alexey Bataev[SLP][NFC]Use `isa_and_nonnull` and fix comment, NFC.
2021-11-15 Kirstóf UmannFix an unused variable warning
2021-11-15 ksyxRevert "[GVN][NFC] Remove redundant check"
2021-11-15 Alexey Bataev[SLP]Do not create unused gather nodes for scalar argum...
2021-11-15 Simon Tatham[CMake] Allow passing extra options to extract_symbols.py.
2021-11-15 Andy Yankovsky[lldb] Unwrap the type when dereferencing the value
2021-11-15 Valentin Clement[fir] Add fir.select_type conversion placeholder
2021-11-15 Florian Hahn[IVDescriptor] Make sure the sign is included for negat...
2021-11-15 Mikhail Maltsev[libcxx] Fix enable_if condition of std::reverse_iterat...
2021-11-15 James Henderson[llvm-nm][test] Move X86 lit.local.cfg into the X86...
2021-11-15 Nicolas Vasilache[mlir][Linalg] Fix and improve vectorization of depthwi...
2021-11-15 Nicolas Vasilache[mlir][Linalg] Add bounded recursion declaration to...
2021-11-15 Alexander Belyaev[mlir] Move min/max ops from Std to Arith.
2021-11-15 Kristóf Umann[clang-tidy] Fix a crash in modernize-loop-convert...
2021-11-15 Butygin[mlir] DialectConversion: fix OperationLegalizer::isIll...
2021-11-15 Nicolas Vasilache[mlir][Linalg] Fix off-by-one error in conv vector...
2021-11-15 Hans WennborgRevert "[x86] fold vector (X > -1) & Y to shift+andn"
2021-11-15 Matheus Izvekov[cmake] use project relative paths when generating...
2021-11-15 Andrzej Warzynski[flang][CodeGen] Transform `fir.emboxchar` to a sequenc...
2021-11-15 Simon Pilgrim[DAG] SimplifyVBinOp - add SDLoc() argument
2021-11-15 Simon Pilgrim[DAG] SimplifyVBinOp - pull out repeated getValueType...
2021-11-15 Matthias Springer[mlir][linalg][bufferize] Allow non-tensor mappings...
2021-11-15 Nicolas Vasilache[mlir] NFC - Add VectorType::Builder to more easily...
2021-11-15 Matthias Springer[mlir][linalg][bufferize] Fix insertion point of result...
2021-11-15 Jay Foad[MachineVerifier] Live interval for a subreg must have...
2021-11-15 Pavel Labath[lldb/test] Fix std-module vector tests to work with...
2021-11-15 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Corrected global_atomic_fcmpswap*
2021-11-15 David Green[ARM] Fix GatherScatter AddLikeOr condition
2021-11-15 Matt KulukundisFix a deadlock in __cxa_guard_abort in tsan
2021-11-15 Valentin Clement[fir] Add !fir.len type conversion
2021-11-15 Peter Waller[AArch64][SVE] Break false dependencies for inactive...
2021-11-15 Diana Picus[Flang] Fixup some comments. NFC
2021-11-15 Igor Kudrin[ELF] Do not try to assign a memory region to a non...
2021-11-15 Simon Moll[VE] Fix SDNode user loop after efa896e5f7
2021-11-15 Sander de Smalen[LV] Rename blockNeedsPredication to blockNeedsPredicat...
2021-11-15 Nicolas Vasilache[mlir][Linalg] Make depthwise convolution naming scheme...
2021-11-15 Fabian Wolff[clang-tidy] Fix `bugprone-use-after-move` check to...
next