about summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2024-07-19Add NuttX based targets for RISC-V and ARMHuang Qi-0/+36
2024-07-18Add powerpc-unknown-linux-muslspe compile targetJosef Schlehofer-0/+3
2024-07-12Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubileebors-0/+328
2024-07-02Always preserve user-written comments in assemblyTrevor Gross-0/+12
2024-07-01Ensure tests don't fail on i586 in CIbeetrees-0/+5
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-20Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgrbors-0/+9
2024-06-20Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwcoMatthias Krüger-0/+9
2024-06-19Fix wasm_exceptions testGary Guo-3/+3
2024-06-19Remove c_unwind from tests and fix testsGary Guo-10/+10
2024-06-16Add i686-unknown-redox targetbjorn3-0/+3
2024-06-15Rollup merge of #126417 - beetrees:f16-f128-inline-asm-x86, r=AmanieuMatthias Krüger-26/+218
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+27
2024-06-13Add `f16` and `f128` inline ASM support for `x86` and `x86-64`beetrees-26/+218
2024-06-13feat: Add std Xtensa targets supportSergio Gasquez-0/+9
2024-06-12Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwcobors-1/+12
2024-06-12Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwcoJubilee-1/+31
2024-06-11Fix tests for 32 bits targetsLzu Tao-7/+6
2024-06-09Apply suggestions from code reviewLzu Tao-6/+4
2024-06-09add assembly test for #83585Lzu Tao-0/+30
2024-06-04Use FileCheck to parameterize codegen tests over hashesJubilee Young-2/+2
2024-06-01Ensure floats are returned losslessly by the Rust ABI on 32-bit x86beetrees-0/+323
2024-05-31NVPTX:_Especially add the DoubleI32 struct as a nvptx abi test case since it ...Kjetil Kjeka-0/+31
2024-05-31NVPTX: Avoid PassMode::Direct for C ABIKjetil Kjeka-1/+0
2024-05-30Run rustfmt on `tests/assembly/`.Nicholas Nethercote-84/+52
2024-05-29Add no_std Xtensa targets supportSergio Gasquez-1/+12
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)-6/+3
2024-05-28Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwcoMatthias Krüger-0/+436
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-6/+3
2024-05-12test: Add assembly tests for x86_64-unknown-linux-none targetFederico Maria Morrone-0/+3
2024-05-10NVPTX: Avoid PassMode::Direct for args in C abiKjetil Kjeka-0/+436
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-0/+2
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-1/+2
2024-04-30Rollup merge of #124299 - clubby789:106269-test, r=nikic许杰友 Jieyou Xu (Joe)-0/+22
2024-04-30Add test for efficient codegen of manual `eq` implementations of a small structclubby789-0/+22
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