| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-10 | Add testing for Arm64EC Windows | Daniel Paoliello | -2/+4 | |
| 2025-05-06 | Add `riscv32` CI run | sayantn | -1/+1 | |
| 2025-04-20 | Augment `stdarch-test` to parse PPC | sayantn | -1/+1 | |
| - Remove some unused env variables from `run.sh` | ||||
| 2025-02-13 | Add the keylocker intrinsics | sayantn | -0/+5 | |
| 2024-12-21 | Make `assert_instr` stricter | sayantn | -3/+3 | |
| 2024-09-30 | Minor linting | Yuri Astrakhan | -1/+1 | |
| 2024-09-14 | Enable feature detection on all Apple/Darwin targets | Mads Marquart | -2/+2 | |
| Tested in the simulator and on the device I had lying around, a 1st generation iPad Mini (which isn't Aarch64, but shows that the `sysctlbyname` calls still work even there, even if they return false). `sysctlbyname` _should_ be safe to use without causing rejections from the app store, as its usage is documented in: https://developer.apple.com/documentation/kernel/1387446-sysctlbyname/determining_instruction_set_characteristics Also, the standard library will use these soon anyhow, so this shouldn't affect the situation: https://github.com/rust-lang/rust/pull/129019 | ||||
| 2024-06-29 | Upgraded disassembly to include `windows-gnu` targets | sayantn | -29/+23 | |
| 2024-04-19 | Enable testing for AArch64 Windows | Daniel Paoliello | -14/+20 | |
| 2024-03-13 | arm64ec | Daniel Paoliello | -1/+1 | |
| 2023-10-31 | Simplify some expressions with pointers and references | Eduardo Sánchez Muñoz | -2/+2 | |
| 2023-10-31 | Convert `while` loop to `for` | Eduardo Sánchez Muñoz | -1/+1 | |
| 2023-09-22 | Fix: #1464 for rv64 zb | Gijs Burghoorn | -1/+1 | |
| 2023-09-22 | Fix: #1464 for rv64 zk | Gijs Burghoorn | -0/+2 | |
| 2023-08-29 | Fix CI on wasm32-wasi | Amanieu d'Antras | -25/+33 | |
| The cc dependency doesn't compile on wasi, so only include it for windows targets. | ||||
| 2023-04-08 | stdarch-test: Ignore `{evex}` prefix emitted by recent objdump | Amanieu d'Antras | -1/+1 | |
| 2022-10-25 | Edition 2021, apply clippy::uninlined_format_args fix (#1339) | Yuri Astrakhan | -4/+4 | |
| 2021-09-08 | Normalize [us]shll.* ..., #0 aarch64 disassembly to the preferred [us]xtl.* ↵ | Hans Kratz | -1/+24 | |
| (#1213) | ||||
| 2021-09-08 | remove assembly parsing special case for otool output (no longer needed) | Hans Kratz | -10/+1 | |
| 2021-09-08 | using v8.6a target feature to cover more instructions | Hans Kratz | -1/+1 | |
| 2021-09-08 | Use objdump on Macos x86_64 as well. | Hans Kratz | -32/+7 | |
| 2021-09-08 | Use LLVM objdump on Macos ARM64 because it is not possible to enable TME ↵ | Hans Kratz | -0/+18 | |
| support with otool | ||||
| 2020-11-06 | Use --no-show-raw-insn to make disassemble parser simple. (#948) | Makoto Kato | -9/+3 | |
| 2020-10-25 | Run CI for i686-pc-windows-msvc (#934) | Makoto Kato | -48/+57 | |
| 2019-09-16 | Format | gnzlbg | -74/+65 | |
| 2019-07-14 | Try harder to parse invalid UTF8 on Windows | gnzlbg | -4/+4 | |
| 2019-07-14 | Try windows | gnzlbg | -1/+11 | |
| 2019-07-09 | Update repo name | gnzlbg | -0/+182 | |
