]> granicus.if.org Git - yasm/shortlog
yasm
2008-10-09 Peter JohnsonBump version numbers for release. 0.7.2 v0.7.2
2008-10-08 Peter JohnsonMerge [2121], [2122], [2123], [2124], [2125], [2126...
2008-10-08 Peter JohnsonMerge [2120] from trunk (Fix #153, name the absolute...
2008-10-08 Peter JohnsonMerge [2116], [2117], [2118], and [2119] from trunk.
2008-10-08 Peter JohnsonMerge [2114] and [2115] from trunk (Fix #148, clearing...
2008-10-08 Peter JohnsonMerge [2110], [2111], [2112], and [2113] from trunk.
2008-10-08 Peter JohnsonMerge [2109] from trunk (Fix #132, --prefix and --suffi...
2008-10-08 Peter JohnsonMerge [2108] from trunk (Fix #141, macho64 PIC support).
2008-10-08 Peter JohnsonMerge [2096] and [2097] from trunk (C89 compliance...
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-15 Peter JohnsonBump 0.7.x branch version to 0.7.2.
2008-05-14 Peter JohnsonMerge [2088] from trunk (Add westmere CPU).
2008-05-14 Peter JohnsonMerge [2077] from trunk (LAR and LSL should be 286...
2008-05-14 Peter JohnsonMerge [2074] from trunk.
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...
2008-05-09 Peter JohnsonFix #138: Incorrect UNW_FLAG_CHAININFO value (currently...
2008-05-09 Peter JohnsonSplit NASM preprocessor standard macro set between...
2008-05-09 Peter JohnsonAllow registers as GAS directive parameters.
2008-04-30 Peter JohnsonAllow registering of new modules at runtime.
2008-04-29 Peter JohnsonEnable GAS versions of the win32/win64 safe exception...
2008-04-29 Peter JohnsonFix GAS handling of NASM preproc %line.
2008-04-29 Peter JohnsonFix #137: LAR and LSL should only need 286+Prot CPU...
2008-04-25 Peter JohnsonSupport use of NASM preprocessor with GAS parser.
2008-04-25 Peter JohnsonDefensively look for NULL istk.
2008-04-25 Peter JohnsonFix two instances of VERMIL2PS/PD incorrectly setting...
2008-04-25 Peter JohnsonMerge [2069], [2070], [2071], and [2072] from trunk...
2008-04-25 Peter JohnsonFix some re2c memory/initialization issues.
2008-04-22 Peter JohnsonFix register fields on FMA instructions.
2008-04-21 Peter JohnsonFix a number of AVX instructions where VEX.vvvv was...
2008-04-21 Peter JohnsonFix AVX instruction misnaming of new vptest variants:
2008-04-16 Peter JohnsonBump 0.7.x branch version to 0.7.1.
2008-04-15 Peter JohnsonMerge [2063] and [2064] from trunk.
2008-04-14 Peter JohnsonAllow {extern symbol}-{symbol in same segment} transfor...
2008-04-12 Peter JohnsonAllow underscores in the middle of binary, octal, and...
2008-04-12 Peter JohnsonMerge [2061] from trunk.
2008-04-12 Peter JohnsonAdd YMM register group for GAS mode.
2008-04-12 Peter JohnsonMerge [2058] and [2059] from trunk.
2008-04-12 Peter JohnsonUpdate copyright dates.
2008-04-12 Peter JohnsonWe no longer need bison, but we do need Python for...
2008-04-12 Peter JohnsonBump branch version to 0.7.x, with an internal version...
2008-04-12 Peter JohnsonMerge [2055] from trunk.
2008-04-12 Peter JohnsonRemove snapshot version number accidentally committed...
2008-04-12 Peter JohnsonBump trunk version after 0.7.x branch.
2008-04-12 Peter JohnsonDisable Python bindings by default; the build process...
2008-04-11 Peter JohnsonAdd complete Intel Advanced Vector Extensions (AVX...
2008-04-11 Peter JohnsonMove BITS==64 condition out of the CPU field (where...
2008-04-04 Peter JohnsonPCOMUcc should have been PCOMccU.
2008-04-03 Peter JohnsonAdd mnenomic condition codes for SSE5 comparison opcodes.
2008-04-01 Peter JohnsonMinor update of VC9 compile readme.
2008-03-28 Peter JohnsonInclude VC9 build files in the distfile.
2008-03-27 Peter JohnsonFix #136: Unbreak ..@ non-local-label mechanism.
2008-02-22 Peter JohnsonFix CPU feature bit number for XSAVE.
2008-02-22 Peter JohnsonAdd support for Nehalem XSAVE instructions and CPU...
2008-02-21 Peter JohnsonAllow setting of the TLS section flag in the NASM secti...
2008-02-21 Peter JohnsonSet ELF symbol type to TLS if either:
2008-02-15 Peter JohnsonPass size directly to yasm_value_finalize_expr() rather...
2008-02-15 Peter JohnsonFix #134: Allow '@' as the first character of an identi...
2008-02-09 Peter JohnsonUpdate ..sym to work within new get_special_sym() frame...
2008-02-09 Peter JohnsonAdd support for ELF32 and ELF64 TLS (thread local stora...
2008-02-09 Peter JohnsonEnable use of sym@FOO constructs in GAS parser.
2008-02-08 Peter JohnsonSupport masking of relocatable values with an AND of...
2008-02-08 Peter JohnsonEliminate conversion warnings due to int/size_t differe...
2008-02-08 Peter JohnsonFix #130: Add SAFESEH directive for indicating SEH...
2008-02-02 Peter JohnsonRevert r2029. According to both AMD64 and Intel 64...
2008-01-31 Peter JohnsonAdd Visual Studio 2008 build files.
2008-01-28 Peter JohnsonDon't generate 0x90 opcode for xchg rax, r8 and varieti...
next