| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-25 | rust inline assembly lvi hardening test | Raoul Strackx | -0/+41 |
| 2020-09-22 | generic load hardening test | Raoul Strackx | -0/+18 |
| 2020-09-22 | generic ret hardening test | Raoul Strackx | -0/+13 |
| 2020-08-28 | Fix test | Amanieu d'Antras | -10/+11 |
| 2020-08-26 | Fix a typo in #75781 | Amanieu d'Antras | -0/+5 |
| 2020-08-22 | Expand RISCV pseudo-instructions to match LLVM 11 | Josh Stone | -15/+16 |
| 2020-08-21 | Add regression test | Amanieu d'Antras | -0/+5 |
| 2020-08-03 | Work around LLVM issues with explicit register in inline asm | Amanieu d'Antras | -62/+833 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+8 |
| 2020-06-16 | Add initial asm!() support for hexagon | Brian Cain | -0/+130 |
| 2020-05-24 | Added comment about static variables | Michal Sudwoj | -0/+1 |
| 2020-05-24 | Fixed tests | Michal Sudwoj | -69/+61 |