summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2024-08-28Implement RFC 3525.Luca Versari-0/+37
2024-08-27Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=AmanieuTrevor Gross-5/+111
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-23Add Trusty OS as tier 3 targetNicole LeGare-0/+6
2024-08-22llvm 20: adapt integer comparison testsKrasimir Georgiev-14/+28
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+3
2024-08-13stabilize `asm_const`Folkert-2/+1
2024-08-13Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3Matthias Krüger-0/+132
2024-08-11Refactor `powerpc64` call ABI handlingbeetrees-0/+132
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-27/+27
2024-07-30Match LLVM ABI in `extern "C"` functions for `f128` on Windowsbeetrees-0/+39
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-26Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errorsbors-0/+2
2024-07-25Let InstCombine remove Clone shims inside Clone shimsBen Kimock-0/+2
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