index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_gcc
/
src
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Support ctr and lr as clobber-only registers in PowerPC inline assembly
Taiki Endo
-4
/
+12
2025-06-18
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...
Guillaume Gomez
-3
/
+6
2025-04-30
Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser
Matthias Krüger
-1
/
+1
2025-04-25
Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_c...
Antoni Boucher
-4
/
+4
2025-04-18
Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...
Guillaume Gomez
-127
/
+162
2025-04-14
Pass &mut self to codegen_global_asm
bjorn3
-1
/
+1
2024-12-10
codegen `#[naked]` functions using `global_asm!`
Folkert
-0
/
+7
2024-11-29
Support #[repr(simd)] types in input/output of PowerPC inline assembly
Taiki Endo
-4
/
+6
2024-11-25
Support predicate registers (clobber-only) in Hexagon inline assembly
Taiki Endo
-0
/
+6
2024-11-24
Make s390x non-clobber-only vector register support unstable
Taiki Endo
-1
/
+1
2024-11-22
Support input/output in vector registers of s390x inline assembly
Taiki Endo
-4
/
+4
2024-11-07
Basic inline assembly support for SPARC and SPARC64
Taiki Endo
-0
/
+5
2024-11-02
Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...
Taiki Endo
-2
/
+4
2024-09-21
Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...
Taiki Endo
-0
/
+8
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-07-17
Format cg_gcc with same formatting parameters
Guillaume Gomez
-5
/
+1
2024-07-10
Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master
Guillaume Gomez
-26
/
+35
2024-03-23
CFI: Use Instance at callsites
Matthew Maurer
-1
/
+1
2024-03-10
Fix cg_gcc merge
Guillaume Gomez
-3
/
+5
2024-03-09
Merge remote-tracking branch 'upstream/master' into HEAD
Guillaume Gomez
-3
/
+28
2024-03-05
Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...
Guillaume Gomez
-90
/
+133
2024-02-24
Implement asm goto for LLVM and GCC backend
Gary Guo
-3
/
+28
2024-01-03
Support reg_addr register class in s390x inline assembly
Taiki Endo
-1
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-10-09
Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...
Antoni Boucher
-4
/
+0
2023-08-15
Auto merge of #114467 - Amanieu:asm-unstable-features, r=davidtwco
bors
-2
/
+2
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+5
2023-08-04
Use `unstable_target_features` when checking inline assembly
Amanieu d'Antras
-2
/
+2
2023-06-19
Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023...
Antoni Boucher
-1
/
+0
2023-05-03
Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3
Manish Goregaokar
-1
/
+1
2023-05-03
Add cross-language LLVM CFI support to the Rust compiler
Ramon de C Valle
-1
/
+1
2023-04-25
Add loongarch64 asm! support
zhaixiaojuan
-0
/
+5
2023-04-12
Add inline assembly support for m68k
Ian Douglas Scott
-0
/
+7
2023-03-05
Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...
Antoni Boucher
-86
/
+125
2022-10-01
Merge apply_attrs_callsite into call and invoke
bjorn3
-1
/
+1
2022-09-24
Add UnwindingInlineAsm
Ellis Hoag
-1
/
+2
2022-06-06
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
Antoni Boucher
-12
/
+27
2022-05-17
Handle tmm_reg in rustc_codegen_gcc
Connor Horman
-2
/
+3
2022-04-19
Rollup merge of #95740 - Amanieu:kreg0, r=nagisa
Dylan DPC
-0
/
+3
2022-04-19
asm: Add a kreg0 register class on x86 which includes k0
Amanieu d'Antras
-0
/
+3
2022-04-15
Add codegen for global_asm! sym operands
Amanieu d'Antras
-4
/
+28
2022-01-22
Add preliminary support for inline assembly for msp430.
William D. Jones
-0
/
+3
2022-01-17
Use Symbol for target features in asm handling
bjorn3
-2
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-12
/
+0
2021-12-31
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-202...
bjorn3
-60
/
+51
2021-12-07
Remove the reg_thumb register class for asm! on ARM
Amanieu d'Antras
-5
/
+2
2021-12-06
Implement inline asm! for AVR platform
Andrew Dona-Couch
-0
/
+3
2021-12-03
rustc_codegen_gcc: proper check for may_unwind
cynecx
-2
/
+2
2021-12-03
rustc_codegen_gcc: error on unwinding inline asm
cynecx
-1
/
+8
[next]