aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-03[𝘀𝗽𝗿] changes introduced through rebaseusers/avillega/main.clangd-migrate-command-line-option-parsin-to-opttableAndrés Villegas96-7565/+7867
2024-01-03[𝘀𝗽𝗿] changes to main this commit is based onAndrés Villegas1688-84569/+245472
2023-12-12[X86] avx512-vbroadcast.ll - fix orphan check prefixesSimon Pilgrim1-2/+2
2023-12-12[coroutines] Use DILocation from new storage for hoisted dbg.declare (#75104)Wei Wang1-13/+16
2023-12-12[AMDGPU] CodeGen for GFX12 64-bit scalar add/sub (#75070)Jay Foad4-77/+1775
2023-12-12[readtapi] Cleanup printing command line options (#75106)Cyndy Ishida1-6/+11
2023-12-12[C API] Add getters and setters for fast-math flags on relevant instructions ...Benji Smith2-0/+191
2023-12-12[RemoveDI] Handle DPValues in SROA (#74089)Orlando Cazalet-Hyams12-0/+14
2023-12-12[AArch64][GlobalISel] Test Pre-Commit for Look into array's elementTuan Chuong Goh1-26/+295
2023-12-12[RemoveDIs] Handle DPValues in replaceDbgDeclare (#73507)Orlando Cazalet-Hyams3-0/+7
2023-12-12[X86][GlobalISel] Add instruction selection for G_SELECT (#70753)Evgenii Kudriashov3-84/+782
2023-12-12[LLVM][DWARF] Add compilation directory and dwo name to TU in dwo section (#7...Alexander Yermolovich3-8/+31
2023-12-12[RemoveDIs] Handle DPValues in LowerDbgDeclare (#73504)Orlando Cazalet-Hyams12-0/+13
2023-12-12[X86] Set MaxAtomicSizeInBitsSupported. (#75112)James Y Knight5-190/+294
2023-12-12[DebugInfo][RemoveDIs] Handle dbg.declares in SelectionDAGISel (#73496)Orlando Cazalet-Hyams21-0/+51
2023-12-12[CVP] Don't use undef range for LHS of div/rem transformsNikita Popov1-2/+2
2023-12-12[CVP] Add test for invalid use of undef range in urem transform (NFC)Nikita Popov1-0/+68
2023-12-12[X86] canonicalizeShuffleWithBinOps - generalize to handle some unary opsSimon Pilgrim1-28/+14
2023-12-12[CVP] Don't use undef ranges in willNotOverflow()Nikita Popov1-3/+2
2023-12-12[CVP] Add test for invalid use of undef range for saturating insts (NFC)Nikita Popov1-6/+35
2023-12-12[AMDGPU] Update VOP instructions for GFX12 (#74853)Mariusz Sikora84-103/+177683
2023-12-12[X86] X86FixupVectorConstants - create f32/f64 broadcast constants if the sou...Simon Pilgrim1-1/+1
2023-12-12[CVP] Don't allow undef range when inferring nowrap flagsNikita Popov1-2/+1
2023-12-12[CVP] Add test for incorrect use of range with undef (NFC)Nikita Popov1-0/+36
2023-12-12[CVP] Regenerate test checks (NFC)Nikita Popov1-36/+236
2023-12-12[SelectionDAG] Add space-optimized forms of OPC_EmitNode/OPC_MorphNodeTo (#73...Wang Pengcheng3-9/+9
2023-12-12[SelectionDAG] Add instantiated OPC_CheckType (#73283)Wang Pengcheng1-1/+1
2023-12-12[LoopVectorize] Improve algorithm for hoisting runtime checks (#73515)David Sherwood1-26/+118
2023-12-12[AMDGPU][NFC] Test autogenerated llc tests for COV5 (#74339)Saiyedul Islam22-4247/+3893
2023-12-12[SCEV] Use loop guards when checking that RHS >= Start (#75039)Nikita Popov1-3/+3
2023-12-12[RISCV] Move test to RVV directory. NFCLuke Lau1-0/+0
2023-12-12[RISCV] Remove unecessary early exit in transferBefore (#74040)Luke Lau13-450/+313
2023-12-12[BPF][GlobalISel] select non-PreISelGenericOpcode (#75034)Yingchi Long1-0/+5
2023-12-12[CodeGen] Port `SjLjEHPrepare` to new pass manager (#75023)paperchalice1-1/+2
2023-12-11[llvm-exegesis] Use explicit error classes for different snippet crashes (#74...Aiden Grossman2-4/+4
2023-12-11[M68k][MC] Add fmove.l from / to fp control registersMin-Yih Hsu1-0/+17
2023-12-11Revert "[RISCV] Update the interface of sifive vqmaccqoq (#74284)"Kazu Hirata4-112/+120
2023-12-12[AArch64]: Added code for generating XAR instruction (#75085)Shreyansh Chouhan1-0/+22
2023-12-12[LV] Added pre-commit tests for changing loop interleaving count computation ...Nilanjana Basu3-107/+576
2023-12-12[RISCV] Update the interface of sifive vqmaccqoq (#74284)Brandon Wu4-120/+112
2023-12-12[CodeGen] Port `SelectOptimize` to new pass manager (#74920)paperchalice5-0/+16
2023-12-11[X86] Handle unsized types in TargetMachine::isLargeGlobalObject() (#74952)Arthur Eubanks1-18/+68
2023-12-11[MachinePipeliner] Fix store-store dependences (#72575)bcahoon1-0/+84
2023-12-11[X86] Handle ifuncs in TargetMachine::isLargeGlobalObject() (#74911)Arthur Eubanks1-12/+110
2023-12-11[X86] Allow constant pool references under medium code model in X86InstrInfo:...Arthur Eubanks1-1/+38
2023-12-12[CodeGen] Port `JMCInstrumenter` to new pass manager (#75049)paperchalice3-5/+10
2023-12-11[test] Change llc -march to -mtripleFangrui Song1-1/+1
2023-12-11[AArch64] Set MaxAtomicSizeInBitsSupported. (#74385)James Y Knight2-104/+72
2023-12-11[RISCV] Macro-fusion support for veyron-v1 CPU. (#70012)Mikhail Gudim1-0/+159
2023-12-11[NVPTX] Custom lower integer<->bf16 conversions for sm_80 (#74827)Benjamin Kramer1-0/+103