aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[𝘀𝗽𝗿] changes to main this commit is based onusers/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-3Necip Fazil Yildiran28-16/+488
2024-04-03[VectorCombine][X86] shuffle-of-casts.ll - adjust zext nneg tests to improve ...Simon Pilgrim1-16/+16
2024-04-03[SLP]Improve minbitwidth analysis for operands of IToFP and ICmp instructions.Alexey Bataev3-16/+50
2024-04-03fully qualifies use of `detail` namespace (#87536)Christopher Di Bella1-4/+6
2024-04-03Revert "[SLP]Improve minbitwidth analysis for operands of IToFP and ICmp inst...Alexey Bataev3-48/+16
2024-04-03[SLP]Improve minbitwidth analysis for operands of IToFP and ICmp instructions.Alexey Bataev3-16/+48
2024-04-03[AMDGPU] Add a missing COV6 case to getAMDHSACodeObjectVersion() (#87492)Emma Pilkington2-0/+9
2024-04-03[AMDGPU][MC] Allow VOP3C dpp src1 to be imm or SGPR (#87418)Joe Nash14-86/+3218
2024-04-03AMDGPU: Use PseudoInstr to name SIMCInstr for DSDIR and SOPs, NFC (#87537)Changpeng Fang2-40/+40
2024-04-03[AArch64] Add a test for non-temporal masked loads / stores. NFCDavid Green1-0/+75
2024-04-03[VectorCombine][X86] Add additional tests for #87510Simon Pilgrim1-0/+42
2024-04-03[SLP]Add support for commutative intrinsics.Alexey Bataev6-27/+54
2024-04-03[PseudoProbe] Mix block and call probe ID in lexical order (#75092)Lei Wang12-75/+67
2024-04-03Always check the function attribute to determine checksum mismatch for availa...Lei Wang2-10/+25
2024-04-03[SLP]Fix PR87133: crash because of different altopcodes for cmps after reorde...Alexey Bataev3-23/+104
2024-04-03dsymutil: Re-add missing -latomic (#85380)maflcko1-1/+1
2024-04-03[RISCV][GISEL] Run update_mir_test_checks on llvm/test/CodeGen/RISCV/GlobalIS...Michael Maitland1-44/+44
2024-04-03[SLP]Fix PR87477: fix alternate node cast cost/codegen.Alexey Bataev2-25/+74
2024-04-03[SamplePGO] Support -salvage-stale-profile without probes too (#86116)Krzysztof Pszeniczny3-4/+256
2024-04-03[VectorCombine][X86] Add some tests showing failure to fold shuffle(cast(x),c...Simon Pilgrim1-0/+189
2024-04-03[AMDGPU][MC] Enables sgpr or imm src1 for float VOP3 DPP, but excludi… (#87...Joe Nash19-19/+2055
2024-04-03[NFC] Automatically generate indirect-branch-tracking-eh2.llAmaury Séchet1-48/+172
2024-04-03[SelectionDAG] Dump convergencectrl_glue DAG node (#87487)Jay Foad1-0/+1
2024-04-03[CodeGen] Fix test after #86049Weining Lu1-0/+1
2024-04-03[DAG] visitADDLikeCommutative - convert (add x, shl(0 - y, n)) fold to SDPatt...Simon Pilgrim1-6/+4
2024-04-03[X86] getEffectiveX86CodeModel - take a Triple argument instead of just a Is6...Simon Pilgrim1-3/+4
2024-04-03[DAG] SimplifyDemandedVectorElts - add ISD::AVGCEILS/AVGCEILU/AVGFLOORS/AVGFL...aniplcc3-7/+60
2024-04-03[SLP][NFC]Simplify common analysis of instructions in BoUpSLP::collectValuesT...Alexey Bataev1-107/+78
2024-04-03[VPlan] Factor out logic to check if recipe is dead (NFCI).Florian Hahn1-16/+22
2024-04-03[X86] Add vector truncation tests for nsw/nuw flagsSimon Pilgrim1-0/+2213
2024-04-03[LV] Precommit tests with any-of reductions and epilogue vectorization.Florian Hahn1-0/+222
2024-04-03[VP][DAGCombine] Use `simplifySelect` when combining vp.select. (#87342)AinsleySnow2-0/+60
2024-04-03[X86] Haswell/Broadwell/Skylake DPPS folded instructions use an extra port06 ...Simon Pilgrim12-46/+54
2024-04-03[Object][COFF][NFC] Introduce getMachineArchType helper. (#87370)Jacek Caban3-37/+38
2024-04-03Print more descriptive error message when trying to link a global with append...Gleb Popov2-2/+2
2024-04-03[SLP] Use isValidElementType instead of (#87469)Han-Kuan Chen1-1/+1
2024-04-03[AMDGPU] Remove useless aliases for FLAT instructions. NFC. (#87462)Jay Foad1-2/+2
2024-04-03[PPC] [NFC] add testcase for more store forwardingChen Zheng1-0/+17
2024-04-03[VPlan] Remove VPTransformState::addMetadata with ArrayRef arg (NFCI).Florian Hahn2-18/+5
2024-04-03[CodeGen][ShrinkWrap] Clarify StackAddressUsedBlockInfo meaning (#80679)Elizaveta Noskova1-3/+8
2024-04-03[AArch64][GlobalISel] Basic add_sat and sub_sat vector handling. (#80650)David Green8-427/+775
2024-04-03[ExpandLargeFpConvert] Scalarize vector types. (#86954)Bevin Hansson5-8/+521
2024-04-03[InstCombine] Simplify select if it combinated and/or/xor (#73362)hanbeom2-0/+900
2024-04-02[nfc]Remove the check for compressed strings in llvm/test/.../vtable_profile....Mingming Liu1-4/+1
2024-04-02[dsymutil] Support generating dSYMs for firmware environments (#87432)Jonas Devlieghere4-1/+14
2024-04-03[MIPS] Fix the opcode of max.fmt and mina.fmt (#85609)Cinhi Young7-28/+28
2024-04-02[RISCV] Slightly simplify RVVArgDispatcher::constructArgInfos. NFC (#87308)Craig Topper1-4/+2
2024-04-03Reapply "[CodeGen] Fix register pressure computation in MachinePipeli… (#87...Ryotaro KASUGA3-166/+182
2024-04-03Revert "[PAC][llvm-readobj][AArch64][ELF] Support `GNU_PROPERTY_AARCH64_FEATU...Daniil Kovalev4-303/+157
2024-04-02AMDGPU: Use PseudoInstr instead of Pseudo Mnemonic for SIMCInstr, NFC (#87420)Changpeng Fang1-2/+2