about summary refs log tree commit diff
path: root/src/test/ui/asm/aarch64
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2240/+0
2023-01-01Verbose suggestionsEsteban Küber-15/+11
2022-12-29Account for multiple multiline spans with empty paddingEsteban Küber-6/+1
2022-11-02asm: Work around LLVM bug on AArch64Amanieu d'Antras-0/+16
2022-10-17Stabilize asm_symAmanieu d'Antras-5/+5
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+10
2022-09-08fix the suggestion of format for asm_sub_registerYiming Lei-20/+20
2022-08-14Update the minimum external LLVM to 13Josh Stone-1/+0
2022-08-02Properly reject the `may_unwind` option in `global_asm!`Amanieu d'Antras-18/+18
2022-07-14Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkovDylan DPC-1/+20
2022-07-14Fix spans for asm diagnosticsAmanieu d'Antras-1/+20
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-1/+1
2022-07-07fix arm testEsteban Küber-6/+10
2022-07-07Bless aarch64 test.Camille GILLOT-1/+1
2022-05-27Update tests on aarch64Oli Scherer-127/+183
2022-04-16Update tests for sym support in global_asm!Amanieu d'Antras-25/+36
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-1/+1
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+1
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-33/+38
2022-01-31Update test output for `ui/asm/aarch64/parse-error.rs`Fabian Wolff-7/+7
2021-12-12Re-bless asm tests for aarch64Amanieu d'Antras-142/+144
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-15/+26
2021-12-11Fix AArch64 asm ui testsAmanieu d'Antras-19/+11
2021-12-03fix inline asm test by not hardcoding symbol namescynecx-3/+9
2021-12-03add clobber_abi("C") to may_unwind inline-asm testscynecx-1/+1
2021-12-03add tests for asm's options(may_unwind)cynecx-0/+31
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-22/+22
2021-11-12fix aarch test error annotationsasquared31415-4/+4
2021-11-10Fix aarch testsasquared31415-60/+51
2021-11-10Add support for specifying multiple clobber_abi in `asm!`asquared31415-57/+46
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-28/+29
2021-10-23bless the line changes in ui/asm/aarch64/srcloc.rsJosh Stone-23/+23
2021-10-22Update the minimum external LLVM to 11Josh Stone-3/+0
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-11/+11
2021-10-15Bless testsCameron Steffen-11/+11
2021-10-14Use non-checking TLS relocation in aarch64 asm! sym test.Adam Gemmell-1/+1
2021-09-24Disable some tests for platforms without registers.Adam Gemmell-25/+49
2021-09-24Add inline asm! tests for aarch64Adam Gemmell-0/+2085