sayantn
|
b1ad50f1e0
|
Add riscv32 CI run
|
2025-05-06 16:10:50 +00:00 |
|
sayantn
|
421bf535b7
|
Augment stdarch-test to parse PPC
- Remove some unused env variables from `run.sh`
|
2025-04-20 21:39:39 +00:00 |
|
sayantn
|
46fbfe9b09
|
Add the keylocker intrinsics
|
2025-02-13 10:54:53 +00:00 |
|
sayantn
|
a635da83d7
|
Make assert_instr stricter
|
2024-12-21 10:12:32 +00:00 |
|
Yuri Astrakhan
|
0760ed6ca7
|
Minor linting
|
2024-09-30 13:00:24 -04:00 |
|
Mads Marquart
|
8a511191a0
|
Enable feature detection on all Apple/Darwin targets
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-09-14 04:25:01 +01:00 |
|
sayantn
|
043f3cc280
|
Upgraded disassembly to include windows-gnu targets
|
2024-06-29 19:16:48 +02:00 |
|
Daniel Paoliello
|
613efc499c
|
Enable testing for AArch64 Windows
|
2024-04-19 17:21:08 +02:00 |
|
Daniel Paoliello
|
a00a70eacb
|
arm64ec
|
2024-03-13 22:30:36 +00:00 |
|
Eduardo Sánchez Muñoz
|
9f741c5986
|
Simplify some expressions with pointers and references
|
2023-10-31 02:20:17 +01:00 |
|
Eduardo Sánchez Muñoz
|
5cdd9f81ce
|
Convert while loop to for
|
2023-10-31 02:20:17 +01:00 |
|
Gijs Burghoorn
|
0d56394f35
|
Fix: #1464 for rv64 zb
|
2023-09-22 10:08:56 +08:00 |
|
Gijs Burghoorn
|
8a23f93e8b
|
Fix: #1464 for rv64 zk
|
2023-09-22 10:08:56 +08:00 |
|
Amanieu d'Antras
|
fff032b929
|
Fix CI on wasm32-wasi
The cc dependency doesn't compile on wasi, so only include it for
windows targets.
|
2023-08-29 15:21:34 +02:00 |
|
Amanieu d'Antras
|
acee6b804a
|
stdarch-test: Ignore {evex} prefix emitted by recent objdump
|
2023-04-08 21:41:40 +01:00 |
|
Yuri Astrakhan
|
81c221f058
|
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
|
2022-10-25 20:17:23 +01:00 |
|
Hans Kratz
|
5cd6850171
|
Normalize [us]shll.* ..., #0 aarch64 disassembly to the preferred [us]xtl.* (#1213)
|
2021-09-08 23:41:31 +01:00 |
|
Hans Kratz
|
03fa985cf0
|
remove assembly parsing special case for otool output (no longer needed)
|
2021-09-08 19:14:13 +02:00 |
|
Hans Kratz
|
999d954aa4
|
using v8.6a target feature to cover more instructions
|
2021-09-08 19:14:13 +02:00 |
|
Hans Kratz
|
f5af9d15a9
|
Use objdump on Macos x86_64 as well.
|
2021-09-08 19:14:13 +02:00 |
|
Hans Kratz
|
f15c851517
|
Use LLVM objdump on Macos ARM64 because it is not possible to enable TME support with otool
|
2021-09-08 19:14:13 +02:00 |
|
Makoto Kato
|
9a4ff9fe79
|
Use --no-show-raw-insn to make disassemble parser simple. (#948)
|
2020-11-06 21:56:36 +00:00 |
|
Makoto Kato
|
e020a85ff0
|
Run CI for i686-pc-windows-msvc (#934)
|
2020-10-25 01:32:27 +01:00 |
|
gnzlbg
|
226b3265c8
|
Format
|
2019-09-16 23:43:01 +02:00 |
|
gnzlbg
|
0357faa7c0
|
Try harder to parse invalid UTF8 on Windows
|
2019-07-14 15:29:19 +02:00 |
|
gnzlbg
|
f61cb90d87
|
Try windows
|
2019-07-14 15:29:19 +02:00 |
|
gnzlbg
|
686b813f5d
|
Update repo name
|
2019-07-09 01:37:07 +02:00 |
|