platform/upstream/llvm.git
2022-09-14 jacquesguan[RISCV] Add cost model for vector insert/extract element.
2022-09-14 Shivam Gupta[NVPTX] Use MBB.begin() instead MBB.front() in NVPTXFra...
2022-09-14 Yeting Kuo[RISCV] Transform VMERGE_VVM_<LMUL>_TU with all ones...
2022-09-14 Han-Kuan Chen[RISCV] Lower BUILD_VECTOR to RISCVISD::VID_VL if it...
2022-09-14 gonglingqin[LoongArch] Categorize code by function. NFC.
2022-09-14 Fangrui Song[RISCV] Assemble `call foo` to R_RISCV_CALL_PLT
2022-09-14 Jez Ng[lld-macho][nfci] Don't include null terminator in...
2022-09-14 Aart Bik[mlir][sparse] minor merger API simplification
2022-09-14 Pengxuan Zheng[Object][COFF] Allow section symbol to be common symbol
2022-09-14 Jakub Kuderski[mlir][vector] Fold scalar vector.extract of non-splat...
2022-09-13 Katherine Rasmussen[flang] Write semantics test for atomic_fetch_xor
2022-09-13 Roy Sundahl[test] [fuzzer] Enable tests for iossim, disable for...
2022-09-13 YongKang ZhuAddress feedback in https://reviews.llvm.org/D133637
2022-09-13 Alexander Shaposhnikov[IR] Add alignment for llvm.threadlocal.address
2022-09-13 Fanchen Kong[WebAssembly] Improve codegen for shuffles with undefin...
2022-09-13 Argyrios Kyrtzidis[Lex/DependencyDirectivesScanner] Handle the case where...
2022-09-13 Jason MolendaAdd mach-o corefile support for platform binaries
2022-09-13 Matt ArsenaultRegisterCoalescer: Fix verifier error when merging...
2022-09-13 Jordan Rupprecht[lldb][fuzz] Allow expression fuzzer to be passed as...
2022-09-13 Philip Reames[RISCV] Add MIR comments for VecPolicy operands
2022-09-13 Azat Khuzhin[clang] fix generation of .debug_aranges with LTO
2022-09-13 George WrightDon't populate the symbol table with symbols that don...
2022-09-13 Matt Arsenaultllvm-reduce: Add undef to new subregister IMPLICIT_DEFs
2022-09-13 Matt Arsenaultllvm-reduce: Fix missing undef flags in some tests
2022-09-13 Matt Arsenaultllvm-reduce: Use FileCheck instead of python for intere...
2022-09-13 Philip Reames[RISCV] Simpify operand index calculation in createMIRO...
2022-09-13 Jim InghamRevert "Be more careful to maintain quoting information...
2022-09-13 Jim InghamRevert "constexpr isn't right here."
2022-09-13 Jim InghamRevert "Trying to understand the TestHelp.py failure...
2022-09-13 Aaron PuchertRevert "Make sure libLLVM users link with libatomic...
2022-09-13 Scott LinderAdd virtual-base-class example to AMDGPUDwarfExtensionA...
2022-09-13 Wei Wang[ELF][Distributed ThinLTO] Do not generate empty index...
2022-09-13 Kazu Hirata[BOLT] Stop using std::iterator (NFC)
2022-09-13 Jim InghamTrying to understand the TestHelp.py failure from 6c089b2.
2022-09-14 Chris Bieneman[HLSL] Adding a test change I forgot to add
2022-09-13 Xiang Li[DirectX backend] Remove Attribute not for DXIL on...
2022-09-14 Chris Bieneman[HLSL] Mark buffer subscript operators as AlwaysInline
2022-09-13 Zequan Wu[gn build] port fc04749957f1
2022-09-13 Jim Kitchen[mlir][sparse] Add sparse_tensor.select operation
2022-09-13 Evgeny Shulgin[Clang] [Sema] Ignore invalid multiversion function...
2022-09-13 Chris Bieneman[HLSL] Call global destructors from entries
2022-09-13 Jim Inghamconstexpr isn't right here.
2022-09-13 Jorge Gorbe... [Formatters][NFCI] Replace 'is_regex' arguments with...
2022-09-13 Jay Foad[AMDGPU] Don't shrink VOP3 instructions pre-RA on GFX10+
2022-09-13 Sotiris Apostolakis[SelectOpti] Fix lifetime intrinsic bug
2022-09-13 Chris Bieneman[DX] DXContainer does not support COMDAT
2022-09-13 theidexisted[NFC][ADT] Fix assert message
2022-09-13 Philip Reames[RISCV] Split vmerge peephole tests so they can be...
2022-09-13 River Riddle[mlir] Add bytecode encodings for the builtin ElementsA...
2022-09-13 River Riddle[mlir] Fix DenseElementsAttr treatment of bool splat...
2022-09-13 River Riddle[mlir] Add fallback support for parsing/printing unknow...
2022-09-13 River Riddle[mlir:Bytecode] Add support for encoding resources
2022-09-13 Jessica Paquette[llvm-remarkutil] NFC: Combine parsing + serializing...
2022-09-13 Siva Chandra... [libc][Obvious] Use unique test file names in dup,...
2022-09-13 Michal Paszkowski[Docs] Added LLVM SPIR-V Backend Working Group
2022-09-13 Zequan Wu[gn build] port c8daf4a707ad (check-lldb)
2022-09-13 Christian Sigg[Bazel] Bump bazel version to 5.0.
2022-09-13 Craig Topper[RISCV] Teach lowerVECTOR_SHUFFLE to recognize some...
2022-09-13 Siva Chandra... [libc] Add POSIX functions dup, dup2, and GNU extension...
2022-09-13 Jim InghamBe more careful to maintain quoting information when...
2022-09-13 Scott LinderAdd pointer-to-member example to AMDGPUDwarfExtensionAl...
2022-09-13 Scott LinderFix typo in AMDGPUDwarfExtensionAllowLocationDescriptio...
2022-09-13 Scott Linderdos2unix AMDGPUDwarfExtensionAllowLocationDescriptionOn...
2022-09-13 Alex Bradbury[RISCV] Implement isMaskAndCmp0FoldingBeneficial hook
2022-09-13 Zequan Wu[gn build] port a3172df59c32 (check-lldb)
2022-09-13 Gabriel Ravier[lldb] Fixed a number of typos
2022-09-13 Christian Sigg[MLIR] Remove unused lit test replacements.
2022-09-13 Jessica Paquette[llvm-remarkutil] Make tryParseRemarksFromInputFile...
2022-09-13 Daniel Bertalan[lld-macho] Sort data-in-code entries
2022-09-13 Slava Zakharin[mlir][arith] Canonicalization patterns for subi.
2022-09-13 David M. Larylldb: Add support for R_386_32 relocations to ObjectFileELF
2022-09-13 Kazu Hirata[Vectorize] Fix a warning
2022-09-13 Arthur Eubanks[SimplifyCFG] Don't hoist allocas
2022-09-13 Valery N Dmitriev[SLP] Unify main/alternate selection for CmpInst instru...
2022-09-13 Craig Topper[LegalizeTypes][NVPTX] Remove extra compare from fallba...
2022-09-13 Hendrik Greving[ValueTypes] Define MVTs for v256i2/v128i4.
2022-09-13 Alex Zinenko[mlir] optional verbose debug messages for transform...
2022-09-13 Alex Bradbury[RISCV] Return true in hasBitTest when Zbs is enabled...
2022-09-13 Craig Topper[RISCV] Fix a bug in i32 FP_TO_UINT_SAT lowering on...
2022-09-13 Nicolas Vasilache[mlir][Vector] Support broadcast vector type in distri...
2022-09-13 Aaron BallmanCorrect the __has_c_attribute value for fallthrough
2022-09-13 Alex Zinenko[mlir] improve the error message in expensive transform...
2022-09-13 Nico Weber[gn build] port 30578c08568bc
2022-09-13 David Green[AArch64] Sink splat(s/zext(..)) to uses
2022-09-13 Matt ArsenaultLiveRegUnits: Break register loop when a clobber is...
2022-09-13 Christian Sigg[MLIR] Only substitute `mlir-spirv-cpu-runner` tool...
2022-09-13 Aaron BallmanUpdate the C Status page for the Clang 15 release
2022-09-13 Aaron BallmanCorrect the __has_c_attribute value for maybe_unused
2022-09-13 Nico WeberRevert "[llvm-dwp] Report the filename if it cannot...
2022-09-13 Simon Pilgrim[LoopVectorize][X86] Add uniform shift costs checks...
2022-09-13 Matt ArsenaultDeadMachineInstructionElim: Don't repeat per-function...
2022-09-13 Matt ArsenaultLiveRegUnits: Cleanup isReg checks
2022-09-13 Aaron BallmanFix the LLVM sphinx build
2022-09-13 Aaron BallmanCorrect the __has_c_attribute value for nodiscard
2022-09-13 Animesh Kumar[OpenMP] Extend lit test for parallel for simd construct
2022-09-13 Tres Popp[mlir] Decrease stack allocations in Presburger's Matrix
2022-09-13 Zain Jaffal[InstCombine] Test for matrix multiplication negation...
2022-09-13 Simon Pilgrim[X86] Add GFNI test coverage for bitreverse codegen
2022-09-13 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for bitrev...
2022-09-13 Alexander KornienkoRevert "[clang] template / auto deduction deduces commo...
next