| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |