platform/upstream/llvm.git
2023-01-22 Johannes Doerfert[OpenMP][FIX] Use thread id not team id for masked...
2023-01-22 Kazu Hirata[Support] Use llvm::bit_floor in PowerOf2Floor (NFC)
2023-01-22 Kazu Hirata[llvm] Use llvm::bit_ceil (NFC)
2023-01-22 Kazu Hirata[llvm] Use llvm::bit_floor (NFC)
2023-01-22 Dimitry Andric[compiler-rt][builtins] Skip building (b)float16 suppor...
2023-01-22 Kazu HirataUse llvm::popcount instead of llvm::countPopulation...
2023-01-22 Aaron Puchert[CMake] Look up target subcomponents in LLVM_AVAILABLE_LIBS
2023-01-22 Roman Lebedev[SCEV] `getRangeRefIter()`: don't forget to recurse...
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `getRangeRefIter()` into an exhausti...
2023-01-22 Roman Lebedev[NFC][SCEV] `GetMinTrailingZerosImpl()`: deduplicate...
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `GetMinTrailingZerosImpl()` into...
2023-01-22 Florian Hahn[Dominators] Introduce DomTreeNodeTraits to allow custo...
2023-01-22 Piotr Fusik[NFC] Fix "form/from" typos
2023-01-22 Kazu Hirata[Support] Use functions from bit.h (NFC)
2023-01-22 Simon Pilgrim[ADT] llvm::bit_cast - use __builtin_bit_cast if available
2023-01-22 Kazu Hirata[ADT] Add llvm::byteswap to bit.h
2023-01-22 Sergei Barannikov[MC][test] Fix a typo
2023-01-22 Simon Pilgrim[PowerPC] Regenerate vec_absd.ll test checks
2023-01-22 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - use mergeEltWithShuffle...
2023-01-22 Shivam Gupta[Flang][NFC] fix a cpoy-paste in fold-logical.cpp
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `impliesPoison()` into an exhaustive...
2023-01-22 Shivam Gupta[PVS-Studio][NFC] fix a typo in ShapeUtils.h
2023-01-22 Mark de Wever[libc++][test] Disable parts requiring locales.
2023-01-22 Sanjay Patel[InstSimplify] (X || Y) && Y --> Y (for poison-safe...
2023-01-22 Sanjay Patel[InstSimplify] add tests for poison-safe variants of...
2023-01-22 Mark de Wever[clang][doc] Fixes formatting of a text block.
2023-01-22 Simon Pilgrim[X86] avx2-vbroadcast.ll - use X86 check prefix instead...
2023-01-22 Markus Böck[mlir][ods] Simplify signature of `custom` printers...
2023-01-22 Simon Pilgrim[X86] commute-3dnow.ll - use X86 check prefix instead...
2023-01-22 Simon Pilgrim[X86] avx-vbroadcastf128.ll - use X86 check prefix...
2023-01-22 Roman Lebedev[NFC][SCEVExpander] `CmpSelCost`: use the cost of the...
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `computeSCEVAtScope()` into an exhau...
2023-01-22 Roman Lebedev[NFC][SCEV] `getRelevantLoop()`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `getBlockDisposition()`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `getLoopDisposition()`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: deduplicate handling
2023-01-22 Matt ArsenaultAMDGPU: Copy a source modifier test for f16/v2f16
2023-01-22 Matt ArsenaultAMDGPU: Add modern copy of fneg combines test
2023-01-22 Simon Pilgrim[DAG] mergeInsertEltWithShuffle - pull out mergeEltWith...
2023-01-22 Roman Lebedev[NFC][X86] Fixup typo in `blend-of-shift.ll`
2023-01-22 Roman Lebedev[NFC][X86] Fixup `-mattr=<>` in one runline in `element...
2023-01-22 Shivam Gupta[NFC] Small indentation fix in lld/ELF/Relocations.cpp
2023-01-22 Paul Walker[SVE] Add intrinsics for integer binops that explicitly...
2023-01-22 Jay Foad[Mips] Use MCInstrInfo::get in MipsAsmParser instead...
2023-01-22 Owen Pan[clang-format][NFC] Add .clang-format to clang/tools...
2023-01-22 Owen Pan[clang-format][NFC] Set LineEnding to LF in config...
2023-01-22 WANG Xuerui[LoongArch] Allow %pc_lo12 relocs in JIRL's immediate...
2023-01-22 Iain Sandoe[C++20][Modules] Fix named module import diagnostics.
2023-01-22 Benjamin Kramer[bazel] Add missing dependencies for 4f1e244eb5
2023-01-22 Johannes Doerfert[OpenMP] Simplify `llvm.assume` operands in device...
2023-01-22 Johannes Doerfert[Attributor] Handle constant icmp expressions in AAPote...
2023-01-22 Timm Bäder[clang][Interp][NFCI] Make InitMap::isInitialized(...
2023-01-22 Timm Bäder[clang][Interp][NFC] Forward-declare Boolean in PrimTypes.h
2023-01-22 Timm Bäder[clang][Interp][NFC] Fix header comment file name
2023-01-22 Noah GoldsteinTransform ctpop(Pow2) -> icmp ne Pow2, 0
2023-01-22 Noah GoldsteinAdd tests for ctpop(Pow2); NFC
2023-01-22 Nikolas Klauser[libc++] Rename take_while_view::__sentinel to __take_w...
2023-01-22 Yonghong Song[BPF][Clang] Fix func argument pattern in bpf-stack...
2023-01-22 Johannes Doerfert[OpenMP] Try to fix Flang after new clause was added
2023-01-22 Johannes Doerfert[OpenMP][FIX] Split test into amdgpu and nvptx specific...
2023-01-22 Johannes Doerfert[OpenMP][FIX] Add default clause to switch
2023-01-22 Johannes Doerfert[OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clause
2023-01-22 Mehdi AminiAdd the test dialect as dependent for the "test-legaliz...
2023-01-22 Mehdi AminiAdd missing dependent dialects to "convert-gpu-to-rocdl"
2023-01-22 Roman Lebedev[NFC][SCEV] `CompareSCEVComplexity`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `SCEVTraversal::visitAll()`: deduplicate...
2023-01-22 Roman Lebedev[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCo...
2023-01-22 Roman Lebedev[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCo...
2023-01-21 Noah GoldsteinRemove trailing whitespace from comment
2023-01-21 Kazu Hirata[llvm] Use llvm::bit_width (NFC)
2023-01-21 Roman Lebedev[NFC][SCEV] Reflow `getRangeRef()` into an exhaustive...
2023-01-21 Roman Lebedev[NFC][SCEV] Reflow `getRelevantLoop()` into an exhausti...
2023-01-21 Kazu Hirata[llvm] Use llvm::bit_width (NFC)
2023-01-21 Johannes Doerfert[OpenMP][FIX] Runtime args are not kernel args
2023-01-21 Johannes Doerfert[OpenMP][FIX] Remove version check lines in clang test
2023-01-21 Roman Lebedev[X86] `X86TargetLowering`: override `allowsMemoryAccess()`
2023-01-21 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: reserve vector...
2023-01-21 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: `scUnknown`: use...
2023-01-21 Roman Lebedev[NFC][SCEV] Reflow `computeSCEVAtScope()` into an exhau...
2023-01-21 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: clang-format
2023-01-21 Argyrios Kyrtzidis[clang/driver] Make sure that `-gno-modules` by itself...
2023-01-21 Johannes Doerfert[OpenMP] Modernize the kernel launching interface and...
2023-01-21 Kazu Hirata[RISCV] Use llvm::bit_width (NFC)
2023-01-21 Simon Pilgrim[DAG] Convert static combineABSToABD to DAGCombiner...
2023-01-21 David Green[ARM] Cortex-M55 Scheduling Model
2023-01-21 Kazu Hirata[AArch64] Simplify isSeveralBitsExtractOpFromShr (NFC)
2023-01-21 Florian Hahn[VPlan] Consider all recipes in replicate blocks as...
2023-01-21 Simon Pilgrim[X86] Add DAG tests showing the failure to reassociate...
2023-01-21 Simon Pilgrim[X86] v8i1-masks.ll - add avx512 test coverage and...
2023-01-21 Nikolas Klauser[libc++] Granularize <type_traits> includes in <bit...
2023-01-21 Nikolas Klauser[libc++] Implement P1413R3 (Deprecate std::aligned_stor...
2023-01-21 ShihPo Hung[Cost] Add CostKind to getVectorInstrCost and its relat...
2023-01-21 Simon Pilgrim[M68k] Fix M68k pipeline order test after 4ece50737d538...
2023-01-21 Iain Sandoe[C++20][Modules] Handle defaulted and deleted functions...
2023-01-21 Jon Chesterfield[openmp] Workaround for HSA in issue 60119
2023-01-21 Simon Pilgrim[X86] avx2-vperm.ll - use X86 check prefix instead...
2023-01-21 Simon Pilgrim[DAG] getNode - add type assertion checks for ISD:...
2023-01-21 Jay Foad[cmake] Fix some indentation in HandleLLVMOptions.cmake
2023-01-21 wanglei[ORC] Add lazy jit support for LoongArch64
2023-01-21 Timm BäderRe-commit "[clang][Interp] Unify visiting variable...
next