platform/upstream/llvm.git
2020-12-23 Nico WeberRevert 741978d727 and things that landed on top of it.
2020-12-23 Joseph Huber[OpenMP] Fixing typo on memory size in Documenation
2020-12-23 Jez Ng[lld-macho] Simulator & DriverKit executables should...
2020-12-23 Paul C. Anagnostopoulos[TableGen] Add the !substr() bang operator
2020-12-23 Evgeniy Brevnov[BPI] Improve static heuristics for "cold" paths.
2020-12-23 Aleksandr Platonov[clangd] Do not take stale definition from the static...
2020-12-23 ergawy[MLIR][SPIRV] Add rewrite pattern to convert select...
2020-12-23 mydeveloperday[clang-format] PR48539 ReflowComments breaks Qt transla...
2020-12-23 mydeveloperday[clang-format] PR48535 clang-format Incorrectly Removes...
2020-12-23 Joseph Huber[OpenMP] Fixing Typo in Documentation
2020-12-23 David Penry[ARM] Add bank conflict hazarding
2020-12-23 Simon Moll[NFC] Uniquify 'const' in TargetTransformInfoImpl.h
2020-12-23 Simon Moll[VE] Vector 'and' isel and tests
2020-12-23 Alex Zinenko[mlir] Remove static constructors from LLVMType
2020-12-23 Nathan James[format] Add overload to parseConfiguration that accept...
2020-12-23 Adrian KuegelRevert "PR24076, PR33655, C++ CWG 1558: Consider the...
2020-12-23 Christian Sigg[mlir] Rename ConvertToLLVMPattern::isSupportedMemRefTy...
2020-12-23 Alex Zinenko[mlir] Add translation of omp.wsloop to LLVM IR
2020-12-23 Christian Sigg[mlir] NFC: Remove ConvertToLLVMPattern::getDataPtr...
2020-12-23 Alex Zinenko[mlir] Modernize std-to-llvm operation conversion doc
2020-12-23 Sebastian Neubauer[AMDGPU][GlobalISel] Fold flat vgpr + constant addresses
2020-12-23 ShihPo Hung[RISCV] Add intrinsics for vfwmacc, vfwnmacc, vfwmsac...
2020-12-23 Georgii Rymar[llvm-readobj] - Dump the ELF file type better.
2020-12-23 Zakk Chen[RISCV] Define vmerge/vfmerge intrinsics.
2020-12-23 Evandro Menezes[RISCV] Define the vfmin, vfmax RVV intrinsics
2020-12-23 Arthur Eubanks[NewPM] Fix objc-arc-apelim pass typo
2020-12-23 Kazu Hirata[NewGVN] Remove for_each_found (NFC)
2020-12-23 Thomas Lively[WebAssembly][NFC] Refactor SIMD load/store tablegen...
2020-12-23 Kazu Hirata[MemorySSA] Use is_contained (NFC)
2020-12-23 Matt ArsenaultGlobalISel: Return APInt from getConstantVRegVal
2020-12-23 Nico Weber[lld/mac] Add --version flag
2020-12-23 Matt ArsenaultAMDGPU: Use Register
2020-12-23 Matt ArsenaultAMDGPU: Add spilled CSR SGPRs to entry block live ins
2020-12-23 ShihPo Hung[RISCV] Add intrinsics for vf[n]macc/vf[n]msac/vf[n...
2020-12-23 ShihPo Hung[RISCV] Add intrinsics for vwmacc[u|su|us] instructions
2020-12-23 ShihPo Hung[RISCV] Add intrinsics for vslide1up/down, vfslide1up...
2020-12-23 Matt ArsenaultAMDGPU: Fix assert when checking for implicit operand...
2020-12-23 Matt ArsenaultVirtRegMap: Use Register
2020-12-23 Arthur O'DwyerReplace `T(x)` with `reinterpret_cast<T>(x)` everywhere...
2020-12-23 Peter Collingbournescudo: Move the management of the UseMemoryTagging...
2020-12-23 Peter Collingbournescudo: Replace the Cache argument on MapAllocator with...
2020-12-23 Stanislav Mekhanoshin[AMDGPU][GlobalISel] GlobalISel for flat scratch
2020-12-23 Stanislav Mekhanoshin[AMDGPU] Support unaligned flat scratch in TLI
2020-12-22 Peter Collingbournescudo: Move the configuration for the primary allocator...
2020-12-22 Chris Lattner[IR] Add an ImplicitLocOpBuilder helper class for build...
2020-12-22 Joseph Huber[OpenMP] Add OpenMP Documentation for Libomptarget...
2020-12-22 Alex Zinenko[mlir] Remove instance methods from LLVMType
2020-12-22 Thomas Lively[WebAssembly][SIMD] Rename shuffle, swizzle, and load_s...
2020-12-22 Sam McCall[clangd] Release notes for b8c37153d5393aad96
2020-12-22 Christian Sigg[mlir] Lower gpu.memcpy to GPU runtime calls.
2020-12-22 Sam McCall[clangd] Use atomics instead of locks to track periodic...
2020-12-22 Sanjay Patel[SLP] add reduction tests for maxnum/minnum intrinsics...
2020-12-22 Sanjay Patel[SLP] use operand index abstraction for number of operands
2020-12-22 Nico Weberglld/mac] Don't add names of unreferenced symbols to...
2020-12-22 Stephen KellyTry to fix build on Windows
2020-12-22 Craig Topper[RISCV] Remove unneeded !eq comparing a single bit...
2020-12-22 Johannes Doerfert[OpenMP][Docs] Fix Typo
2020-12-22 Shilei Tian[OpenMP][Docs] Fixed a typo in the doc that can mislead...
2020-12-22 Johannes Doerfert[OpenMP][Docs] Add FAQ entry about math and complex...
2020-12-22 Arnold SchwaighoferAdd a llvm.coro.end.async intrinsic
2020-12-22 Stanislav Mekhanoshin[AMDGPU] Folding of FI operand with flat scratch
2020-12-22 Stephen Kelly[clang-tidy] Handle template instantiations in containe...
2020-12-22 Arthur EubanksRevert "[LLDB] Unbreak the build after recent clang...
2020-12-22 Arthur EubanksRevert "[clangd] zap a few warnings"
2020-12-22 sameeran joshiRevert "[Flang][openmp][5.0] Add task_reduction clause."
2020-12-22 Arthur EubanksRevert "DR2064: decltype(E) is only a dependent type...
2020-12-22 Arthur EubanksRevert "Following up on PR48517, fix handling of templa...
2020-12-22 Arthur EubanksRevert "[c++20] P1907R1: Support for generalized non...
2020-12-22 Arthur EubanksRevert "Fix MSVC "not all control paths return a value...
2020-12-22 Arthur EubanksRevert "Fix memory leak complicated non-type template...
2020-12-22 Shilei Tian[OpenMP][Docs] Updated the faq about building an OpenMP...
2020-12-22 Andy Yankovsky[lldb] Add SBType::GetEnumerationIntegerType method
2020-12-22 Andy Yankovsky[lldb] Add SBType::IsScopedEnumerationType method
2020-12-22 Nathan James[ADT] Fix some tests after 5d10b8ad
2020-12-22 Florian Hahn[LoopDeletion] Add test case where outer loop needs...
2020-12-22 Philip Reames[tests] precommit a test mentioned in review for D93317
2020-12-22 Nathan James[ADT] Add resize_for_overwrite method to SmallVector.
2020-12-22 Paul WalkerFix some misnamed variables in sve-fixed-length-int...
2020-12-22 Jonas Devlieghere[lldb] Abstract scoped timer logic behind LLDB_SCOPED_T...
2020-12-22 Kamau Bridgeman[PowerPC][Power10] Exploit store rightmost vector eleme...
2020-12-22 sameeran joshi[Flang][openmp][5.0] Add task_reduction clause.
2020-12-22 Paul Walker[SVE] Lower vector BITREVERSE and BSWAP operations.
2020-12-22 Christian Sigg[mlir] Add gpu.memcpy op.
2020-12-22 Prateek Gupta[MLIR] Fix lowering of affine operations with return...
2020-12-22 Nandor Licker[RISCV] Basic jump table lowering
2020-12-22 clementval[openacc][openmp][NFC] Fix typo in comments
2020-12-22 Florian Hahn[LV] Use ScalarEvolution::getURemExpr to reduce duplica...
2020-12-22 Paul C. Anagnostopoulos[MCInstrDesc] [TableGen] Reduce size of MCOperandInfo...
2020-12-22 Jan Svoboda[clang] NFC: Refactor custom class into a lambda in...
2020-12-22 Andrzej Warzynski[flang][driver] Fix formatting in a test (nfc)
2020-12-22 Jan Svoboda[clang][cli] Implement `getAllArgValues` marshalling
2020-12-22 Andrzej Warzynski[flang][driver] Refactor unit tests for frontend action...
2020-12-22 mydeveloperday[clang-format] NFC keep the code clang-formatted
2020-12-22 Sjoerd Meijer[AArch64] Add a test for MachineLICM SinkIntoLoop....
2020-12-22 Stephen Kelly[ASTMatchers] Traverse-ignore range-for implementation...
2020-12-22 Alex Richardson[compiler-rt] Fix atomic_test.c on macOS
2020-12-22 Alex Richardson[libc++] Add a 'is-lockfree-runtime-function' lit feature
2020-12-22 Nico WeberRevert "-fstack-clash-protection: Return an actual...
2020-12-22 Nemanja Ivanovic[PowerPC] Restore stack ptr from base ptr when available
2020-12-22 Nico Weber[gn build] (manually) port b8c37153d5393
next