| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -0/+73 |
| 2021-09-30 | [aarch64] add target feature outline-atomics | Sebastian Pop | -0/+16 |
| 2021-09-20 | rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 | Augie Fackler | -0/+12 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -0/+25 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+12 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+12 |
| 2021-08-24 | Feat: added explicit register tests; added prefix to check_reg asm string | linux1 | -1/+37 |
| 2021-08-23 | Fix: added necessary prefix | linux1 | -2/+8 |
| 2021-08-22 | Fix: appeased x.py test tidy --bless | linux1 | -2/+2 |
| 2021-08-22 | Feat: further testing & support for i64 general register use | linux1 | -6/+46 |
| 2021-08-22 | Fix: moved #[no_mangle] | linux1 | -3/+1 |
| 2021-08-22 | Refactor: added #[no_mangle] | linux1 | -0/+2 |
| 2021-08-22 | Feat: added s390x reg-definitions, constraint codes, and tests | linux1 | -0/+86 |
| 2021-06-24 | Re-Annotate the tests with needs-llvm-components | Simonas Kazlauskas | -4/+13 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+154 |
| 2021-05-29 | BPF: add assembly test | Alessandro Decina | -0/+154 |
| 2021-05-28 | Fix static relocation model for PowerPC64 | Boris-Chengbiao Zhou | -2/+9 |
| 2021-05-19 | Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa | bors | -4/+37 |
| 2021-05-18 | Set dso_local for more items | Boris-Chengbiao Zhou | -0/+33 |
| 2021-05-18 | Fix assembly test from #83592 | Boris-Chengbiao Zhou | -4/+4 |
| 2021-05-13 | Add asm!() support for PowerPC64 | Dr. Chat | -1/+31 |
| 2021-05-13 | Add tests for global_asm! | Amanieu d'Antras | -0/+14 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+165 |
| 2021-04-29 | Remove tests introduced or cahnged by PR #77885, which is reverted in this PR. | Felix S. Klock II | -42/+0 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -0/+20 |
| 2021-04-06 | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco | bors | -0/+44 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -4/+5 |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -0/+44 |
| 2021-03-25 | Mark inline asm tests as requiring LLVM 10.0.1 | Amanieu d'Antras | -11/+11 |
| 2021-03-16 | Adjust `-Ctarget-cpu=native` handling in cg_llvm | Simonas Kazlauskas | -0/+41 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -14/+15 |
| 2021-02-14 | 32-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg... | Johnathan Van Why | -0/+9 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -0/+42 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -0/+150 |
| 2020-10-04 | Add asm! support for mips64 | Lzu Tao | -64/+90 |
| 2020-10-04 | mips32: Add f64 hard-float support | Lzu Tao | -0/+24 |
| 2020-09-30 | Remove useless stringify | Lzu Tao | -4/+0 |
| 2020-09-28 | Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum | bors | -0/+70 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -0/+191 |
| 2020-09-25 | cleaning up code | Raoul Strackx | -14/+0 |
| 2020-09-25 | Building libunwind with new CMakeLists. | Raoul Strackx | -4/+0 |
| 2020-09-25 | skeleton check module level assembly | Raoul Strackx | -0/+16 |