|
From: <sv...@va...> - 2006-12-24 07:54:20
|
Author: njn Date: 2006-12-24 07:54:19 +0000 (Sun, 24 Dec 2006) New Revision: 6419 Log: Add a NEWS item about Vex type/function name changes. Modified: trunk/NEWS Modified: trunk/NEWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/NEWS 2006-12-24 07:51:17 UTC (rev 6418) +++ trunk/NEWS 2006-12-24 07:54:19 UTC (rev 6419) @@ -20,6 +20,15 @@ they just return 3 (as before). Also, SET_VBITS doesn't report definedness errors if any of the V bits are undefined. =20 +Developer-visible changes: + +- The names of some functions and types within the Vex IR have changed. + So any existing tools will have to be updated to reflect these + changes. The new names should be clearer. The file + VEX/pub/libvex_ir.h is also much better commented, and serves as the + best documentation about Vex. + + Release 3.2.1 (16 Sept 2006) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.2.1 adds x86/amd64 support for all SSE3 instructions except monitor |