1081 Commits

Author SHA1 Message Date
Jan
33fd0a0352 Merge pull request #116 from eggrobin/graph-colouring
Improvements to graph layout and colouring
2025-03-31 11:38:23 +02:00
Jan
a17e79a3a9 Merge pull request #115 from pleroy/Comisd
Support for arithmetic shift and comparison instructions for x86
2025-03-31 11:18:09 +02:00
Robin Leroy
de0b1fde64 white on blue 2025-03-27 23:12:25 +01:00
Robin Leroy
d82bc8052b Less clever and more useful colouring 2025-03-27 23:12:19 +01:00
Robin Leroy
b854562a82 Improve dependency graph colouring 2025-03-27 23:11:57 +01:00
Robin Leroy
8c31c6ff77 Mark backward edges as backward so the graph is ordered like the code 2025-03-27 23:11:46 +01:00
Robin Leroy
e096cf4704 Don’t spam filled until dot breaks 2025-03-27 23:11:35 +01:00
Robin Leroy
7d900fde38 Don’t run out of colours 2025-03-27 23:11:21 +01:00
pleroy
28df996617 Moar colors. 2025-03-27 23:11:13 +01:00
pleroy
1eb82a6f0a Fix the x86 ISA description to indicate that the register of SAR and SAL is read/write. 2025-03-27 22:47:32 +01:00
Robin Leroy
b7e4acc905 ucomisd is like comisd 2025-03-27 22:46:48 +01:00
pleroy
b989145a36 Define comisd sources. 2025-03-27 22:46:38 +01:00
Jan
9c97d32512 Merge pull request #114 from eggrobin/setmeow-jmeow
Add the x86 SET* and J* instructions
2025-03-26 09:05:23 +01:00
Robin Leroy
9e6373a013 Configure the dependencies of the jmeow instructions on flags 2025-03-20 22:30:00 +01:00
Robin Leroy
e99c3d935d Add the setmeow instructions 2025-03-20 22:29:51 +01:00
JanLJL
edb32b38ca use pypi version of kerncraft for GH Actions 2025-03-19 14:36:49 +01:00
JanLJL
2a231bf20b version bump v0.7.0 2025-03-17 10:28:06 +01:00
JanLJL
fb8c8ec7db remove AT&T limitation 2025-03-17 10:27:41 +01:00
Jan
2f069000e9 add syntax flag in README 2025-03-17 10:26:50 +01:00
Jan
bdbcb18817 Merge pull request #112 from pleroy/Intel
Add support for the Intel syntax produced by MSVC and ICC
2025-03-17 10:20:40 +01:00
JanLJL
7930e4d704 take +- operator of offset/index in mem-addr into account 2025-03-14 18:46:12 +01:00
pleroy
d61330404b Rewrite the parsing of register expressions. GCC, for reasons unknown, put the displacement in the middle.
I am completely restructuring the parser definition so that they are more explicit.  They are more verbose too, but at least I understand what they do.
2025-03-12 22:26:38 +01:00
pleroy
91da9a311a Upper case the argument to the --syntax flag, otherwise 'att' means 'intel' :-/ 2025-03-12 00:35:01 +01:00
pleroy
0c201be10e Revert 62908f3b8f and fix a failure in tests.test_cli.TestCLI.test_without_arch while preserving the possibility to try more archs than the detected one. 2025-03-11 23:34:36 +01:00
JanLJL
2cf2bf5cec Merge branch 'master' into merge-branch 2025-03-07 14:45:44 +01:00
JanLJL
4e3994fec1 added support for <Xd>! registers and [<Xd>]! mem addresses in Arm 2025-03-07 11:49:14 +01:00
JanLJL
ff727223bb add setuptools to Install 2025-03-05 13:19:09 +01:00
JanLJL
306abcf0a6 specify commit for kerncraft 2025-03-05 12:54:55 +01:00
JanLJL
0b1ada14d0 undo unnecessary install 2025-03-05 11:01:47 +01:00
JanLJL
81dfb0e6cb use local osaca version 2025-03-05 11:00:08 +01:00
JanLJL
796256fa13 more black formatting 2025-03-05 10:40:18 +01:00
JanLJL
99d0e0ffb6 install kerncraft from git repo 2025-03-05 10:38:39 +01:00
JanLJL
9c2f559983 black formatting 2025-03-05 10:20:47 +01:00
JanLJL
02716e7b41 flake8 formatting 2025-03-05 10:19:10 +01:00
JanLJL
5cd6b2cf9d renamed .asm files to .s for consistency 2025-03-05 09:36:07 +01:00
JanLJL
be3622ce86 bugfixes 2025-03-04 17:46:37 +01:00
JanLJL
63774e65bc chmod +x 2025-03-04 17:46:23 +01:00
JanLJL
796cfdc3b5 add test case for specific syntax parameter in get_asm_parser() 2025-03-04 17:45:19 +01:00
JanLJL
253b0ee9d5 remove dependency on MachineModel 2025-03-04 17:44:27 +01:00
JanLJL
e37f9f119d add default syntax for get_parser for compatibility with kerncraft 2025-03-04 17:44:02 +01:00
JanLJL
400be352e1 remove dependency on MachineModel 2025-03-04 17:42:52 +01:00
JanLJL
62908f3b8f fix bug when no micro arch was given 2025-03-04 17:42:05 +01:00
JanLJL
34fef3823b get_marker() needed for kerncraft 2025-03-03 18:26:33 +01:00
pleroy
1a7c1588f6 Add support for the Intel syntax supported by MSVC and ICC 2025-02-02 14:02:16 +01:00
JanLJL
785a365c63 bugfix 2025-01-09 17:11:21 +01:00
JanLJL
34321109df more SVE instructions 2025-01-09 16:48:48 +01:00
JanLJL
ea5e56083e added vfmaddsub instructions 2024-12-31 13:46:44 +01:00
JanLJL
94e90e292c added vshufp[sd] instructions 2024-12-31 13:46:30 +01:00
JanLJL
d46ef5db22 added instructions 2024-11-26 16:57:39 +01:00
JanLJL
8482463db3 version bump v0.6.1 2024-10-11 16:34:48 +02:00