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
/
src
/
inline_asm.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-25
Fix cpuid replacement shim
bjorn3
-10
/
+12
2022-08-22
Update to Cranelift 0.87.0
bjorn3
-1
/
+1
2022-08-14
Work around new asm! usage in measureme
bjorn3
-37
/
+119
2022-08-09
Remove most trap functions and remove all trapnz usages
bjorn3
-2
/
+16
2022-07-22
Fix inline asm codegen for empty template
bjorn3
-80
/
+90
2022-02-21
Take CodegenFnAttrs into account when validating asm! register operands
Amanieu d'Antras
-10
/
+6
2022-02-21
On ARM, use relocation_model to detect whether r9 should be reserved
Amanieu d'Antras
-1
/
+7
2022-01-17
Pass target_features set instead of has_feature closure
bjorn3
-6
/
+2
2022-01-17
Use Symbol for target features in asm handling
bjorn3
-4
/
+4
2021-12-20
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...
bjorn3
-152
/
+485
2021-12-13
Remove invalid doc links.
Amanieu d'Antras
-1
/
+1
2021-05-27
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...
bjorn3
-9
/
+21
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-4
/
+60
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-4
/
+10
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-44
/
+13
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-4
/
+4
2020-10-08
Use the new cranelift-module interface
bjorn3
-2
/
+2
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-23
/
+92
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-1
/
+1
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-4
/
+4
2020-08-22
FunctionCx: Fix field usage in inline_asm and vtable modules
CohenArthur
-1
/
+1
2020-08-22
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
CohenArthur
-3
/
+3
2020-08-22
FunctionCx: Replace .module with .codegen_cx.module
CohenArthur
-2
/
+2
2020-08-22
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
CohenArthur
-1
/
+1
2020-07-23
Fix multiple inline asm blocks in the same function
bjorn3
-1
/
+3
2020-07-10
Add basic inline asm support for x86_64
bjorn3
-0
/
+220