Skip to content

Releases: intelxed/xed

v2024.09.09

12 Sep 08:55
b86dd50
Compare
Choose a tag to compare

General:

  • Set the default security build level to 2, enabling the build of a more secure C library by default. If needed, users can lower the security level using the --security-level=1 build option.

Add:

  • Add AVX10/256 VL-ignored (Neither SAE nor Embedded-RC behavior) instructions.
  • Add ENC2 support for AVX10/256VL Embedded-RC instructions.

Fix:

  • Fix potential buffer overflow in ILD (resolves #331)
  • Resolve Python 3.12 Regex syntax warnings.

Full Changelog: v2024.08.15...v2024.09.09

v2024.08.15

17 Aug 17:25
ea330db
Compare
Choose a tag to compare

The release adds support for Intel Advanced Vector Extensions 10.2 (Intel® AVX10.2) ISA, compliant with the AVX10.2 architecture specification rev-1.0 (July 2024).

Added:

  • Decoder and encoder support for Intel AVX10.2 new ISA (No ENC2 support for YMM embedded-RC)

Fixed:

  • MPX: Removed wrong support for 16-bit addressing variants (#57)

Full Changelog: v2024.05.20...v2024.08.15

v2024.05.20

17 Aug 17:31
7e88c3e
Compare
Choose a tag to compare

General:

  • Remove a deprecated pin-crt build option

Added:

  • Support APX zero-upper recommended assembly syntax for IMUL and SETcc instructions
  • Update the xed_operand_values_mandatory_66_prefix() API to support scalable
    instructions introduced with APX
  • Enhance ENC2 support for legacy instructions with a mandatory 0xF2/0xF3 prefix
  • Integrate an encoding bits emitter for the xed-ex1.c example tool (available in verbose mode)

Fixed:

  • Add Missing MSR operand for U{WR,RD}MSR and WRMSRNS instructions
  • Fix build errors when the no-amd option is enabled and the object area is not clean

Python Code Quality Improvements:

  • Simplify the process of adding mbuild to PYTHONPATH (resolves #323)
  • Remove duplicate print utilities in read_xed_db.py (resolves #325)
  • Create enums for type and emit_type in actions.py (resolves #326)

We sincerely thank all members of the XED community for their essential contributions.

Full Changelog: v2024.04.01...v2024.05.20

v2024.04.01

17 Aug 17:34
6d87b54
Compare
Choose a tag to compare

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

Added:

  • 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

Fixed:

  • 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)

Modified:

  • Improve Python code quality (Solves #314, Solves #317)

We express our gratitude to all members of the XED community for their valuable contributions.

Full Changelog: v2023.12.19...v2024.04.01

v2023.12.19

17 Aug 17:38
2b5c29a
Compare
Choose a tag to compare

This release updates XED according to Intel APX (Rev-03) and Intel AVX10 (Rev-02) architecture specifications, December 2023.

General:

  • The XED user guide was updated with explanations for APX, AVX10, and more (https://intelxed.github.io/)
  • Updated Python version requirement and documentation to 3.8 (closes #306)

Added:

  • Added new APX promoted instructions: RAO-INT and USER-MSR (APX Arch Spec Rev-03)
  • Added a complete XED encoder support for Intel APX architecture
  • APX(CCMPcc/CTESTcc): Added operand parser API that extracts the default-flags-values from XED DFV pseudo-register
  • Updated APX CPUID sensitivity with additional Legacy/VEX CPUID records
  • FRED: Added compatibility mode SYSCALL

Fixed:

  • Fixed missing REX2 prefix restriction for several legacy instructions
  • APX/JMPABS: Added missing RIP suppressed operand
  • ENC2: Fixed the encoding of instruction's operands
  • Fixed CPUID records for KEYLOCKER and MOVDIR instructions

Modified:

  • Updated AVX10 CPUID sensitivity of 64-bit KMASK instructions (AVX10 Arch Spec Rev-02)
  • Improved Python code for genutil.py (resolves #307)

Full Changelog: v2023.10.11...v2023.12.19

v2023.10.11

17 Aug 17:40
d7d46c7
Compare
Choose a tag to compare

This release updates CPUs and instructions according to ISE (Intel® Architecture Instruction Set Extensions and Future Features) rev-050, September 2023.

Added:

  • New USER_MSR and FRED instructions
  • New chips: Emerald Rapids, Clearwater Forest and Panther Lake
  • ENC2 updates with support for AMX/EVEX, IMM dest operand and EVEX
    scalable operand size instructions
  • Instructions for contributing to the Intel® XED project (README.md)

Fixed:

  • xed_agen() API: Avoid potential signed integer overflow (closes #305)
  • AMX: Fixed element types and updated extension definition

Modified:

  • Updated DAZ behavior of several AVX_NE_CONVERT instructions
  • Dropped Grand Ridge (No new ISA over SRF)
  • Updated PBNDKB CPUID name

Full Changelog: v2023.08.21...v2023.10.11

v2023.08.21

17 Aug 17:44
01a6da8
Compare
Choose a tag to compare

The release adds support for Intel Advanced Vector Extensions 10 (Intel® AVX10), and Intel® APX.

Full Changelog: v2023.07.09...v2023.08.21

v2023.07.09

17 Aug 17:45
539a6a3
Compare
Choose a tag to compare

The release adds support for new CPUs and instructions according to ISE (Intel Architecture Instruction Set Extensions and Future Features) rev-049, June 2023.

Added:

  • Added new chips: Arrow-Lake and Lunar-Lake
  • Added new instructions: AVX-VNNI-INT16, SHA512, SM3, SM4 and PBNDKB
  • Updated SRF with UINTR and ENQCMD support

Full Changelog: v2023.06.07...v2023.07.09

v2023.06.07

17 Aug 17:46
4dc7713
Compare
Choose a tag to compare

General:

  • Updated Python version requirement to 3.7

Fixed:

  • Re-enable XED root directory renaming (fixes #300)
  • Disassembler: Add CET "notrack" prefix emit (#278)

Improved:

  • Improve decoder code size
  • XED Examples: Improve Code Quality

Full Changelog: v2023.04.16...v2023.06.07

v2023.04.16

17 Aug 17:49
a3055cd
Compare
Choose a tag to compare

This release updates CPUs and instructions according to ISE rev-048 (Intel Architecture Instruction Set Extensions and Future Features), March 2023.

General:

  • Updated Python version requirement to 3.6 (closes #293)

Added:

  • Support new AMX instructions: TCMMIMFP16PS and TCMMRLFP16PS
  • Support Clang15 build
  • Support decode-encode of SAE/ROUNDC ignored ISA
  • Added mandatory 66 prefix API: xed_operand_values_mandatory_66_prefix()

Fixed:

  • Fixed XED-ILD standalone library for AVX512 instructions (fixes #298)
  • Chip-Check: Fixed CLDEMOTE mapping (for TREMONT and ALDER_LAKE)
  • Fixed Operand API: xed_operand_values_print_short()
  • Fixed FADD operand visibility
  • Changed NOP-0F1F to match SDM definition
  • Removed BROADCAST definition from VINSERTF128
  • Added missing UNDOCUMENTED attribute to instructions not documented in SDM
  • Fixed memory operand for PREFETCH instructions
  • Fixed SENDUIPI register operand width (fixes #292)
  • Fixed AMD LWP{INS,VAL} operand width (fixes #299)
  • Fixed git describe fail message (fixes #291)
  • Updated xed-doc-top (fixes #294)
  • Fixed libxed documentation for Windows (fixes #295)
  • Fixed legal headers

Modified:

  • Renamed XED operand: "REXRR" -> "REXR4"

Full Changelog: v2022.10.11...v2023.04.16