summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2025-04-24Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3Matthias Krüger-0/+10
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-4/+10
2025-04-23tests: account for CFI directives in `tests/assembly/x86-return-float.rs`Jieyou Xu-0/+10
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-4/+10
2025-04-20stabilize `naked_functions`Folkert de Vries-4/+4
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-36/+36
2025-04-17Rollup merge of #139971 - LukasWoodtli:gardena/lw/fix-cstring-merging-test, r...Matthias Krüger-3/+5
2025-04-17Make C string merging test work on MIPSLukas Woodtli-3/+5
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-0/+3
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-6/+6
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-6/+6
2025-04-14Let CStrings be either 1 or 2 byte aligned.Eddy (Eduard) Stefes-1/+1
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-1/+2
2025-04-11Rollup merge of #138182 - durin42:llvm-21-fp128-windows, r=tgross35Stuart Cook-1/+2
2025-04-10tests: adjust expectation for f128 abi on WindowsAugie Fackler-1/+2
2025-04-10Add minimal x86_64-lynx-lynxos178 support.Tim Newsome-0/+3
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+2
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-0/+28
2025-04-06update/bless testsBennet Bleßmann-22/+16
2025-04-05Update the minimum external LLVM to 19Josh Stone-2/+1
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+61
2025-03-28Auto merge of #138503 - bjorn3:string_merging, r=tmiaskobors-0/+27
2025-03-28Add test and commentbjorn3-0/+27
2025-03-24Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcmbors-16/+30
2025-03-19Use explicit cpu in some asm and codegen tests.Jesus Checa Hidalgo-3/+3
2025-03-13Rollup merge of #137816 - folkertdev:naked-asm-xcoff, r=NoratriebMatthias Krüger-0/+35
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-0/+3
2025-03-08support XCOFF in `naked_asm!`Folkert de Vries-0/+35
2025-03-07Rollup merge of #137957 - Noratrieb:no, r=wesleywiserJacob Pratt-8/+1
2025-03-06Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsicsDaniPopes-16/+30
2025-03-03Remove i586-pc-windows-msvcNoratrieb-8/+1
2025-03-03Rollup merge of #136938 - mustartt:fix-stack-protector-filecheck, r=Mark-Simu...Matthias Krüger-16/+16
2025-02-28move naked function assembly tests to their own directoryFolkert de Vries-0/+0
2025-02-24Rollup merge of #137530 - LukasWoodtli:gardena/lw/mips_dwarf, r=jieyouxuMichael Goulet-3/+4
2025-02-24DWARF mixed versions with LTO on MIPSLukas Woodtli-3/+4
2025-02-24tests: use minicore moreDavid Wood-135/+79
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-4/+1
2025-02-20Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubileeJubilee-3/+3
2025-02-20Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35Jubilee-5/+5
2025-02-20fix label suffixHenry Jiang-16/+16
2025-02-20Make x86 QNX target name consistent with other Rust targetsFlorian Bartels-3/+3
2025-02-20remove : from stack-protector-heuristics-effect.rs filecheckHenry Jiang-4/+4
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-5/+5
2025-02-19Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35Matthias Krüger-0/+26
2025-02-19x86_win64 ABI: do not use xmm0 with softfloat ABIRalf Jung-0/+26
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-27/+22
2025-02-16use add-core-stubs / minicore for a few more testsRalf Jung-8/+0
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