Commit 6d87b54
External Release v2024.04.01
This release updates XED according to Intel's latest APX spec (Rev-04), April 2024.
It includes:
- Remove promoted SHA and KeyLocker EVEX instructions
- Encoding update for URDMSR/UWRMSR
- Addition of missing CPUID sensitivity for promoted POPCNT EVEX instruction
- Update the handling of EVEX.U and reinterpretation to X4
General:
- Enable a secured build using a new `--security-level` mfile.py knob (1->Medium, 2->High, 3->Highest).
The default level is 1 (will be raised to 2 in a future release)
Please expect performance degradation with level 3.
- Drop the ICC/ICL build options using mfile.py
Add:
- AMX: Support the restriction of illegal register combination (Solves #303)
- Disassembler: Print sequential registers using "+(N-1)" notation
- Add ENC2 support for Intel APX architecture (TBD: REX2 for EGPR support)
- Add ENC2 support for KOP instructions
Fix:
- ISA definition fixes (APX/MOVDIR64B missing operands, Fix CPUID for SYS{ENTER,EXIT}, fix MMX extensions)
- RFLAGS: Fix width definition and wrong duplicated operands for several instructions (Solves #320)
- Fix CPL definition for ENQCMDS (Solves #311)
- Fix CPL definition for LGDT (Solves #312)
- Fix CPL definition for VMCALL (Solves #313)
- Several bug fixes and improvements for the ENC2 library.
For a list of unsupported IFORMS, please check the `enc2_unsupported_ref.json` file.
- Fix build with the clang built of llvm-project trunk (Solves #315)
Modify:
- Improve Python code quality
(Solves #314)
(Solves #317)
We express our gratitude to all members of the XED community for their valuable contributions.
Co-authored-by: marjevan <marjevan@users.noreply.github.com>1 parent d08a6f6 commit 6d87b54
File tree
224 files changed
+7947
-7149
lines changed- .github
- actions
- antivirus-scan
- coverity-report
- scripts
- workflows
- datafiles
- amd
- amx-complex
- amx-fp16
- amx-spr
- apx-f
- cldemote
- enqcmd
- fred
- future
- hsw
- docsrc
- examples
- include
- private
- public/xed
- pysrc
- scripts
- git-hooks
- src
- dec
- enc2chk
- enc2test
- enc2
- tests
- bulk-tests
- tests-amx
- test-00004
- test-00005
- test-00006
- test-00007
- test-00008
- test-00009
- test-00010
- test-00011
- test-00012
- test-00013
- test-00014
- tests-apx
- test-00004
- test-00029
- test-00039
- test-00041
- test-00043
- test-00044
- test-00046
- tests-base
- test-00089
- test-00100
- test-00107
- test-00108
- test-00109
- test-00110
- test-00111
- test-00138
- test-00144
- test-00180
- test-00181
- test-00182
- test-00183
- test-00184
- test-00187
- test-00188
- test-00189
- test-00190
- test-00191
- test-00192
- test-00193
- test-00194
- test-00195
- test-00196
- test-00197
- test-00198
- test-00199
- test-00200
- test-00201
- test-00202
- test-00203
- test-00204
- test-00205
- test-00206
- test-00207
- test-00208
- test-00209
- test-00210
- test-00211
- test-00212
- test-00213
- test-00214
- test-00215
- test-00216
- test-00263
- test-00266
- test-00373
- test-00374
- test-00375
- test-00376
- test-00377
- test-00378
- test-00379
- test-00380
- test-00381
- test-00382
- test-00383
- test-00384
- test-00385
- test-00386
- test-00387
- test-00388
- test-00389
- test-00390
- test-00391
- test-00392
- test-00393
- test-00394
- test-00395
- test-00396
- test-00397
- test-00398
- test-00399
- test-00400
- test-00401
- test-00402
- test-00403
- test-00404
- test-00405
- test-00406
- test-00407
- test-00408
- test-00409
- test-00410
- test-00411
- test-00412
- test-00413
- test-00414
- test-00415
- test-00416
- test-00417
- test-00418
- test-00419
- test-00420
- test-00421
- test-00422
- test-00423
- test-00424
- test-00425
- test-00426
- test-00427
- test-00428
- test-00429
- test-00430
- test-00431
- test-00432
- test-00433
- test-00434
- test-00435
- test-00436
- test-00437
- test-00438
- test-00439
- test-00440
- test-00441
- test-00442
- test-00443
- test-00444
- test-00445
- test-00446
- test-00447
- test-00448
- test-00449
- test-00450
- test-00517
- test-00519
- test-00530
- test-00531
- tests-prefetch
- test-00000
- test-00001
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
224 files changed
+7947
-7149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
0 commit comments