| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| co-authored-by: Amanieu <amanieu@gmail.com> | ||||
| 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 | |
| LVI hardening tests Mitigating the speculative execution LVI attack against SGX enclaves requires compiler changes (i.e., adding lfences). This pull requests adds various tests to check if this happens correctly. | ||||
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -0/+191 | |
| This patch also: * Add soft-float supports: only f32 * zero-extend i8/i16 to i32 because MIPS only supports register-length arithmetic. * Update table in asm! chapter in unstable book. | ||||
| 2020-09-25 | cleaning up code | Raoul Strackx | -14/+0 | |
| 2020-09-25 | Building libunwind with new CMakeLists. | Raoul Strackx | -4/+0 | |
| The old CMakeLists file of libunwind used the C compiler to compile assembly files. This caused such code not to be hardened. | ||||
| 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 | |
| Fixes #74658 | ||||
| 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 | |
| GPRs only | ||||
| 2020-05-24 | Added comment about static variables | Michal Sudwoj | -0/+1 | |
| 2020-05-24 | Fixed tests | Michal Sudwoj | -69/+61 | |
| 2020-05-24 | Minor fixes, as requested in PR review | Michal Sudwoj | -22/+53 | |
| 2020-05-24 | NVPTX support for new asm! | Michal Sudwoj | -0/+109 | |
| 2020-05-18 | Fix tests | Amanieu d'Antras | -0/+1 | |
| 2020-05-18 | Disable asm tests on system llvm | Amanieu d'Antras | -0/+7 | |
| 2020-05-18 | The h modifier is only supported by reg_abcd | Amanieu d'Antras | -7/+0 | |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -14/+6 | |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -0/+2189 | |
| 2019-06-12 | Ignore NVPTX tests | John Kåre Alsaker | -0/+9 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-02-27 | Introduce assembly tests | Denys Zariaiev | -0/+293 | |
