about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/loongarch.rs
AgeCommit message (Collapse)AuthorLines
2025-06-14Add `f16` inline asm support for LoongArchWANG Rui-3/+5
2025-06-10Add supported asm types for LoongArch32WANG Rui-4/+6
2024-11-29Fix target_feature handling in freg of LoongArch inline assemblyTaiki Endo-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-1/+0
2024-03-03Mention Register Size in `#[warn(asm_sub_register)]`Veera-3/+3
Fixes #121593
2023-05-08Simplify match statement since variable arch that is predictableWANG Rui-5/+4
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-0/+131