summary refs log tree commit diff
path: root/tests/assembly/asm
AgeCommit message (Expand)AuthorLines
2024-09-09Ban non-array SIMDScott McMurray-212/+60
2024-08-31[testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function...Rajveer-126/+12
2024-08-25Add `f16` and `f128` inline ASM support for `aarch64`beetrees-27/+106
2024-08-24Enable f16 in assembly on aarch64 platforms that support itrongfu.leng-1/+28
2024-08-13stabilize `asm_const`Folkert-2/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-22Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=AmanieuGuillaume Gomez-178/+319
2024-06-21Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=AmanieuJubilee-2/+53
2024-06-21Add `f16` inline ASM support for RISC-Vbeetrees-2/+53
2024-06-21Add `f16` inline ASM support for 32-bit ARMbeetrees-178/+319
2024-06-19Remove c_unwind from tests and fix testsGary Guo-3/+3
2024-06-13Add `f16` and `f128` inline ASM support for `x86` and `x86-64`beetrees-26/+218
2024-06-04Use FileCheck to parameterize codegen tests over hashesJubilee Young-2/+2
2024-05-30Run rustfmt on `tests/assembly/`.Nicholas Nethercote-1/+1
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello-76/+79
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-104/+104
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-0/+24
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-2/+1
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+1
2023-05-29Fix linkage for large binaries on mips64 platforms ...Ximin Luo-4/+8
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-0/+196
2023-04-23allow array-style simd in inline asmEzra Shaw-0/+25
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+83
2023-04-05Fix an assembly test with a hard-coded hashThom Chiovoloni-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+4642