platform/upstream/llvm.git
2022-11-14 Sylvain Audi[PDB] Don't include input files in the 'cmd' entry...
2022-11-14 Simon Pilgrim[MCA][X86] Ensure the avx512 vnni tests use the upper...
2022-11-14 Simon Pilgrim[MCA][X86] Add test coverage for VBMI2 instructions
2022-11-14 Chris Bieneman[NFC] Fixing spelling in code comment
2022-11-14 bixia1[mlir][sparse][NFC] Add comments to tests that are...
2022-11-14 Ivan Kosarev[AMDGPU][AsmParser] Forbid TFE modifiers for MBUF stores.
2022-11-14 Nicholas Guy[NFC] Removal of complex deinterleaving test case compl...
2022-11-14 Jay Foad[AMDGPU] More use of DivergentBinFrag and friends....
2022-11-14 Nikita Popov[AA] Move MayBeCrossIteration into AAQI (NFC)
2022-11-14 Ivan Kosarev[AMDGPU][MC] Support TFE modifiers in MUBUF loads and...
2022-11-14 Mindong Chen[docs][OpaquePtr] Fix hyperlinks
2022-11-14 Jay Foad[AMDGPU] Define and use UniformTernaryFrag. NFC.
2022-11-14 Simon Pilgrim[X86] Remove unnecessary overrides for CBW/CWDE/CDQE...
2022-11-14 Caroline Concatto[AArch64] Add all SME2.1 instructions Assembly/Disassembly
2022-11-14 Nikita Popov[AST] Remove legacy AliasSetPrinter pass
2022-11-14 Sjoerd Meijer[AArch64] Add match patterns for the reassociated forms...
2022-11-14 Nikita Popov[LoopVersioningLICM] Clarify scope of AST (NFC)
2022-11-14 Joseph Huber[OpenMP] Fix installation to old resource dir
2022-11-14 Luca Di SeraAdd clang_CXXMethod_isMoveAssignmentOperator to libclang
2022-11-14 Nikita Popov[LoopVersioningLICM] Remove unnecessary reset code...
2022-11-14 LLVM GN Syncbot[gn build] Port d52e2839f3b1
2022-11-14 Nicholas Guy[ARM][CodeGen] Add support for complex deinterleaving
2022-11-14 revunov.denis... [BOLT][NFC] Fix possible use-after-free
2022-11-14 Valentin Clement[flang][NFC] Fix typo in fir.box_typecode op description
2022-11-14 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Improve diagnostic messages for...
2022-11-14 Nicolas Vasilache[mlir][Transform] Add support for dynamically unpacking...
2022-11-14 Ying Yi[ThinLTO] a ThinLTO warning is added if cache_size_byte...
2022-11-14 Jay Foad[AMDGPU] Simplify SelectPat and remove comment obsolete...
2022-11-14 Thomas Symalla[InstCombine][NFC] Add extractelement tests
2022-11-14 HanSheng Zhang[reg2mem] Skip non-sized Instructions (PR58890)
2022-11-14 Christian Sigg[mlir][bazel] NFC: change MLIR_GPU_TO_CUBIN_PASS_ENABLE...
2022-11-14 Joshua CaoDo not write a comma when varargs is the only argument
2022-11-14 Jean Perier[flang] Add hlfir.declare codegen
2022-11-14 LLVM GN Syncbot[gn build] Port dd46a08008f7
2022-11-14 Haojian WuUpdate the wrong isSelfContainedHeader API usage in...
2022-11-14 Nikita Popov[ConstraintElimination] Use SmallVectorImpl (NFC)
2022-11-14 Nikita Popov[TableGen] Use MemoryEffects to represent intrinsic...
2022-11-14 Valentin Clement[flang] Add fir.box_typecode operation
2022-11-14 Valentin Clement[flang] Initial lowering of SELECT TYPE construct to...
2022-11-14 Sebastian Neubauer[Coroutines] Do not add allocas for retcon coroutines
2022-11-14 Sebastian Neubauer[Coroutines] Presubmit retcon without suspend test
2022-11-14 Nikita Popov[ConstraintElimination] Add Decomposition struct (NFCI)
2022-11-14 Nikita Popov[ConstraintElimination] Make decompose() infallible
2022-11-14 Jean Perier[flang][RFC] Do not rely on attributes to tag HLFIR...
2022-11-14 Jean Perier[flang][NFC] rename hlfir::FortranEntity into EntityWit...
2022-11-14 Jean Perier[flang] Add hlfir.declare operation
2022-11-14 Haojian WuMove the isSelfContainedHeader function from clangd...
2022-11-14 Kazu Hirata[llvm] Use std::is_integral_v (NFC)
2022-11-14 Muhammad Omair... Revert "[libclang] Expose completion result kind in...
2022-11-14 Dmitry Makogon[IRCE] Bail out if AddRec in icmp is for another loop...
2022-11-14 Craig Topper[RISCV] Add PACKH/PACKW/PACK to hasAllNBitUsers.
2022-11-14 Craig Topper[RISCV] Add another PACKH pattern.
2022-11-14 Kazu Hirata[Support] Use std::is_scalar_v (NFC)
2022-11-14 Johannes ReifferscheidAdd missing include.
2022-11-14 Aiden Grossman[Docs] Add Documentation on BOLT Build Configs
2022-11-14 Aiden Grossman[Docs] Add Documentation on (Thin)LTO + PGO Build Configs
2022-11-14 Med Ismail... [lldb] Re-phase comments in `ScriptedThread.get_stackfr...
2022-11-14 Med Ismail... [lldb] Remove unused `stack_memory_dump` member from...
2022-11-14 Craig Topper[RISCV] Improve PACKH instruction selection
2022-11-14 wangpc[RISCV] Don't use zero-stride vector load if there...
2022-11-14 Chuanqi Xu[C++20] [Modules] Emit Macro Definition in -module...
2022-11-14 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-11-14 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in AttrO...
2022-11-14 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in MLIRC...
2022-11-14 Craig Topper[RISCV] Add PACKW and PACKH to isSignExtendingOpW in...
2022-11-14 Craig Topper[RISCV] Improve selection of PACKW.
2022-11-14 luxufan[LoopFlatten] Forget all block and loop dispositions...
2022-11-14 gonglingqin[LoongArch] Expand atomicrmw fadd/fsub/fmin/fmax with...
2022-11-14 Yeting Kuo[RISCV][NFC] Remove dead code.
2022-11-14 Craig Topper[RISCV] Fix incorrect early out from isSignExtendedW...
2022-11-14 Craig Topper[RISCV] Add test for incorrect sext.w removal. NFC
2022-11-14 Kazu Hirata[PowerPC] Use ArrayRef (NFC)
2022-11-14 Craig Topper[RISCV] Improve selection of PACK/PACKW for AssertZExt...
2022-11-13 Kazu Hirata[IR] Use llvm::any_of (NFC)
2022-11-13 Krzysztof Parzyszek[Hexagon] Use `Register` instead of `unsigned`, NFC
2022-11-13 Arthur Eubanks[lldb][test] Avoid UB in optimized_code test
2022-11-13 Florian Hahn[VectorUtils] Skip interleave members with diff type...
2022-11-13 Arthur Eubanks[clang][test] Avoid UB in overload.cl
2022-11-13 Krzysztof Parzyszek[Hexagon] Pass Hexagon::PC to InitializeHexagonMCRegist...
2022-11-13 Krzysztof Parzyszek[Hexagon] Remove unneeded HexagonRegisterInfo::getRAReg...
2022-11-13 Krzysztof Parzyszek[Hexagon] Reduce the spill alignment for double/quad...
2022-11-13 Craig Topper[RISCV] Add BREV8 to hasAllWUsers in RISCVSExtWRemoval.
2022-11-13 Craig Topper[RISCV] Add PACK/PACKH/PACKW to hasAllWUsers in RISCVSE...
2022-11-13 Renato Golin[MLIR] Move JitRunner Options to header, pass to mlirTr...
2022-11-13 Krzysztof ParzyszekMove variable declarations out of #if guard, NFC
2022-11-13 Florian Hahn[SimpleLoopUnswitch] Forget SCEVs for replaced phis.
2022-11-13 bzcheeseman[MLIR][Bytecode] Ensure `dataIt` is aligned coming...
2022-11-13 Simon Pilgrim[X86] Regenerate combine-movmsk.ll
2022-11-13 Sanjay PatelRevert "[InstCombine] allow more folds for multi-use...
2022-11-13 Sanjay Patel[InstCombine] allow more folds for multi-use selects...
2022-11-13 Simon Pilgrim[X86] Update WriteMPSAD class and remove VMPSADBWrri...
2022-11-13 Simon Pilgrim[X86] Remove unnecessary VPSADBW/VDBPSADBW zmm overrides
2022-11-13 Simon Pilgrim[MCA][X86] Add test coverage for VDBPSADBW instructions
2022-11-13 Nico Weber[gn build] Extract gen_arch_intrinsics() template to...
2022-11-13 Simon Pilgrim[X86] Fix scheduler tag for GFNI YMM instructions
2022-11-13 chenglin.bi[GlobalISel] Correct constant type in matchReassocConst...
2022-11-13 Simon Pilgrim[X86] Cleanup CVTPD2PS schedule values
2022-11-13 Simon Pilgrim[X86] Fix sched class typo - the CVTPD2DQrr instruction...
2022-11-13 Fangrui SongDecoderEmitter: Simplify addOneOperandFields. NFC
2022-11-13 Fangrui Song[TableGen] Remove unneeded flush and add missing newline
next