aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[SLP] Remove dead initialization noticed by static analyser. NFC.Simon Pilgrim1-1/+0
2024-06-21[AArch64] AArch64AsmParser::tryParseImmRange - don't directly dereference poi...Simon Pilgrim1-2/+2
2024-06-21[AArch64] Use ccmn to compare negative immediates between -1 and -31 (#95825)AtariDreams4-7/+29
2024-06-21[GraphWriter] Add missing ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov4-9/+4
2024-06-21[X86] SimplifyDemandedVectorEltsForTargetNode - add X86ISD::VPMADDUBSW handlingSimon Pilgrim2-7/+1
2024-06-21[X86] combine-pmadd.ll - add demandedelts tests for pmaddwd/pmaddubswSimon Pilgrim1-0/+57
2024-06-21[AArch64] NFC: Precommit new RUN lines to test sme-vectorize.llSander de Smalen1-12/+30
2024-06-21[TensorSpec] Avoid JSON.h include (NFC)Nikita Popov4-2/+9
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov4-11/+13
2024-06-21[llvm-objdump] enable file-headers option of llvm-objdump for XCOFF object fi...zhijian lin4-4/+30
2024-06-21[X86] combineConcatVectorOps - add pmaddwd/pmaddubsw handlingSimon Pilgrim2-6/+12
2024-06-21AMDGPU: Legalize v2f16 atomicrmw fadd for buffer fat pointers (#95929)Matt Arsenault2-230/+33
2024-06-21[FileSystem] Avoid <stack> include (NFC)Nikita Popov3-15/+17
2024-06-21[RegAlloc] Don't call always-true ShouldAllocClass (#96296)Alexis Engelke10-27/+37
2024-06-21[HLSLResource] Don't include Metadata.h (NFC)Nikita Popov2-5/+6
2024-06-21[RegAllocFast] Handle single-vdef instrs faster (#96284)Alexis Engelke1-12/+20
2024-06-21[AArch64] NFCI: More sensible implementation of isLegalMaskedGatherScatter.Sander de Smalen1-1/+1
2024-06-21[RegAllocFast] Use unsigned for operand indicesAlexis Engelke1-3/+3
2024-06-21[PassInstrumentation] Use DenseMap to store class->pass map (NFC)Nikita Popov1-2/+2
2024-06-21[X86] combine-pmadd.ll - add tests for concatenations of pmaddwd/pmaddubsw su...Simon Pilgrim1-2/+56
2024-06-21[PassInstrumentation] Use try_emplace() (NFC)Nikita Popov1-2/+1
2024-06-21[AArch64][GlobalISel] Add fp128 and i128 fptosi/fptoui handling. (#95528)David Green5-1065/+1816
2024-06-21[CodeGenPrepare] Add missing `static` decl on `matchIncrement()`; NFCNoah Goldstein1-2/+2
2024-06-21[RISCV] Add Syntacore SCR3 processor definition (#95953)Anton Sidorenko2-0/+22
2024-06-21[GlobalOpt] Don't resolve aliased ifuncs with undefined resolvees. (#96220)Alexandros Lamprineas2-1/+25
2024-06-21[AArch64] Fix || Add brackets for || inside of assertDavid Green1-2/+2
2024-06-21[AArch64] Use AArch64ISD::UADDLP over aarch64_neon_uaddlp. NFCDavid Green1-3/+1
2024-06-21[NFC] Fix laod -> load typos. NFCDavid Green5-7/+7
2024-06-21Recommit "[Inliner] Propagate callee argument memory access attributes before...Noah Goldstein5-31/+133
2024-06-20[Serialization] Use stable hash functionsFangrui Song1-4/+19
2024-06-21[IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219)Nikita Popov12-33/+35
2024-06-21Revert "Intrinsic: introduce minimumnum and maximumnum (#93841)"Nikita Popov65-1973/+144
2024-06-20[dsymutil] Move discriminator test to be executed with Arm support only (#96280)David Tellenbach1-4/+4
2024-06-20[DWARFLinker] Preserve DWARF discriminators while linking (#96124)David Tellenbach5-8/+46
2024-06-21Replace hard coded opcodes from #93841 with regexes to be more flexible. (#96...dyung1-2/+2
2024-06-20[ProfileData] Teach addValueData to honor parameter Site (#96233)Kazu Hirata3-4/+6
2024-06-21[TableGen][Docs] Clarify `TokCode` definition. (#96201)Piotr Fusik1-1/+1
2024-06-21Adding parsing support for omp loop, target loop directives (#93517)Anchu Rajendran S1-0/+30
2024-06-21Intrinsic: introduce minimumnum and maximumnum (#93841)YunQiang Su65-144/+1973
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan13-66/+73
2024-06-20[PowerPC] use r1 as the frame pointer when there is dynamic allocaChen Zheng2-7/+10
2024-06-20[PowerPC] fix frameaddress error when there is dynamic alloca call, NFCChen Zheng1-0/+138
2024-06-21[SCEV] Avoid unnecessary call to getExitingBlock() in computeExitLimit() (#96...Enna12-6/+5
2024-06-20Update ModuleSummaryIndexBitcodeReader::makeCallList reserve amount (#95461)Jan Voung1-1/+7
2024-06-21mcdc.ll: Relax.NAKAMURA Takumi1-6/+6
2024-06-20[AMDGPU] Introduce a pseudo mnemonic for S_DELAY_ALU in MIR. (#96004)Michael Bedy5-2/+585
2024-06-20[VPlan] Include IV phi and backedge cost in VPlan cost computation.Florian Hahn4-22/+99
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz8711-295/+90
2024-06-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu9-85/+449