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_llvm
/
src
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-01
Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu
Mara Bos
-0
/
+8
2021-08-25
add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC
Jacob Lifshay
-0
/
+8
2021-08-22
Feat: added s390x reg-definitions, constraint codes, and tests
linux1
-6
/
+6
2021-08-22
Feat: added inline asm support for s390x
linux1
-0
/
+6
2021-08-14
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
bors
-1
/
+8
2021-08-12
Implement `black_box` using intrinsic
Gary Guo
-1
/
+1
2021-08-12
Mark RISC-V vector state as clobbered in inline assembly
Amanieu d'Antras
-1
/
+8
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-1
/
+1
2021-07-11
Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa
bors
-1
/
+49
2021-07-10
Add clobber-only register classes for asm!
Amanieu d'Antras
-1
/
+49
2021-05-23
Add support for BPF inline assembly
Alessandro Decina
-0
/
+6
2021-05-13
Add asm!() support for PowerPC64
Dr. Chat
-1
/
+1
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-3
/
+42
2021-05-11
Add initial asm!() support for PowerPC
Dr. Chat
-0
/
+8
2021-04-04
Allow clobbering unsupported registers in asm!
Amanieu d'Antras
-1
/
+26
2021-03-13
Always lower asm! to valid HIR
Amanieu d'Antras
-0
/
+3
2021-03-01
Mark pure asm as willreturn
Nikita Popov
-0
/
+1
2021-02-17
Replace vec![] calls with slice literals
est31
-3
/
+3
2021-02-14
32-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg...
Johnathan Van Why
-0
/
+3
2020-12-01
Add wasm32 support to inline asm
Gus Caplan
-0
/
+4
2020-11-11
Change capitalization of Spirv to SpirV
khyperia
-4
/
+4
2020-11-11
Add asm register information for SPIR-V
khyperia
-1
/
+11
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-6
/
+4
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-04
Add asm! support for mips64
Lzu Tao
-1
/
+4
2020-09-27
Add MIPS asm! support
Lzu Tao
-0
/
+25
2020-08-30
mv compiler to compiler/
mark
-0
/
+836