JanLJL
|
9c2f559983
|
black formatting
|
2025-03-05 10:20:47 +01:00 |
|
JanLJL
|
253b0ee9d5
|
remove dependency on MachineModel
|
2025-03-04 17:44:27 +01:00 |
|
pleroy
|
1a7c1588f6
|
Add support for the Intel syntax supported by MSVC and ICC
|
2025-02-02 14:02:16 +01:00 |
|
stefandesouza
|
78309574ac
|
added prefetch operand
|
2024-03-18 22:29:39 +01:00 |
|
stefandesouza
|
5f9de2c41d
|
Dump now converts classes to dicts
|
2024-03-05 00:18:45 +01:00 |
|
stefandesouza
|
38781ecc94
|
Port pressure returned in tuple with Memory Operand
|
2024-03-04 20:00:43 +01:00 |
|
stefandesouza
|
04388af5dd
|
Made all attributes lower case
|
2024-02-22 13:48:56 +01:00 |
|
stefandesouza
|
cac4a0ebf2
|
flake8 standards
|
2023-12-03 21:04:58 +01:00 |
|
stefandesouza
|
14a2aa0b52
|
Changed style to conform to PEP-8 conventions; Added source and destination attributes to parent Operand class
|
2023-10-29 13:52:49 +01:00 |
|
stefandesouza
|
0a32c77751
|
Added 2 operand types and made changes for attribute usage
|
2023-08-20 21:01:44 +02:00 |
|
Julian Hammer
|
6204c90934
|
migrate code style to Black
|
2021-03-11 12:02:45 +01:00 |
|
Julian Hammer
|
979d08358e
|
singelton for isa parsers
|
2020-11-09 12:36:14 +01:00 |
|
JanLJL
|
9ba9bab107
|
try different ISA as fallback when parsing without --arch flag, use SKX as x86 default and enhanced ISA detection heuristic
|
2020-11-02 15:33:50 +01:00 |
|
JanLJL
|
022598d94f
|
autodetect ISA and default uarch for ISA
|
2020-10-29 13:00:02 +01:00 |
|
JanLJL
|
64da89ec3d
|
enhancecd ARM identifier to support immediate offsets
|
2020-09-17 22:12:12 +02:00 |
|
JanLJL
|
dcd5b8fd61
|
more documentation
|
2020-03-05 18:39:38 +01:00 |
|
JanLJL
|
3ca2586bac
|
added --ignore-unknown flag and major updates in x86 parser
|
2020-01-09 17:57:08 +01:00 |
|
JanLJL
|
042c034838
|
implemented new CP calculation for x86
|
2019-09-24 19:00:12 +02:00 |
|
JanLJL
|
eeb55e8cf7
|
added tests for base parser
|
2019-08-30 12:10:15 +02:00 |
|
JanLJL
|
df8a81bf4d
|
initial version of loop-carried dependencies checker
|
2019-08-23 19:01:20 +02:00 |
|
JanLJL
|
cb75bf52ab
|
first basic analysis version
|
2019-07-24 10:57:19 +02:00 |
|
JanLJL
|
75a405e33e
|
added dependency check for registers and tests
|
2019-06-12 18:57:53 +02:00 |
|
JanLJL
|
d553998b90
|
added AttrDict to parser and refactoring
|
2019-06-04 12:55:32 +02:00 |
|
JanLJL
|
6c212d130c
|
added tests for analyzer
|
2019-06-04 10:07:44 +02:00 |
|
JanLJL
|
f9e6583959
|
more tests for parser
|
2019-05-03 14:45:21 +02:00 |
|
JanLJL
|
38bbf2712b
|
added tests and functionalities for x86_att parser
|
2019-04-30 18:37:07 +02:00 |
|
JanLJL
|
2d32b3a92a
|
initial parser structure added
|
2019-04-30 14:06:24 +02:00 |
|