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_target
/
src
/
asm
Age
Commit message (
Expand
)
Author
Lines
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
2022-01-17
Pass target_features set instead of has_feature closure
bjorn3
-54
/
+59
2022-01-17
Use Symbol for target features in asm handling
bjorn3
-49
/
+62
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-14
/
+14
2021-12-10
asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by
Amanieu d'Antras
-8
/
+65
2021-12-07
Remove the reg_thumb register class for asm! on ARM
Amanieu d'Antras
-13
/
+24
2021-12-06
Implement inline asm! for AVR platform
Andrew Dona-Couch
-0
/
+221
2021-11-10
Update more rustc/libtest things for wasm64
Alex Crichton
-3
/
+7
2021-11-06
Improve terminology around "after typeck"
pierwill
-1
/
+1
2021-09-01
Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu
Mara Bos
-10
/
+61
2021-08-28
Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieu
bors
-0
/
+131
2021-08-25
add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC
Jacob Lifshay
-10
/
+61
2021-08-23
Fix: made suggested change
linux1
-1
/
+1
2021-08-23
Refactor: disabled frame pointer; consolidated unsupported register errors; a...
linux1
-68
/
+18
2021-08-22
Fix: appeased x.py test tidy --bless
linux1
-6
/
+6
2021-08-22
Feat: further testing & support for i64 general register use
linux1
-1
/
+1
2021-08-22
Feat: added s390x reg-definitions, constraint codes, and tests
linux1
-26
/
+26
2021-08-22
Feat: added inline asm support for s390x
linux1
-0
/
+181
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-12
Add support for clobber_abi to asm!
Amanieu d'Antras
-0
/
+182
2021-07-11
Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa
bors
-36
/
+116
[next]