summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Precommit tests for D156308pvanhout2023-07-281-1/+46
* AMDGPU: Always custom lower extract_subvectorMatt Arsenault2023-07-271-0/+573
* [AArch64] Correct the regtype of indexed fmlalDavid Green2023-07-271-4/+8
* [AArch64] Add test showing incorrect register usage of FMLAL. NFCDavid Green2023-07-271-0/+123
* [XCOFF] Enable available_externally linkage for functions.esmeyi2023-07-261-0/+51
* Reland "[LoongArch] Support -march=native and -mtune="Weining Lu2023-07-262-0/+27
* AMDGPU: Correctly expand f64 sqrt intrinsicMatt Arsenault2023-07-255-877/+5731
* AMDGPU: Add more sqrt f64 lowering testsMatt Arsenault2023-07-252-303/+2727
* [RISCV] Remove zvk uimm constraints4vtomat2023-07-254-13/+18
* [SVE] Add vselect(mla/mls) patterns for cases where a multiplicand is used fo...Paul Walker2023-07-252-124/+118
* [JITLink][PowerPC] Pre-commit test for D155925. NFC.Kai Luo2023-07-253-0/+67
* [RISCV] Merge rv32/rv64 vector narrowing integer right shift intrinsic tests ...Jim Lin2023-07-254-4592/+728
* Revert "[LV] Re-use existing broadcast value for live-ins."Martin Storsjö2023-07-2518-584/+742
* [RISCV] Match ext_vl+sra_vl/srl_vl+trunc_vector_vl to vnsra.wv/vnsrl.wvLiaoChunyu2023-07-253-0/+208
* [X86] Support -march=graniterapids-d and update -march=graniterapidsFreddy Ye2023-07-251-0/+2
* [AMDGPU] Allow vector access types in PromoteAllocaToVectorpvanhout2023-07-252-6/+382
* [AMDGPU] Use SSAUpdater in PromoteAllocapvanhout2023-07-259-250/+277
* test/.../print-dot-dom.ll: Avoid writing to cwd of test by creating/cding int...David Blaikie2023-07-251-0/+3
* [LoongArch] Implement isSExtCheaperThanZExtWANG Rui2023-07-2511-85/+78
* [LoongArch] Add test case showing suboptimal codegen when zero extendingWANG Rui2023-07-251-0/+17
* [LoongArch] Support InlineAsm for LSX and LASXchenli2023-07-254-0/+144
* [llvm-objdump][test] Improve elf-aarch64-mapping-symbols.testFangrui Song2023-07-241-15/+24
* [PowerPC][AIX] Enable quadword atomics by default for AIXKai Luo2023-07-253-287/+248
* ConstantFolding: Constant fold denormal inputs to canonicalize for IEEEMatt Arsenault2023-07-241-10/+243
* [TextAPI] Remove TBD file attributes that aren't used anymore.Cyndy Ishida2023-07-244-10/+0
* [RISCV] Add lowering for scalar fmaximum/fminimum.Craig Topper2023-07-244-20/+468
* [RISCV] Adjust memcpy lowering test coverage w/VPhilip Reames2023-07-241-618/+95
* [RISCV] Add memcpy lowering test coverage with and without VPhilip Reames2023-07-243-304/+3007
* [llvm-objdump] [NFC] Add missing REQUIRES to arm64ec.yaml.Jacek Caban2023-07-241-0/+2
* Recognize ARM64EC binaries in COFFObjectFile::getMachine.Jacek Caban2023-07-241-0/+88
* [yaml2obj] Add support for load config section data.Jacek Caban2023-07-242-1/+323
* [SLP]Check scalars before trying scheduling.Alexey Bataev2023-07-2414-654/+657
* RegisterCoaleser: Fix empty subrange verifier errorMatt Arsenault2023-07-241-4/+72
* RegisterCoalescer: Fix verifier error on redef of subregister for live out im...Matt Arsenault2023-07-243-0/+305
* AMDGPU: Implement combineRepeatedFPDivisorsMatt Arsenault2023-07-241-738/+326
* [NVPTX] Expand select_cc on bfloat16 typeYuanqiang Liu2023-07-241-0/+15
* [RISCV] Add CZERO_EQZ/CZERO_NEZ to ComputeNumSignBitsForTargetNode.Craig Topper2023-07-241-15/+12
* [RISCV] Add test case for D156082 to condops.llCraig Topper2023-07-241-0/+137
* [RISCV] Add CZERO_EQZ/CZERO_NEZ to computeKnownBitsForTargetNode.Craig Topper2023-07-241-6/+3
* [AMDGPU] Fix llvm.amdgcn.wave.reduce.umax/umin MIR testsPravin Jagtap2023-07-242-60/+76
* [X86] fpclamptosat.ll - add nounwind to get rid of cfi noiseSimon Pilgrim2023-07-241-110/+54
* [AArch64] Add vselect(fmin/fmax) SVE patternsDavid Green2023-07-241-72/+60
* [AArch64] Extra testing for vselect(fmin/max patterns. NFCDavid Green2023-07-241-0/+396
* [X86] combineConcatVectorOps - add concat(ctpop)/concat(ctlz)/concat(cttz) ha...Simon Pilgrim2023-07-241-284/+158
* [X86] Add some basic concat(ctpop)/concat(ctlz)/concat(cttz) widening testsSimon Pilgrim2023-07-241-0/+1936
* [OpenMP] Make the nested parallelism global hiddenJoseph Huber2023-07-2412-53/+53
* [X86] combineConcatVectorOps - add basic concat(unpack(x,y),unpack(z,w)) -> u...Simon Pilgrim2023-07-2414-27735/+18000
* [AArch64] NFC: Move fadda tests to separate file.Sander de Smalen2023-07-244-194/+218
* [AArch64][SME] NFC: Pass target feature on RUN line, instead of function attr...Sander de Smalen2023-07-2457-2162/+2647
* [NVPTX] Fix lack of `.noreturn` on certain functions for aliasesJoseph Huber2023-07-241-1/+15