summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2024-11-21Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigandMatthias Krüger-0/+322
2024-11-14Support s390x z13 vector ABITaiki Endo-0/+322
2024-11-14tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li...许杰友 Jieyou Xu (Joe)-2/+2
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-1/+1
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-1/+1
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-3/+4
2024-11-08Stabilize s390x inline assemblyTaiki Endo-1/+1
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-0/+168
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-3/+0
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-4/+13
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-3/+0
2024-11-02Rollup merge of #132457 - taiki-e:needless-feature, r=workingjubileeMatthias Krüger-1/+1
2024-11-01Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline as...Taiki Endo-1/+1
2024-11-01Move remaining inline assembly test files into asm directoryTaiki Endo-0/+0
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-4/+13
2024-10-31tests/assembly: add `minicore` compiletest self-test许杰友 Jieyou Xu (Joe)-0/+5
2024-10-28riscv-soft-abi-with-float-features.rs: adapt for LLVM 20Krasimir Georgiev-3/+8
2024-10-23Auto merge of #132079 - fmease:rollup-agrd358, r=fmeasebors-0/+108
2024-10-22Add wasm32v1-none target (compiler-team/#791)Graydon Hoare-0/+3
2024-10-23Set `signext` or `zeroext` for integer arguments on LoongArch64Asuna-1/+13
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-0/+96
2024-10-22Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubileebors-2/+4
2024-10-22adjust asm testRalf Jung-2/+4
2024-10-21Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubileeJubilee-0/+46
2024-10-19Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxubors-1/+1
2024-10-19Fix test expectations for 32bit x86bjorn3-1/+1
2024-10-17Always specify `llvm_abiname` for RISC-V targetsbeetrees-0/+46
2024-10-11Rollup merge of #131208 - mustartt:aix-call-abi, r=davidtwcoMatthias Krüger-4/+39
2024-10-11compiletest: Remove the magic hacks for finding output with `lto=thin`Zalathar-7/+0
2024-10-07add aix aggregate testHenry Jiang-4/+39
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-4/+4
2024-10-05Add assembly tests to satisfy 'tidy'Henri Lunnikivi-0/+9
2024-10-04Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelixJubilee-0/+3
2024-09-25Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercoteMatthias Krüger-0/+6
2024-09-24Rollup merge of #130752 - tdittr:cmse-assembly-tests, r=jieyouxuTrevor Gross-5/+81
2024-09-23Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxuMichael Goulet-0/+3
2024-09-23Improve assembly test for CMSE ABIsTamme Dittrich-5/+81
2024-09-23Add new Tier-3 target: `loongarch64-unknown-linux-ohos`Xiaotian Wu-0/+3
2024-09-23Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxuJubilee-6/+0
2024-09-21Add assembly test for the cmse unstable featuresFolkert-0/+26
2024-09-21Remove x86_64-fuchsia and aarch64-fuchsia target aliasesArtyom Tetyukhin-6/+0
2024-09-20Add arm64e-apple-tvos targetArtyom Tetyukhin-0/+3
2024-09-20Add Vxworks RISC-V targetsB I Mohammed Abbas-0/+6
2024-09-18Update the minimum external LLVM to 18Josh Stone-9/+0
2024-09-16Add x86_64-unknown-trusty as tier 3Nicole LeGare-0/+3
2024-09-16Ignore reduce-fadd-unordered on SGX platformRaoul Strackx-0/+1
2024-09-15Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji...Jubilee-0/+29
2024-09-15Use -0.0 in `intrinsics::simd::reduce_add_unordered`Jubilee Young-0/+29
2024-09-12small_data_threshold.rs: Adapt to LLVM head changesTim Neumann-2/+2
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-0/+92