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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_target
/
src
/
asm
Age
Commit message (
Expand
)
Author
Lines
2024-10-06
Support clobber_abi in MSP430 inline assembly
Taiki Endo
-0
/
+10
2024-10-01
Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu
Guillaume Gomez
-12
/
+128
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
-12
/
+128
2024-09-03
Add `warn(unreachable_pub)` to `rustc_target`.
Nicholas Nethercote
-1
/
+1
2024-08-25
Add `f16` and `f128` inline ASM support for `aarch64`
beetrees
-3
/
+3
2024-08-24
Enable f16 in assembly on aarch64 platforms that support it
rongfu.leng
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-39
/
+72
2024-06-22
compiler: Fix arm32 asm issues by hierarchically sorting reg classes
Jubilee Young
-40
/
+40
2024-06-22
Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu
Guillaume Gomez
-5
/
+7
2024-06-21
Add `f16` inline ASM support for RISC-V
beetrees
-3
/
+4
2024-06-21
Add `f16` inline ASM support for 32-bit ARM
beetrees
-5
/
+7
2024-06-13
Add `f16` and `f128` inline ASM support for `x86` and `x86-64`
beetrees
-11
/
+23
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-20
/
+3
2024-04-11
Rollup merge of #123740 - veera-sivarajan:reduce-size-of-modifierinfo, r=petr...
Matthias Krüger
-3
/
+3
2024-04-10
Reduce size of `ModifierInfo`
Veera
-3
/
+3
2024-04-10
Add support for Arm64EC inline assembly
Daniel Paoliello
-24
/
+48
2024-03-13
Improve style
Veera
-2
/
+2
2024-03-03
Mention Register Size in `#[warn(asm_sub_register)]`
Veera
-85
/
+85
2024-01-03
Support reg_addr register class in s390x inline assembly
Taiki Endo
-14
/
+15
2023-10-21
update the registers of csky
dirreke
-3
/
+3
2023-08-14
add details for csky-unknown-linux-gnuabiv2 and add docs
Dirreke
-31
/
+17
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+166
2023-07-18
support for mips32r6 as a target_arch value
chenx97
-1
/
+1
2023-07-18
merge patterns
chenx97
-2
/
+1
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-0
/
+1
2023-05-12
asm: loongarch64: Drop efiapi
WANG Rui
-2
/
+2
2023-05-08
Simplify match statement since variable arch that is predictable
WANG Rui
-5
/
+4
2023-05-05
asm: loongarch64: Implementation of clobber_abi
WANG Rui
-0
/
+20
2023-04-25
Add loongarch64 asm! support
zhaixiaojuan
-0
/
+157
2023-04-12
Add inline assembly support for m68k
Ian Douglas Scott
-0
/
+105
2023-03-01
Use FxIndexSet instead of FxHashSet for asm_target_features query.
Michael Woerister
-25
/
+26
2023-01-14
Fix some missed double spaces.
André Vennberg
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-24
/
+24
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-4
/
+4
2022-07-08
Collapse some weirdly-wrapping derives
Michael Goulet
-48
/
+8
2022-06-18
rustc_target: Remove some redundant target properties
Vadim Petrochenkov
-1
/
+1
2022-05-17
Add ABI clobbers
Connor Horman
-0
/
+2
2022-05-16
Add tmm_reg clobbers
Connor Horman
-0
/
+13
2022-04-25
Remove references to git.io
Eric Huss
-1
/
+2
2022-04-19
asm: Add a kreg0 register class on x86 which includes k0
Amanieu d'Antras
-8
/
+9
2022-03-22
Fold aarch64 feature +fp into +neon
Jubilee Young
-1
/
+1
2022-02-24
ARM: Only allow using d16-d31 with asm! when supported by the target
Amanieu d'Antras
-1
/
+4
2022-02-21
Add tests
Amanieu d'Antras
-2
/
+2
2022-02-21
Take CodegenFnAttrs into account when validating asm! register operands
Amanieu d'Antras
-120
/
+94
2022-02-21
On ARM, use relocation_model to detect whether r9 should be reserved
Amanieu d'Antras
-44
/
+58
2022-02-21
Simplify gating of BPF w registers behind the alu32 target feature
Amanieu d'Antras
-26
/
+12
2022-02-18
asm: Allow the use of r8-r14 as clobbers on Thumb1
Amanieu d'Antras
-41
/
+91
2022-01-31
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-22
Add preliminary support for inline assembly for msp430.
William D. Jones
-0
/
+106
[next]