2010-12-26 13:07:01 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Fix linking command, otherwise LDFLAGS aren't used: needed for special LDFLAGS \
on Mac OS X
|
2010-09-13 00:42:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.0:
Changes from 1.0.1 to 1.1.0:
* Fix a number of issues with Win32 SAFESEH support (#139).
* Fix several 32-bit Mach-O (macho32) bugs (#212 and others).
* Add Intel post-32nm instructions (section 7 of AVX spec).
* Add XSAVEOPT, INVEPT, INVVPID, and GETSEC instructions (#211).
* Remove AMD CVT16 instructions.
* Don't emit unnecessary REX.W for pinsrw instruction (#207).
* Update gettext to 0.17 (#206).
|
2010-06-16 21:36:28 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.0.1
changes:
-Fix ELF32 shared object relocations
-Ignore [warning] directive
|
2010-04-23 23:32:00 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.0:
Changes: This release adds GAS syntax preprocessor support, Visual
Studio 2010 integration, and support for AMD XOP, FMA4, and CVT16
instructions. It also incorporates many bugfixes.
|
2009-07-22 23:14:24 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.8.0, set LICENSE.
This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend. It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-10-24 18:03:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.7.2:
This release adds 64-bit Mach-O PIC support, --prefix and --suffix
options for naming globals, and support for newly specified AVX/AES
instructions not in the original spec. It also generates a GOTPCREL
relocation for "rel wrt ..gotpc" and optimizes non-strict push to
byte size in all possible cases, along with several other fixes.
|
2008-08-19 01:33:56 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Update to version 0.7.1.
Changes from 0.7.0 to 0.7.1:
* AVX instruction bugfixes (0.7.0 errata)
* Build fixes (crashes on some machines)
* Minor CPU flags fixes
|
2008-04-25 09:21:20 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.7.0:
Changes from 0.6.2 to 0.7.0:
* Intel Advanced Vector Extensions (AVX) instruction support.
* Multi-section binary support (see #71, #99, [2010]).
* Add support for ELF32 and ELF64 TLS (thread local storage)
relocations.
* Allow use of 0X in addition to 0x to prefix hex constants (#127).
* Allow underscores in hex, binary, and octal constants (e.g.
0111_1111b).
* Fix memory sizes on SSE/SSE2 instructions (#119).
* Allow standalone prefixes (#122).
* Simplify new varieties of sym-sym values (#124).
* Support SAFESEH directive for win32 SEH handlers (#130).
* Enable sym@FOO constructs in GAS parser.
* SSE5 condition code support.
* Other bugfixes.
|
2007-10-22 01:42:00 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update yasm to 0.6.2.
Changes:
- AMD SSE4a and SSE5 instruction support.
- AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction support.
- 16-bit float value (IEEE-754r half precision) support (desirable for SSE5).
- Added "oword", "do", and "reso" aliases for \
"dqword", "ddq", "resdq".
- Added easier RIP-relative addressing with rel/abs modifiers and "default"
directive to set default rel/abs mode (see AMD64 for details).
- CPP preprocessor. Contributed by Paul Barker
- GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee
- GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo
- Command line aliases for -d (-D) and -u (-U) for increased NASM command line
compatibility. Requested by Mike Frysinger
- ..gotpc ELF32 bugfix: #114
- Minor bugfixes (CPU setting for a few instructions, hash lookup).
|