about summary refs log tree commit diff
path: root/src/test/assembly
AgeCommit message (Expand)AuthorLines
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-11/+11
2021-03-16Adjust `-Ctarget-cpu=native` handling in cg_llvmSimonas Kazlauskas-0/+41
2021-02-28Support LLVM 12 in rustcNikita Popov-14/+15
2021-02-1432-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg...Johnathan Van Why-0/+9
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-0/+42
2020-12-01Add wasm32 support to inline asmGus Caplan-0/+150
2020-10-04Add asm! support for mips64Lzu Tao-64/+90
2020-10-04mips32: Add f64 hard-float supportLzu Tao-0/+24
2020-09-30Remove useless stringifyLzu Tao-4/+0
2020-09-28Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrumbors-0/+70
2020-09-27Add MIPS asm! supportLzu Tao-0/+191
2020-09-25cleaning up codeRaoul Strackx-14/+0
2020-09-25Building libunwind with new CMakeLists.Raoul Strackx-4/+0
2020-09-25skeleton check module level assemblyRaoul Strackx-0/+16
2020-09-25rust inline assembly lvi hardening testRaoul Strackx-0/+41
2020-09-22generic load hardening testRaoul Strackx-0/+18
2020-09-22generic ret hardening testRaoul Strackx-0/+13
2020-08-28Fix testAmanieu d'Antras-10/+11
2020-08-26Fix a typo in #75781Amanieu d'Antras-0/+5
2020-08-22Expand RISCV pseudo-instructions to match LLVM 11Josh Stone-15/+16
2020-08-21Add regression testAmanieu d'Antras-0/+5
2020-08-03Work around LLVM issues with explicit register in inline asmAmanieu d'Antras-62/+833
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-0/+8
2020-06-16Add initial asm!() support for hexagonBrian Cain-0/+130
2020-05-24Added comment about static variablesMichal Sudwoj-0/+1
2020-05-24Fixed testsMichal Sudwoj-69/+61
2020-05-24Minor fixes, as requested in PR reviewMichal Sudwoj-22/+53
2020-05-24NVPTX support for new asm!Michal Sudwoj-0/+109
2020-05-18Fix testsAmanieu d'Antras-0/+1
2020-05-18Disable asm tests on system llvmAmanieu d'Antras-0/+7
2020-05-18The h modifier is only supported by reg_abcdAmanieu d'Antras-7/+0
2020-05-18Add support for high byte registers on x86Amanieu d'Antras-14/+6
2020-05-18Add tests for asm!Amanieu d'Antras-0/+2189
2019-06-12Ignore NVPTX testsJohn Kåre Alsaker-0/+9
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-02-27Introduce assembly testsDenys Zariaiev-0/+293