summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2025-02-13Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki...Jacob Pratt-0/+3
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-1/+0
2025-02-12Rollup merge of #136758 - workingjubilee:specify-opt-level-for-tests, r=saethlinGuillaume Gomez-67/+83
2025-02-12Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJungGuillaume Gomez-3/+3
2025-02-10Add cygwin target.王宇逸-0/+3
2025-02-10Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubileebors-0/+21
2025-02-09tests/assembly: cross-compile x86-return-floatJubilee Young-17/+26
2025-02-08tests/assembly: use -Copt-level=3 instead of -OJubilee Young-28/+29
2025-02-08tests/assembly: make typed-swap test much less fragileJubilee Young-20/+20
2025-02-08tests/assembly: make windows ABI test cross-compileJubilee Young-3/+9
2025-02-09Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie...Urgau-0/+24
2025-02-08Add tests for -Zdwarf-version lto behaviorWesley Wiser-0/+24
2025-02-07Replace i686-unknown-redox target with i586-unknown-redoxJeremy Soller-3/+3
2025-02-05Rollup merge of #133932 - bjorn3:fix_ptx_kernel_abi, r=wesleywiserJubilee-17/+1
2025-02-03Remove a footgun-y feature / relic of the past from the compiletest DSLLeón Orell Valerian Liehr-30/+30
2025-01-31Add amdgpu targetFlakebi-0/+21
2025-01-27Stabilize target_feature_11Caleb Zulawski-1/+0
2025-01-26Auto merge of #104693 - jhorstmann:use-high-bit-of-mask-for-select, r=working...bors-66/+66
2025-01-26Consistently use the most significant bit of vector masksJörn Horstmann-66/+66
2025-01-26Auto merge of #135764 - nikic:llvm-20-test-fixes, r=wesleywiserbors-6/+13
2025-01-26Restore previous ABI for f_single_u8_argbjorn3-1/+1
2025-01-26Avoid using make_direct_deprecated() in extern "ptx-kernel"bjorn3-18/+2
2025-01-26Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubileeJacob Pratt-0/+12
2025-01-24Rollup merge of #135966 - mustartt:fix-ppc-abi-test, r=workingjubileeMatthias Krüger-4/+4
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-0/+6
2025-01-24Add support for QNX 7.1 with io-sock on x64Florian Bartels-0/+3
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-0/+3
2025-01-24Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgrbors-0/+15
2025-01-23allow different sized load and storeHenry Jiang-4/+4
2025-01-23Fix x86_64-bigint-helpers test on LLVM 20Nikita Popov-6/+13
2025-01-20work around the `wasm32-unknown-unknown` ABI being brokenFolkert de Vries-8/+9
2025-01-20support wasm inline assembly in naked functionsFolkert de Vries-0/+198
2025-01-20Add NuttX support for AArch64 and ARMv7-A targetsHuang Qi-0/+15
2025-01-13llvm: Allow sized-word rather than ymmword in testsMatthew Maurer-2/+2
2025-01-06Add new `{x86_64,i686}-win7-windows-gnu` targetsTobias Bucher-0/+6
2025-01-06Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubileebors-0/+3
2025-01-05Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obkbors-0/+6
2025-01-03Force code generation in assembly generation smoke-testsMatthew Maurer-0/+4
2025-01-03add m68k-unknown-none-elf targetkirk-0/+3
2025-01-03Target: Add mips mti baremetal supportYunQiang Su-0/+6
2024-12-18tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by usi...Taiki Endo-487/+88
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-0/+14
2024-12-03Update the definition of `borrowing_sub`Tobias Decking-2/+23
2024-12-02Add `core::arch::breakpoint` and testJosh Triplett-0/+14
2024-12-01Rollup merge of #133674 - scottmcm:chain-carrying-add, r=AmanieuMatthias Krüger-0/+33
2024-11-30Fix chaining `carrying_add`sScott McMurray-0/+33
2024-11-29Support floats in input/output in vector registers of PowerPC inline assemblyTaiki Endo-0/+66
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-2/+235
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+1
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-3/+195