about summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2024-03-18Update visionOS MachO tests to require LLVM 18Adam Gastineau-0/+2
2024-03-18Support for visionOSAdam Gastineau-0/+6
2024-03-17Let codegen decide when to `mem::swap` with immediatesScott McMurray-0/+50
2024-03-12Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructi...Jubilee-0/+597
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-5/+4
2024-03-12Add tests for the generated assembly of mask related simd instructions.Jörn Horstmann-0/+597
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-1/+1
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+1
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-5/+4
2024-03-11NVPTX: Enable previously disabled testsKjetil Kjeka-15/+10
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger-0/+3
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-0/+3
2024-03-06tests: Add loongarch64-unknown-linux-musl targetWANG Rui-0/+3
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-1/+4
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-1/+4
2024-03-02Remove underscore from QNX target file nameNilstrieb-3/+3
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-1/+1
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
2024-02-26rename 'try' intrinsic to 'catch_unwind'Ralf Jung-1/+1
2024-02-23Ignore less tests in debug buildsBen Kimock-3/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1200/+1200
2024-02-22Fix tests/assembly/stack-protector/stack-protector-target-support.rs许杰友 Jieyou Xu (Joe)-1/+2
2024-02-08Bless/fix testsBen Kimock-2/+2
2024-02-04Add an `armv8r-none-eabihf` target to support the Cortex-R52.Chris Copeland-0/+3
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-3/+0
2024-01-25Split assembly tests for ELF and MachONikita Popov-64/+82
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
2024-01-22assembly test: add riscv32im_risc0_zkvm_elf targetErik Kaneda-0/+3
2024-01-17tests: add sanity-check assembly test for every targetDavid Wood-0/+747
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-0/+24
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-4/+8
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-2/+2
2023-12-11test: demonstrate that dwarf debug names sections are emittedWeihang Lo-0/+25
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-4/+8
2023-11-30Auto merge of #116892 - ojeda:rethunk, r=wesleywiserbors-0/+30
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+30
2023-11-30Auto merge of #118036 - DianQK:thinlto-tests, r=tmiaskobors-0/+8
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-0/+8
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-3/+1
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+1
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+2
2023-10-28Remove asmjs from testsJubilee Young-3/+2
2023-10-23Fix closure-inherit-target-feature test for SGX platformRaoul Strackx-0/+1
2023-10-19Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviperbors-1/+821
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-1/+3
2023-10-15Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcmbors-0/+25
2023-10-12Exclude apple from assembly testScott McMurray-0/+1
2023-10-07Copy 1-element arrays as scalars, not vectorsScott McMurray-0/+19
2023-10-06optimize zipping over array iteratorsThe 8472-0/+25
2023-10-02Limit to LLVM 17.0.2 to work around WinEH codegen bugNikita Popov-0/+1