summaryrefslogtreecommitdiff
path: root/tests/assembly
AgeCommit message (Expand)Author
2024-05-30Run rustfmt on `tests/assembly/`.Nicholas Nethercote
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)
2024-05-28Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwcoMatthias Krüger
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart
2024-05-12test: Add assembly tests for x86_64-unknown-linux-none targetFederico Maria Morrone
2024-05-10NVPTX: Avoid PassMode::Direct for args in C abiKjetil Kjeka
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone
2024-04-30Rollup merge of #124299 - clubby789:106269-test, r=nikic许杰友 Jieyou Xu (Joe)
2024-04-30Add test for efficient codegen of manual `eq` implementations of a small structclubby789
2024-04-22also update windows slack-protector testsErik Desjardins
2024-04-11adjust stack-protector test (which inappropriately depends on IR types)Erik Desjardins
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors
2024-03-23Avoid non-windows non-linux in assembly x64 testScott McMurray
2024-03-22Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhprattbors
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis
2024-03-19Remove `SpecOptionPartialEq`clubby789
2024-03-18Update visionOS MachO tests to require LLVM 18Adam Gastineau
2024-03-18Support for visionOSAdam Gastineau
2024-03-17Let codegen decide when to `mem::swap` with immediatesScott McMurray
2024-03-12Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructi...Jubilee
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors
2024-03-12Add tests for the generated assembly of mask related simd instructions.Jörn Horstmann
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton
2024-03-11NVPTX: Enable previously disabled testsKjetil Kjeka
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello
2024-03-06tests: Add loongarch64-unknown-linux-musl targetWANG Rui
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton
2024-03-02Remove underscore from QNX target file nameNilstrieb
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick
2024-02-26rename 'try' intrinsic to 'catch_unwind'Ralf Jung
2024-02-23Ignore less tests in debug buildsBen Kimock
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)
2024-02-22Fix tests/assembly/stack-protector/stack-protector-target-support.rs许杰友 Jieyou Xu (Joe)
2024-02-08Bless/fix testsBen Kimock
2024-02-04Add an `armv8r-none-eabihf` target to support the Cortex-R52.Chris Copeland
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr
2024-01-25Split assembly tests for ELF and MachONikita Popov
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick
2024-01-22assembly test: add riscv32im_risc0_zkvm_elf targetErik Kaneda