about summary refs log tree commit diff
path: root/tests/ui/asm/x86_64
AgeCommit message (Expand)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-27/+29
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+1
2025-06-03Remove uses of `stdarch_x86_avx512`sayantn-2/+0
2025-05-18Remove uses of `#[feature(avx512_target_feature)]`sayantn-7/+4
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-05Update the minimum external LLVM to 19Josh Stone-330/+25
2025-03-17Stabilize asm_gotoGary Guo-4/+3
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-1/+0
2025-03-10Pass InferCtxt to InlineAsmCtxt to properly taint on errorMichael Goulet-9/+15
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-2/+0
2025-02-11Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...Matthias Krüger-0/+6
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-6/+9
2025-01-29show supported register classesFolkert de Vries-0/+6
2025-01-27Stabilize target_feature_11Caleb Zulawski-2/+0
2024-11-26Pass end position of span through inline ASM cookiebeetrees-25/+360
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-1/+1
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-2/+22
2024-11-24Fix asm goto with outputsGary Guo-9/+37
2024-10-11Make asm label blocks safe contextGary Guo-0/+37
2024-09-30make type-check-4 asm tests about non-const expressionsRalf Jung-48/+0
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-42/+25
2024-09-09Ban non-array SIMDScott McMurray-11/+8
2024-08-13stabilize `asm_const`Folkert-61/+51
2024-08-06Auto merge of #125558 - Amanieu:const-asm-type, r=lcnrbors-53/+9
2024-08-01separate test file for invalid sym operandFolkert-53/+9
2024-07-25improve error message when `global_asm!` uses `asm!` optionsFolkert-18/+18
2024-07-25apply fix suggested by lcnrFolkert-16/+16
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-6/+6
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-9/+15
2024-06-26Automatically taint InferCtxt when errors are emittedOli Scherer-12/+59
2024-06-19Remove c_unwind from tests and fix testsGary Guo-1/+1
2024-06-13Add `f16` and `f128` inline ASM support for `x86` and `x86-64`beetrees-5/+5
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-4/+5
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-4/+5
2024-04-10Handle more cases of value suggestionsEsteban Küber-4/+4
2024-04-03Remove MIR unsafe checkMatthew Jasper-27/+2
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-8/+8
2024-03-03Update testsVeera-8/+8
2024-02-24Add tests for asm gotoGary Guo-16/+183
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-48/+48
2024-02-14Implicitly enable evex512 if avx512 is enabledNikita Popov-0/+15
2024-02-10rebless after rebaseRalf Jung-0/+3
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-10/+19
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-2/+0
2023-11-28Name explicit registers in conflict register errors for inline assemblyGeorge Wort-7/+7
2023-10-19Fix duplicate labels emitted in `render_multispan_macro_backtrace()`Gurinder Singh-6/+1
2023-10-06Use pushsection/popsectionbjorn3-2/+2
2023-10-05Properly export function defined in test which uses global_asm!()bjorn3-1/+8
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0