]> granicus.if.org Git - yasm/shortlog
yasm
2009-07-24 Peter JohnsonFix #178: Don't "distribute" shift right op.
2009-07-22 Peter JohnsonUpdate elf special symbols:
2009-07-22 Peter JohnsonUnbreak make check (broken by [2206]).
2009-07-22 Peter Johnsonelf: Add latest x86 relocation types.
2009-07-21 Peter Johnsonelf: Add support for 64-bit PC-relative relocation.
2009-07-21 Peter JohnsonSpecial-case _GLOBAL_OFFSET_TABLE_ in elf32/64 to gener...
2009-07-20 Peter JohnsonNASM is now licensed under the 2-clause BSD license.
2009-07-18 Peter JohnsonFix #177: Make check fails on CR/LF systems.
2009-06-12 Peter JohnsonFix #175: Only sanity check final section size if no...
2009-06-03 Peter JohnsonFix #173: Debug full paths were being generated incorre...
2009-05-12 Peter JohnsonFix #171: Broken build in ytasm CMakeLists.txt.
2009-05-12 Peter JohnsonCMakeLists.txt: Set cmake policy to avoid warning.
2009-05-10 Peter JohnsonAdd support for AMD XOP, FMA4, and CVT16 instructions...
2009-05-10 Peter JohnsonAdd gencheck.py Python script to make it easier to...
2009-04-17 Peter Johnsontasm (tweaked nasm) preproc fixes:
2009-04-17 Peter Johnsontasm parser: Support "not" keyword.
2009-03-29 Peter JohnsonDefault memory size to "s" for no-suffix FP conversions...
2009-03-25 Peter JohnsonFix referencing of local label from line that defines...
2009-03-24 Peter JohnsonUpdate copyright dates.
2009-03-24 Peter JohnsonFix #155: Don't crash on missing %endmacro.
2009-03-24 Peter JohnsonRemove vc7 and vc8 build files, as they're no longer...
2009-03-24 Peter JohnsonRename tasm to ytasm in Unix builds.
2009-03-20 Peter JohnsonUpdate code generated for alignment padding for more...
2009-03-20 Peter JohnsonUse arrays instead of strings to store NOP fill.
2009-03-18 Brian GladmanAdd (but don't enable) AMD K10 alignment padding data
2009-03-06 Brian GladmanUpdate yasm.rules file for VC++
2009-03-04 Peter JohnsonRemove renamed tasm.vcproj (as of [2175] it is ytasm...
2009-03-04 Peter JohnsonUnbreak snapshots (broken in [2172]).
2009-02-26 Brian GladmanTidy up VC++ project names for ytasm
2009-02-25 Brian Gladmanrename tasm for VC++
2009-02-02 Peter JohnsonAdd support for VEX-encoded pclmul*qdq instructions...
2009-01-27 Peter JohnsonFix #166: Off-by-one error in raw preproc caused hang...
2009-01-14 Peter JohnsonAdd file missed in previous commit.
2009-01-14 Peter JohnsonUpdate AVX and FMA to latest Intel specification (Dec...
2009-01-02 Peter Johnsongas parser: Allow segment register prefixes before...
2009-01-02 Peter Johnsongas parser: Allow equ's to be named the same as instruc...
2009-01-02 Peter JohnsonRemove long-obsolete "debug" flag from internal parser...
2009-01-02 Peter JohnsonAllow @ signs in identifiers in win32/win64 only.
2009-01-02 Peter Johnsonelf-x86id.asm testcase: Don't require NASM preproc.
2009-01-02 Peter JohnsonGas parser: Move instruction/prefix lookup from tokeniz...
2008-12-24 Peter Johnsongas-parse.c: Fix double-free on error.
2008-12-21 Peter JohnsonLegalize effective addresses such as [eax*2+ebx*2-ebx].
2008-12-07 Peter JohnsonFix Mach-O alignment handling by aligning start and...
2008-12-05 Peter Johnsongen_x86_insn.py: Handle invalid rcstag.
2008-11-25 Peter JohnsonDon't assume CPP_PROG is 3 characters long (e.g. "gcc...
2008-10-30 Peter JohnsonFix #161: Don't require 0d/0e/0f/0t prefix on floating...
2008-10-19 Peter JohnsonFix #157: Use UNIX (not Windows) path functions on...
2008-10-16 Peter JohnsonAdd movbe instruction and CPU feature.
2008-10-09 Peter JohnsonUpdate Makefile.am for vc98_swap.py.
2008-10-08 Brian GladmanChange to Python for Visual Studio 2008/2005 conversion...
2008-10-08 Brian Gladmansvn path=/trunk/yasm/; revision=2150
2008-10-08 Brian Gladmanupdate Visual Studio 2008 build
2008-10-08 Peter JohnsonRemove directory EXTRA_DIST; it seems to be making...
2008-10-08 Peter JohnsonUse yasm functions yasm__strcasecmp and nasm_strdup...
2008-10-08 Peter Johnsontasm.c: Don't include unistd.h.
2008-10-07 Peter JohnsonAdd Samuel Thibault to list of contributors.
2008-10-07 Peter Johnsontasm frontend: Fix handling of options >2 chars long.
2008-10-07 Peter Johnsontasm frontend: Fix crash with plain /l option.
2008-10-07 Peter JohnsonDon't use tasm_compatible_mode in nasm parser (use...
2008-10-07 Peter JohnsonFix a number of warnings.
2008-10-07 Peter JohnsonAdd CMakeLists.txt for tasm frontend.
2008-10-07 Peter JohnsonUpdate Mkfiles (except for VC) for TASM build.
2008-10-07 Peter JohnsonAdd core TASM syntax support.
2008-10-07 Peter JohnsonDon't require nasm preproc for some testcases.
2008-10-05 Peter JohnsonOptimize non-strict push with 66 override to byte size...
2008-10-03 Peter Johnsonelf64: automatically promote [rel foo wrt ..gotpc]...
2008-10-02 Peter JohnsonVPBLENDVB doesn't have a 256-bit form.
2008-10-02 Peter Johnsongen_x86_insn.py: Warn if any groups are unused (due...
2008-09-30 Peter JohnsonFix expr simplification bug.
2008-09-30 Peter JohnsonNasm lexer: Don't read past end of passed string.
2008-09-10 Peter JohnsonMark gen_x86_insn.py outputs as generated, to discourag...
2008-09-04 Peter JohnsonFix #153: Name the absolute symbol.
2008-08-13 Peter JohnsonIncrease size of buffer now that mnenomics can be 16...
2008-08-13 Peter JohnsonAdd support for newly specified AVX/AES instructions:
2008-07-18 Peter JohnsonFix bug in expr_level_op(). Discovered when adding...
2008-07-15 Peter JohnsonActually implement yasm__abspath() according to its...
2008-07-08 Peter JohnsonFix extraneous warnings and update testcases for [2114...
2008-07-08 Peter JohnsonFix #148: Don't clear elf section flags in GAS if it...
2008-07-07 Peter Johnsonx86_reg_print(): Add missing commas for correct registe...
2008-07-06 Peter Johnsonyasm_symrec_get_global_name(): Document object parameter.
2008-07-06 Peter JohnsonGenerated files listed in SOURCES (rather than included...
2008-07-03 Peter JohnsonBin map file: Fix incorrect address printing for symbols.
2008-06-08 Peter JohnsonFix #132: Add --prefix and --suffix (aka --postfix...
2008-06-05 Peter JohnsonFix #141: Add macho64 PIC support.
2008-05-25 Peter JohnsonQuiet a warning about casting from a data to function...
2008-05-24 Peter JohnsonUpdate plugin README files for Windows.
2008-05-24 Peter JohnsonError out if Python not found.
2008-05-24 Peter JohnsonFix x86 plugin build on Windows.
2008-05-24 Peter JohnsonClean up plugins CMakeLists a bit.
2008-05-24 Peter Johnson(cmake build) Install DLL files to correct locations...
2008-05-23 Peter JohnsonEnable DLL/plugin builds with cmake on Windows.
2008-05-23 Peter JohnsonEnable Id keyword expansion.
2008-05-23 Peter JohnsonPrepend "lib" on plugin name only on Unix.
2008-05-22 Peter JohnsonAdd cmake build infrastructure.
2008-05-22 Peter JohnsonMake util.h more robust against use without config...
2008-05-15 Peter JohnsonMake ISO C89 compliant (too long constant string, use...
2008-05-14 Peter JohnsonAdd westmere CPU (supports AES and CLMUL), redefine...
2008-05-13 Peter JohnsonBring Mkfiles up-to-date with genmacro/preproc changes.
2008-05-13 Peter JohnsonFix handling of alloc_stack macro in GAS mode.
2008-05-09 Peter JohnsonCommit moved, updated genmacro script missed in [2082...
next