about summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2024-04-22also update windows slack-protector testsErik Desjardins-44/+16
2024-04-11adjust stack-protector test (which inappropriately depends on IR types)Erik Desjardins-40/+15
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello-76/+79
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+8
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+51
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+51
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-0/+53
2024-03-23Avoid non-windows non-linux in assembly x64 testScott McMurray-0/+3
2024-03-22Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhprattbors-27/+0
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+3
2024-03-19Remove `SpecOptionPartialEq`clubby789-27/+0
2024-03-18Update visionOS MachO tests to require LLVM 18Adam Gastineau-0/+2
2024-03-18Support for visionOSAdam Gastineau-0/+6
2024-03-17Let codegen decide when to `mem::swap` with immediatesScott McMurray-0/+50
2024-03-12Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructi...Jubilee-0/+597
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-5/+4
2024-03-12Add tests for the generated assembly of mask related simd instructions.Jörn Horstmann-0/+597
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-1/+1
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+1
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-5/+4
2024-03-11NVPTX: Enable previously disabled testsKjetil Kjeka-15/+10
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger-0/+3
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-0/+3
2024-03-06tests: Add loongarch64-unknown-linux-musl targetWANG Rui-0/+3
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-1/+4
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-1/+4
2024-03-02Remove underscore from QNX target file nameNilstrieb-3/+3
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-1/+1
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
2024-02-26rename 'try' intrinsic to 'catch_unwind'Ralf Jung-1/+1
2024-02-23Ignore less tests in debug buildsBen Kimock-3/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1200/+1200
2024-02-22Fix tests/assembly/stack-protector/stack-protector-target-support.rs许杰友 Jieyou Xu (Joe)-1/+2
2024-02-08Bless/fix testsBen Kimock-2/+2
2024-02-04Add an `armv8r-none-eabihf` target to support the Cortex-R52.Chris Copeland-0/+3
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-3/+0
2024-01-25Split assembly tests for ELF and MachONikita Popov-64/+82
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
2024-01-22assembly test: add riscv32im_risc0_zkvm_elf targetErik Kaneda-0/+3
2024-01-17tests: add sanity-check assembly test for every targetDavid Wood-0/+747
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-0/+24
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-4/+8
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-2/+2
2023-12-11test: demonstrate that dwarf debug names sections are emittedWeihang Lo-0/+25
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-4/+8
2023-11-30Auto merge of #116892 - ojeda:rethunk, r=wesleywiserbors-0/+30
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+30
2023-11-30Auto merge of #118036 - DianQK:thinlto-tests, r=tmiaskobors-0/+8
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-0/+8