| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco | Matthias Krüger | -51/+47 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -18/+21 |
| 2025-02-24 | Mark more LLVM FFI as safe | Oli Scherer | -46/+47 |
| 2025-02-24 | Use a safe wrapper around an LLVM FFI function | Oli Scherer | -1/+1 |
| 2025-02-24 | Remove inherent function that has a trait method duplicate of a commonly impo... | Oli Scherer | -6/+1 |
| 2025-01-29 | Mark condition/carry bit as clobbered in C-SKY inline assembly | Taiki Endo | -1/+3 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -11/+10 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -0/+8 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -0/+42 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -6/+4 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -11/+10 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+2 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -4/+6 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -1/+8 |
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -17/+18 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -2/+2 |
| 2024-11-22 | Support input/output in vector registers of s390x inline assembly | Taiki Endo | -2/+4 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+14 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -2/+6 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -1/+1 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -2/+6 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -42/+51 |
| 2024-10-28 | Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char` | Zalathar | -5/+5 |
| 2024-10-14 | Fix AArch64InlineAsmReg::emit | Taiki Endo | -46/+5 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+1 |
| 2024-10-01 | Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu | Guillaume Gomez | -0/+6 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -3/+8 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-09-21 | Support clobber_abi and vector/access registers (clobber-only) in s390x inlin... | Taiki Endo | -0/+6 |
| 2024-09-19 | Streamline register methods. | Nicholas Nethercote | -292/+251 |
| 2024-09-19 | replace some deprecated functions | Luv-Ray | -3/+8 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -1/+1 |
| 2024-08-25 | Add `f16` and `f128` inline ASM support for `aarch64` | beetrees | -3/+11 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -12/+11 |
| 2024-06-22 | Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu | Guillaume Gomez | -0/+39 |
| 2024-06-21 | Add `f16` inline ASM support for RISC-V | beetrees | -6/+49 |
| 2024-06-21 | Add `f16` inline ASM support for 32-bit ARM | beetrees | -0/+39 |
| 2024-06-13 | Add `f16` and `f128` inline ASM support for `x86` and `x86-64` | beetrees | -0/+100 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`. | Nicholas Nethercote | -0/+1 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -11/+11 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -1/+1 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -3/+3 |
| 2024-02-24 | Add assertions and clarify asm-goto with noreturn | Gary Guo | -0/+1 |
| 2024-02-24 | Implement asm goto for LLVM and GCC backend | Gary Guo | -10/+19 |
| 2024-01-03 | Support reg_addr register class in s390x inline assembly | Taiki Endo | -1/+4 |
| 2023-08-15 | Auto merge of #114467 - Amanieu:asm-unstable-features, r=davidtwco | bors | -3/+4 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+6 |
| 2023-08-04 | Use `unstable_target_features` when checking inline assembly | Amanieu d'Antras | -3/+4 |