platform/upstream/llvm.git
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...
2021-11-15 Mehdi AminiRevert "[mlir] FlatAffineConstraint parsing for unit...
2021-11-15 Kyungwoo Lee[DebugInfo] Fix Test Targets in D108261
2021-11-15 David BlaikieAdd more test coverage for D77598
2021-11-15 David Blaikieast-print: Avoid extra whitespace before function openi...
2021-11-15 David Blaikieast-dump: Add missing identation of class template...
2021-11-15 David BlaikieAdd test for a case in D77598
2021-11-15 Stella LaurenzoRe-apply "[mlir] Allow out-of-tree python building...
2021-11-15 Kyungwoo Lee[DebugInfo] Fix end_sequence of debug_line in LTO Object
2021-11-15 Vitaly Buka[msan] Fix test with GLIBC 2.34
2021-11-15 Kazu Hirata[llvm] Use range-based for loops with instructions...
2021-11-15 Kazu Hirata[llvm] Use isa instead of dyn_cast (NFC)
2021-11-15 Kazu Hirata[AMDGPU] Remove selectStoreIntrinsic (NFC)
2021-11-15 Mircea Trofin[NFC] Use Optional<ProfileCount> to model invalid counts
2021-11-15 Chen Zheng[PowerPC] guard update form prepare with non-const...
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-11-15 Vitaly Buka[sanitizer] Disable test incompartible with recert...
2021-11-14 Lang Hames[llvm-jitlink] Add an explicit -debugger-support option.
2021-11-14 Matheus IzvekovRevert "[clang] retain type sugar in auto / template...
2021-11-14 Mogball[mlir][ods] AttrOrTypeDef format: parse types
2021-11-14 Mogball[mlir][ods] Fix unused uniqued attr constraint
2021-11-14 LLVM GN Syncbot[gn build] Port 69be352a1961
2021-11-14 Lang HamesReapply "[ORC] Initial MachO debugging support (via...
2021-11-14 Mehdi AminiUse std::make_unique instead of `new` to reinitalize...
2021-11-14 Simon Pilgrim[LoopVectorize] Add PR41179 test case
2021-11-14 David BlaikieFollow-up to D77598: Simplify API by passing template...
2021-11-14 Simon Pilgrim[X86] Add getPack helper
2021-11-14 Florian Hahn[llvm-reduce] Remove unnecessary loop.
2021-11-14 Vitaly Buka[sanitizer] Fix test with GLIBC 2.34
2021-11-14 Koakuma[SPARC] Zero-extend the operands when doing UMULO on...
2021-11-14 Christian Ulmann[mlir] FlatAffineConstraint parsing for unit tests
2021-11-14 Kazu Hirata[clang] Use isa instead of dyn_cast (NFC)
2021-11-14 Kazu Hirata[llvm] Use range-based for loops with User::operands...
2021-11-14 Kazu Hirata[llvm] Use range-based for loops with CallBase::args...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for {i16...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for i8...
2021-11-14 Roman Lebedev[X86][Costmodel] `getReplicationShuffleCost()`: promote...
2021-11-14 Roman Lebedev[NFC][TTI] `getReplicationShuffleCost()`: s/Replicated...
2021-11-14 Mehrnoosh Heidarpour[InstCombine] add tests for or-xor logic fold; NFC
2021-11-14 Ahmed Bougacha[IR] Define ptrauth intrinsics.
2021-11-14 Roman Lebedev[X86][Costmodel] `trunc v8i64 to v16i16/v32i16` can...
2021-11-14 Roman Lebedev[X86][Costmodel] `trunc v16i32 to v32i16` can appear...
2021-11-14 Mircea Trofin[NFC][InlineFunction] Renamed some vars to conform...
2021-11-14 Sanjay Patel[DAGCombiner] match inverted/swapped patterns for vsele...
2021-11-14 mydeveloperday[clang-format][c++2b] support removal of the space...
2021-11-14 Simon Pilgrim[X86] Widen 128/256-bit VPTERNLOG patterns to 512-bit...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for {i32...
2021-11-14 Roman Lebedev[NFC][X86][Costmodel] Improve test coverage for i16...
2021-11-14 Roman Lebedev[NFC][SROA] Revisit test coverage in non-capturing...
2021-11-14 David Green[TypePromotion] Extend TypePromotion::isSafeWrap
2021-11-14 Kristina Bessonova[DwarfCompileUnit] getOrCreateCommonBlock(): check...
2021-11-14 Kristina Bessonova[DwarfCompileUnit] getOrCreateGlobalVariableDIE():...
2021-11-14 Vitaly Buka[sanitizer] Another try to fix the test with GLIBC...
2021-11-14 LLVM GN Syncbot[gn build] Port f55ba3525eb1
next