platform/upstream/llvm.git
2021-12-21 Simon Pilgrim[X86] getTargetVShiftNode - remove shift-by-constant...
2021-12-21 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2021-12-21 Nico Weber[gn build] (semiautomatically) port 9b4f179bf8d3
2021-12-21 Nikolas Klauser[libc++] Allow __move_constexpr to work with unrelated...
2021-12-21 Paul Walker[SVE] Reintroduce -scalable-vectorization=preferred...
2021-12-21 Dmitry Vyukovtsan: always handle closing of file descriptors
2021-12-21 Jay Foad[GlobalISel] Verify operand types for G_SHL, G_LSHR...
2021-12-21 Simon Pilgrim[X86] LowerRotate - enable vXi32 splat handling
2021-12-21 Simon Pilgrim[DAG] Constify SelectionDAG::isSplatValue()
2021-12-21 Sjoerd Meijer[FuncSpec] Rename internal option. NFC.
2021-12-21 Djordje Todorovic[llvm-mca] Compare multiple files
2021-12-21 Stephan Herhut[mlir][Support] Avoid multiplication in floorDiv /...
2021-12-21 Nikita Popov[CodeGen] Avoid pointee type access during global var...
2021-12-21 Andrew Wei[AArch64][SVE] Lower shuffles to permute instructions...
2021-12-21 Dmitry Vyukovtsan: remove unused ReportMutex::destroyed
2021-12-21 Dmitry Vyukovtsan: change ReportMutex::id type to int
2021-12-21 Chuanqi XuRevert "[NFC] [C++20] [Modules] Add tests for template...
2021-12-21 Dmitry Vyukovtsan: optimize __tsan_read/write16
2021-12-21 Chuanqi Xu[NFC] [C++20] [Modules] Add tests for template instanti...
2021-12-21 Fangrui Song[ELF] Remove unneeded SectionBase::repl indirection
2021-12-21 Simon Moll[VE] FADD,FSUB,FMUL,FDIV v256f32|f64 isel and tests
2021-12-21 Nikita Popov[ConstantFold][GlobalOpt] Don't create x86_mmx null...
2021-12-21 Nikita Popov[InstCombine] Drop outdated alignment comment (NFC)
2021-12-21 Simon Moll[VE] U|SDIV v256i32|64 isel and tests
2021-12-21 Kazu Hirata[llvm] Construct SmallVector with iterator ranges ...
2021-12-21 Kazu Hirata[ARM] Use range-based for loops (NFC)
2021-12-21 jacquesguan[RISCV] Precommit tests for override hasAndNotCompare.
2021-12-21 Tony Tye[AMDGPU][NFC] Update DWARF extension for locations...
2021-12-21 Yonghong SongBPF: report better error message for BTF_TYPE_ID_REMOTE...
2021-12-21 Esme-Yi[PowerPC][llvm-objdump] enable --symbolize-operands...
2021-12-21 Vitaly Buka[tsan] Disable test from D115759 on Darwin
2021-12-21 Mircea Trofin[NFC] Fix clang-tidy issues in CalcSpillWeights.cpp
2021-12-21 Xu Mingjie[memprof][NFC] Fix mismatched-new-delete in memprof...
2021-12-21 Clemens WasserPort __sanitizer::StopTheWorld to Windows
2021-12-21 Xu Mingjie[LTO] Fix incomplete optimization remarks for dead...
2021-12-21 Vitaly Buka[sanitizer] Fix compress_stack_depot.cpp test on Darwin
2021-12-21 Philip Reames[DSE] Remove calls with known writes to dead memory
2021-12-21 Philip ReamesAttempt to stablize compiler-rt/test/asan/TestCases...
2021-12-21 Shilei TianRevert "[LTO] Add a function `LTOCodeGenerator::getMerg...
2021-12-21 Vitaly Buka[tsan] Fix Darwin crash after D115759
2021-12-21 Tom Stellarddocs: Clarify licensing rules for the project
2021-12-21 Shilei Tian[LTO] Add a function `LTOCodeGenerator::getMergedModule`
2021-12-21 Mehdi AminiFix clang-tidy issues in mlir/ (NFC)
2021-12-21 Matt ArsenaultAArch64/GlobalISel: Fix memory type in test
2021-12-20 Matt ArsenaultAMDGPU/GlobalISel: Stop using NarrowScalar/FewerElement...
2021-12-20 Sanjay Patel[Analysis] fix cast in ValueTracking to allow constant...
2021-12-20 Mogball[mlir][arith] Clean up ExpandOps pass
2021-12-20 Jinsong Ji[docs]LLVM Tutorial: fix the typo in Cpu0 URL
2021-12-20 Mogball[mlir] Add `mlir/unittests/BUILD.bazel`
2021-12-20 Mogball[mlir][ods] FIx incorrect comments in PassGen (NFC)
2021-12-20 Sami Tolvanen[Clang] Add __builtin_function_start
2021-12-20 Sami Tolvanen[llvm][IR] Add no_cfi constant
2021-12-20 Mehdi AminiFix clang-tidy issues in mlir/ (NFC)
2021-12-20 Alexandre GaneaSilence warning with MSVC2019
2021-12-20 Geoffrey Martin... [lit] Support relative path arguments
2021-12-20 Jonathan Peyton[OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSET
2021-12-20 Damian Rouson[flang] Add a semantics test for co_max
2021-12-20 Fangrui Song[Support] Revert posix_fallocate in resize_file
2021-12-20 Damian Rouson[flang] Add a semantics test for co_min
2021-12-20 Butygin[mlir][scf] Canonicalize nested scf.if's to scf.if...
2021-12-20 Kazu HirataRevert "[ARM] Use range-based for loops (NFC)"
2021-12-20 Fangrui Song[ELF] --time-trace: Trace "Write sections"
2021-12-20 Damian Rouson[flang] Add a semantics test for co_reduce
2021-12-20 Raul Tambre[libcxx] Add deprecation notices to macros deprecated...
2021-12-20 MaheshRavishankar[mlir][Linalg] Move named op conversions out of canonic...
2021-12-20 Fangrui Song[ELF] #undef PPC to support GCC powerpc32 build
2021-12-20 Dmitry Vyukovtsan: fix NULL deref in TraceSwitchPart
2021-12-20 Dmitry Vyukovtsan: fix deadlock during race reporting
2021-12-20 Ellis Hoag[InstrProf] Don't profile merge by default in lightweig...
2021-12-20 alex-t[AMDGPU] Enable divergence predicates for ctlz/cttz
2021-12-20 Jacques Pienaar[mlir] Address compiler warning (NFC)
2021-12-20 Mircea Trofin[NFC][mlgo] Rename some TensorFlowCompile internal...
2021-12-20 LLVM GN Syncbot[gn build] Port 37e6bd8bc8da
2021-12-20 Sander de SmalenFix buildbot failure caused by D115651
2021-12-20 Sam McCallReland "[AST] Add UsingType: a sugar type for types...
2021-12-20 Sam McCallRevert "[AST] Add UsingType: a sugar type for types...
2021-12-20 Nathan Sidwell[clang] Adjust coroutine namespace diagnostics
2021-12-20 Nathan Sidwell[clang] p2085 out-of-class comparison operator defaulting
2021-12-20 Jacques Pienaar[mlir][vim] Add comment for markdown highlighting
2021-12-20 Louis Dionne[libc++][NFC] Bump Dockerfile to get latest nightly...
2021-12-20 Sander de Smalen[LV] Enable scalable vectorization by default for SVE...
2021-12-20 Kadir Cetinkaya[clangd] Don't trim xrefs references if we overran...
2021-12-20 Louis Dionne[libc++] Add a helper class to write code with the...
2021-12-20 Sam McCall[AST] Add UsingType: a sugar type for types found via...
2021-12-20 Shivam GuptaRevert "[DAGCombiner] Avoid combining adjacent stores...
2021-12-20 Nemanja Ivanovic[PowerPC] Support hwsync extended mnemonic
2021-12-20 Jacques Pienaar[mlir] Switching accessors to prefixed form (NFC)
2021-12-20 Yaxun (Sam... [HIPSPV][3/4] Enable SPIR-V emission for HIP
2021-12-20 Serge GueltonPrevent copy of AttrBuilder
2021-12-20 Frederic Cambus[llvm-readobj] Check ELFType value first when checking...
2021-12-20 Alexey Bataev[SLP]Fix PR52756: SLPVectorizer crashes with assertion...
2021-12-20 Alexey BataevRevert "[SLP]Fix PR52756: SLPVectorizer crashes with...
2021-12-20 Florian Hahn[VPlan] Add Debugloc to VPInstruction.
2021-12-20 Danila Kutenin[clang-include-fixer] Fix incorrect ranking because...
2021-12-20 Christian Ulmann[MLIR] rewrite AffineStructures and Presburger tests...
2021-12-20 Jay Foad[AMDGPU] Remove dead code after D109052
2021-12-20 Sanjay Patel[Support] improve known bits analysis for leading zeros...
2021-12-20 Alexey Bataev[SLP]Fix PR52756: SLPVectorizer crashes with assertion...
2021-12-20 alex-t[AMDGPU] Re-enabling divergence predicates for min/max
2021-12-20 Nikita Popov[Inline] Add test for PR52660 (NFC)
next