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
/
test
/
assembly
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-6608
/
+0
2023-01-05
Add vendor to Fuchsia's target triple
David Koloski
-2
/
+2
2022-12-20
Add `-Zno-jump-tables`
Miguel Ojeda
-0
/
+34
2022-12-02
Rollup merge of #105033 - durin42:llvm-16-dont-tail-call-me-bro, r=tmandry
Matthias Krüger
-0
/
+5
2022-11-29
v8a as default aarch64 target
Tommy Chiang (oToToT)
-0
/
+37
2022-11-28
sparc-struct-abi: work around new tail-call optimization
Augie Fackler
-0
/
+5
2022-11-19
fix assembly test on apple
Lukas Markeffsky
-5
/
+5
2022-11-19
fix assembly test on windows
Lukas Markeffsky
-10
/
+10
2022-11-19
always use `align_offset` in `is_aligned_to` + add assembly test
Lukas Markeffsky
-0
/
+58
2022-11-06
Add a codegen test for rust-lang/rust#96152
Ben Kimock
-0
/
+37
2022-10-17
Stabilize asm_sym
Amanieu d'Antras
-15
/
+17
2022-09-29
Enable inline stack probes on X86 with LLVM 16
Josh Stone
-0
/
+42
2022-08-21
Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm
Matthias Krüger
-0
/
+25
2022-08-20
Allow other directives before the `ret`
scottmcm
-1
/
+1
2022-08-16
Update src/test/assembly/x86_64-floating-point-clamp.rs
Alex
-1
/
+1
2022-08-16
Update src/test/assembly/x86_64-floating-point-clamp.rs
Alex
-0
/
+25
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-7
/
+0
2022-08-02
RISC-V ASM test: relax label name constraint.
Tim Neumann
-1
/
+1
2022-07-20
adapt assembly/static-relocation-model test for LLVM change
Krasimir Georgiev
-3
/
+4
2022-07-18
Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...
Dylan DPC
-0
/
+45
2022-07-16
Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum
bors
-0
/
+48
2022-07-17
Add a special case for align_offset /w stride != 1
Simonas Kazlauskas
-0
/
+48
2022-07-08
Implement support for DWARF version 5.
Patrick Walton
-0
/
+20
2022-07-06
Also stop emitting BTI prologues for naked functions
Jubilee Young
-0
/
+21
2022-07-06
Stop emitting CET prologues for naked functions
Jubilee Young
-0
/
+24
2022-06-07
hexagon: adapt test for upstream output changes
Augie Fackler
-3
/
+3
2022-05-25
Fix stack protector basic test
Nikita Popov
-1
/
+1
2022-05-03
Collect function instance used in `global_asm!` sym operand
Tomasz Miąsko
-0
/
+5
2022-04-26
Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa
Guillaume Gomez
-0
/
+254
2022-04-25
Add test for asserting correct generation of ptx-kernel args
Kjetil Kjeka
-0
/
+254
2022-04-16
Update tests for sym support in global_asm!
Amanieu d'Antras
-1
/
+12
2022-03-10
short-circuit the easy cases in `is_copy_modulo_regions`
Scott McMurray
-0
/
+2
2022-01-22
Add preliminary support for inline assembly for msp430.
William D. Jones
-0
/
+158
2021-12-29
Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa
bors
-0
/
+22
2021-12-12
Address review feedback
Amanieu d'Antras
-3
/
+3
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-7
/
+11
2021-12-07
Remove the reg_thumb register class for asm! on ARM
Amanieu d'Antras
-36
/
+0
2021-12-06
Implement inline asm! for AVR platform
Andrew Dona-Couch
-0
/
+282
2021-12-02
Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa
bors
-0
/
+64
2021-12-01
Review comments
Jamie Cunliffe
-1
/
+1
2021-12-01
Add codegen option for branch protection and pointer authentication on AArch64
James McGregor
-0
/
+22
2021-12-01
fix sparc64 ABI for aggregates with floating point members
Petr Sumbera
-0
/
+64
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-0
/
+682
2021-11-07
Add features gates for experimental asm features
Amanieu d'Antras
-12
/
+12
2021-10-22
Update the minimum external LLVM to 12
Josh Stone
-5
/
+1
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-14
/
+2
2021-10-15
test fix: aarch64 atomics are only outlined on Linux.
Hans Kratz
-0
/
+1
2021-10-09
Fix min LLVM version for bpf-types test
Alessandro Decina
-1
/
+1
2021-10-04
Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubilee
Jubilee
-0
/
+16
2021-10-01
Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov
Manish Goregaokar
-0
/
+73
[next]