platform/upstream/llvm.git
2022-05-16 Abinav Puthan... [GlobalISel] Handle constant splat in funnel shift...
2022-05-16 Abinav Puthan... [AMDGPU][GlobalISel] Pre-commit tests for D125516
2022-05-16 Simon Pilgrim[X86][AVX] Add test showing poor expansion of bit-rever...
2022-05-16 Yeting Kuo[SelectionDAG] Make getNode which uses single element...
2022-05-16 David Green[AArch64] Handle 64bit vectors in tryCombineFixedPointC...
2022-05-16 Denis Antrushin[StatepointLowering] Properly handle local and non...
2022-05-16 owenca[clang-format][NFC] Don't call mightFitOnOneLine()...
2022-05-16 Tobias Ribizel[clangd] parse all make_unique-like functions in preamble
2022-05-16 Nicolas Abram... [llvm-c] Add functions for enabling and creating opaque...
2022-05-16 Jay Foad[AMDGPU] SIShrinkInstructions: change static functions...
2022-05-16 Jay Foad[AMDGPU] Extract SIInstrInfo::removeModOperands. NFC.
2022-05-16 Haojian Wu[pseudo] Support parsing variant target symbols.
2022-05-16 Nikita Popov[ControlHeightReduction] Freeze condition when converti...
2022-05-16 Diana Picus[flang] Install Fortran_main library
2022-05-16 Nikita Popov[FastISel] Fix load folding for registers with fixups
2022-05-16 Gregory Fong[clang-format] fix alignment w/o binpacked args
2022-05-16 Kirill Bobyrev[clangd] NFC: Rename field to be compatible with the...
2022-05-16 David Sherwood[LoopVectorize] Permit tail-folding for low trip counts...
2022-05-16 Kirill Bobyrev[clangd] Include Cleaner: ignore headers with IWYU...
2022-05-16 stkAdd ThreadPriority::Low, and use QoS class Utility...
2022-05-16 Kito Cheng[RISCV][NFC] Fix build issue
2022-05-16 Marek Kurdej[clang-format] Fix PointerAlignment: Right not working...
2022-05-16 Kito Cheng[RISCV][NFC] Refactor RISC-V vector intrinsic utils.
2022-05-16 LLVM GN Syncbot[gn build] Port 0a0d6489ef2e
2022-05-16 Jim Lin[Mips] Implement hasDivRemOp()
2022-05-16 Jim Lin[DivRemPairs][Mips] Pre-commit test for Mips target
2022-05-16 serge-sans... [clang] Prevent folding of non-const compound expr
2022-05-16 bzcheeseman[LLVM][Casting.h] Add trivial self-cast
2022-05-16 jacquesguan[RISCV][NFC] Replace for-each with array argument call.
2022-05-16 Chuanqi Xu[Diagnostic] Warn if the size argument of memset is...
2022-05-16 Zakk Chen[RISCV] Fix incorrect use of tail agnostic vslideup.
2022-05-16 Matthias Springer[mlir][bufferize] Infer memref types when possible
2022-05-15 Simon Pilgrim[X86] Move combineAddOrSubToADCOrSBB earlier. NFC.
2022-05-15 Florian Hahn[LV] Set SCEVCheckCond to nullptr whenever it was used.
2022-05-15 Simon Pilgrim[X86] Adjust fadd costs to match SoG
2022-05-15 Alexey Lapshin[DWARFLinker][NFC] cleanup AddressManager interface.
2022-05-15 Daniel KissRevert "[libunwind][AArch64] Add support for DWARF...
2022-05-15 Andrzej Warzynski[flang][nfc] Fix driver method names overridden by...
2022-05-15 Craig Topper[SLP] Fix misspelling of 'analyzed'. NFC
2022-05-15 Craig Topper[RISCV] Add M extension command lines to ctlz-cttz...
2022-05-15 Craig Topper[RISCV] Improve test coverage in ctlz-cttz-ctpop.ll...
2022-05-15 Simon Pilgrim[X86] Add test coverage for PR44915 / Issue #44260
2022-05-15 Simon Pilgrim[X86] Add checks to illegal-insert.ll
2022-05-15 Simon Pilgrim[X86] lowerShuffleAsLanePermuteAndSHUFP always succeeds...
2022-05-15 Florian Hahn[VPlan] Improve printing of VPReplicateRecipe with...
2022-05-15 Simon Pilgrim[X86] Pull out repeated isShuffleMaskInputInPlace calls...
2022-05-15 Simon Pilgrim[X86] lowerV4I64Shuffle - try harder to lower to PERMQ...
2022-05-15 Simon Pilgrim[X86] Add shuffles showing failure to use PERMUTE(BLEND...
2022-05-15 Simon Pilgrim[X86] Adjust tests for vector widening to use freeze...
2022-05-15 NAKAMURA TakumiScalarEvolution.cpp: Reformat.
2022-05-15 Simon Pilgrim[clang][docs] Add escape code to fix missing '*' in...
2022-05-15 NAKAMURA TakumiARMFixCortexA57AES1742098Pass.cpp: Suppress a warning...
2022-05-15 owenca[clang-format] Handle "if consteval { ... }" for Remove...
2022-05-15 Joe Loser[libc++][test] Verify std::views::drop and std::views...
2022-05-15 Craig Topper[TargetLowering] expandCTPOP don't create an used const...
2022-05-15 Nico Weberfix typos to cycle bots
2022-05-15 Wende Tan[LowerTypeTests][clang] Implement and allow -fsanitize...
2022-05-15 Sheng[M68k][Disassembler] Adopt the new variable length...
2022-05-15 ShengRename `MCFixedLenDisassembler.h` as `MCDecoderOps.h`
2022-05-14 Min-Yih Hsu[mlir][LLVMIR] Add support for translating shufflevector
2022-05-14 Min-Yih Hsu[mlir][LLVMIR] Add support for translating insert/extra...
2022-05-14 Craig Topper[RISCV] Remove unneeded check for ISD::VSCALE operand...
2022-05-14 varconst[libc++][ranges][NFC] Mark completed issues related...
2022-05-14 Nikolas Klauser[libc++] Simplify the string structures a bit more
2022-05-14 Richard[clang-tidy] Restore test parameter operator<< function...
2022-05-14 Simon Pilgrim[AMDGPU] Fix typo in cttz_zero_undef(x) -> cttz(x)...
2022-05-14 Simon Pilgrim[DAG] visitOR - merge isa/cast<ShuffleVectorSDNode...
2022-05-14 Alex Brachet[ifs] Add --strip-size flag
2022-05-14 Fangrui Song[RS4GC] Fix -Wunused-function in -DLLVM_ENABLE_ASSERTIO...
2022-05-14 Simon Pilgrim[DAG] visitADDLike - use SelectionDAG::FoldConstantArit...
2022-05-14 Alex BrachetRevert "[ifs] Add --strip-size flag"
2022-05-14 Alex Brachet[ifs] Add --strip-size flag
2022-05-14 Simon Pilgrim[X86] LowerAVG - fix cut+paste typo. NFC.
2022-05-14 Jonas Devlieghere[lldb] Don't swallow crashlog exceptions
2022-05-14 Jonas Devlieghere[lldb] Remove unused imports from crashlog.py
2022-05-14 Simon Pilgrim[X86] Add test showing failure to reuse the same PCMPGT...
2022-05-14 Alex Richardson[AArch64] Avoid emitting MOVID when NEON is disabled
2022-05-14 Alex Richardson[UpdateTestChecks] Use a counter for unpredictable...
2022-05-14 Alex Richardson[update_llc_test_checks] Use FileCheck captures for...
2022-05-14 Alex Richardson[update_llc_test_checks] Baseline test for --asm-show...
2022-05-14 Alex Richardson[UpdateTestChecks] Change global functions to NamelessV...
2022-05-14 Alex Richardson[AArch64] Add missing HasNEON predicates to int->float...
2022-05-14 Alex Richardson[AArch64] Baseline test for D125307
2022-05-14 Arnab Dutta[MLIR][GPU] Add canonicalizer for gpu.memcpy
2022-05-14 Simon Pilgrim[DAG] visitMUL - pull out repeated SDLoc() calls. NFC.
2022-05-14 Simon Pilgrim[DAG] Use SelectionDAG::FoldConstantArithmetic directly...
2022-05-14 Simon PilgrimFix unused function 'operator<<' -Wunused-function...
2022-05-14 Simon Pilgrim[ARM] Regenerate combine-movc-sub.ll test checks
2022-05-14 Christian Sigg[MLIR][GPU] NFC: simplify kernel operand accessor imple...
2022-05-14 Simon Pilgrim[X86] rotate-extract-vector.ll - use avx512bw+avx512vl...
2022-05-14 Mark de Wever[libc++] Improve std::to_chars for base != 10.
2022-05-14 Simon Pilgrim[X86] Regenerate pull-binop-through-shift.ll showing...
2022-05-14 Chris Lattner[DenseElementsAttr] Teach isValidRawBuffer that 1-elt...
2022-05-14 Aaron PuchertResolve overload ambiguity on Mac OS when printing...
2022-05-14 Andrzej Warzynski[flang][driver] Switch to the MLIR coding style in...
2022-05-14 Benjamin Kramer[bazel] Port ae8bbc43f470
2022-05-14 Weining Lu[LoongArch] Add privilege instructions definition
2022-05-14 Xiaodong Liu[llvm] Fix comment nits in Module class, NFC.
2022-05-14 Mark de Wever[lib++][doc] Fixes a link in the status paper.
2022-05-14 Kristina Bessonova[DebugInfo][Test] Simplify 'llvm/test/CodeGen/ARM/...
next