platform/upstream/llvm.git
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/...
2022-05-14 Jay Foad[APInt] Allow extending and truncating to the same...
2022-05-14 Simon Pilgrim[DAG] Enable ISD::SHL SimplifyMultipleUseDemandedBits...
2022-05-14 Cassie Jones[clang] Require including config.h for CLANG_DEFAULT_STD_C
2022-05-14 Cassie Jones[clang] Include clang config.h in LangStandards.cpp
2022-05-14 Petr Hosek[libcxxabi] Copy headers into build location
2022-05-14 Chenbing Zheng[InstCombine] [NFC] separate a function foldICmpBinOpWi...
2022-05-14 Rafael Auler[BOLT] Fix merge-fdata handling of BAT profiles
2022-05-14 Nico Weber[gn build] (semi-manually) port 512273833136
2022-05-14 Med Ismail... [lldb/API] Turn SBCompileUnit::GetIndexForLineEntry...
2022-05-14 Richard[clang-tidy] Support expressions of literals in moderni...
2022-05-14 Mogball[mlir][ods] (NFC) remove erroneous trait
2022-05-14 Mogball[mlir] Rename Zero* traits to Zero*s
2022-05-13 owenca[clang-format][NFC] Format unit tests with insert/remov...
2022-05-13 Wolfgang Pieb[NFC][Metadata] Refactor allocation, initalization...
2022-05-13 Ben Dunbobbin[llvm-ar][mri] Ensure CREATE commands overwrite the...
2022-05-13 bzcheeseman[LLVM][Casting.h] Add ForwardToPointerCast trait
2022-05-13 bzcheeseman[LLVM][Casting.h] Remove CastInfo pointer partial speci...
2022-05-13 Chris Lattner[ParseResult] Fix warning in flang build, incorporate...
2022-05-13 Roger Ferrer... [RISCV] Use the new chain when converting a fixed RVV...
2022-05-13 Roger Ferrer... [RISCV][NFC] Test showing wrong scheduling of expansion...
2022-05-13 Alexander Shaposhnikov[GlobalOpt] Enable optimization of constructors with...
2022-05-13 Joseph Huber[Cuda] Add the features using the last argument
2022-05-13 Alexey Bataev[SLP]Do not vectorize non-profitable alternate nodes.
2022-05-13 Alan Zhao[llvm-ml] Add support for extern proc
2022-05-13 Eli Friedman[GlobalIsel] Fix fallback if stack protector isn't...
2022-05-13 Egor Zhdan[Clang] Fix DriverKit tests on Linux
2022-05-13 Alexey Bataev[SLP]Do not look for buildvector sequence, if the index...
2022-05-13 Joseph Huber[Libomptarget] Build the static library without CUDA...
2022-05-13 Joseph Huber[CUDA] Add a flag to manually specify the target featur...
2022-05-13 Amir Ayupov[BOLT][CMAKE] Fix DYLIB build
2022-05-13 River Riddle[TableGen] Add a new json textmate description for...
2022-05-13 Amir Ayupov[BOLT][TEST] Fix testing on macos
next