]> granicus.if.org Git - yasm/shortlog
yasm
2008-04-16 Peter JohnsonBump version numbers for release. 0.7.0 v0.7.0
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...
2008-01-19 Peter JohnsonMake jmp with seg:off equ behave the same as NASM.
2008-01-19 Peter Johnsontools/xdf: Make 64-bit safe.
2008-01-03 Peter JohnsonFix #129: Support no-operand form of movsd in GAS syntax.
2007-12-15 Peter Johnsonre2c: Fix -b generation in certain cases.
2007-12-10 Peter JohnsonFix NULL dereference for certain cases of REX used...
2007-12-07 Peter JohnsonCheck for 0-termination character rather than newline.
2007-12-06 Peter JohnsonTurn off -Wconversion. It is far too noisy for it...
2007-12-04 Peter JohnsonFix #122: Allow standalone prefixes.
2007-12-04 Peter JohnsonFix #125: Improve reporting of operand and expression...
2007-12-04 Peter JohnsonFix #123: Be explicit that errors are such by printing...
2007-12-04 Peter JohnsonFix #124: Fully simplify out sym-sym in values (e.g...
2007-12-04 Peter JohnsonFix #127: Allow use of 0X in addition to 0x for hex...
2007-11-28 Peter JohnsonFix internal error for usage of numeric segments in...
2007-11-28 Peter JohnsonFix #119. Quite a few SSE/SSE2 instructions assumed...
2007-11-15 Peter JohnsonCorrectly initialize bin object format to default to...
2007-11-15 Peter JohnsonCorrectly warn for map file usage if there are *no...
2007-11-15 Peter JohnsonCheck for fseek() error.
2007-11-14 Peter JohnsonAdd NASM-compatible multi-section binary support to...
2007-11-03 Peter JohnsonUpdate generated yasm_arch(7) man page.
2007-11-03 Peter JohnsonSupport use of EQU values within NASM preprocessor.
2007-11-03 Peter JohnsonChange preprocessor interface from block-oriented to...
2007-11-02 Peter JohnsonCheck correct variable for badly parsed expression.
2007-10-22 Peter Johnsoncpp-preproc.c: Fix typo in description (enternal -...
2007-10-16 Peter JohnsonFix #118: Don't use getcwd(NULL, 0), as it's platform...
2007-10-11 Peter Johnsonx86_find_match(): Fix error reporting for operand 3...
2007-10-11 Peter Johnsonx86_finalize_jmp(): Fix two incorrect usages of info...
2007-10-11 Peter JohnsonFix explicitly-overridden short-only instructions such...
2007-09-21 Peter JohnsonAdd core2 as alias for conroe codename.
2007-09-21 Peter JohnsonUpdate yasm_arch(7) man page from AMD64 wiki page.
2007-09-21 Peter JohnsonBring flat and DJGPP Mkfiles up to date with [1939].
2007-09-21 Peter JohnsonAdd some imm64 tests.
2007-09-21 Peter JohnsonCommit tests missed in [1979] commit.
2007-09-21 Peter JohnsonFix #115: 1<<0 resulted in 0 instead of 1 (broken in...
2007-09-21 Peter JohnsonRemove yapp-preproc.c from list of files to scan for...
2007-09-20 Peter JohnsonFollow NASM after all in only turning off default RIP...
2007-09-20 Peter JohnsonAutoconfize cpp program name and popen. This commit...
2007-09-20 Peter JohnsonFinish cleanups made in [1967].
2007-09-20 Peter JohnsonUpdate Mkfiles to add new cpp module.
2007-09-20 Peter JohnsonFix a couple of warnings (non-prototype functions).
2007-09-20 Peter JohnsonMerge r1916-r1961 (cpp preproc module) from multiarch...
2007-09-19 Peter JohnsonSupport NASM's upcoming RIP-relative syntax, with a...
2007-09-19 Peter JohnsonSupport "oword", "do", and "reso" as aliases for "dqwor...
2007-09-18 paulbarker* Added code to the cpp module to pass include director...
2007-09-18 Peter JohnsonMake Python messages a little less threatening.
2007-09-18 Peter JohnsonRemove unused variable.
2007-09-18 Peter JohnsonFix VC++ build order dependencies.
2007-09-18 Peter JohnsonEnsure Python is available before trying to run gen_x86...
2007-09-17 Peter JohnsonInclude ctype.h into files that now use tolower().
2007-09-17 Peter JohnsonMake CPU feature flags and registers case insensitive...
2007-09-16 Peter JohnsonAdd support for IEEE-754r "half precision" (16-bit...
2007-09-16 Peter JohnsonAdd SSE5 (new AMD SSE) instructions support.
2007-09-15 Peter JohnsonFix #114: Incorrect ELF32 ..gotpc address calculation.
2007-09-14 Peter JohnsonFinish cleanup made in [1948].
2007-09-13 Peter JohnsonSwitch x86 operand storage from manual bitfields to...
2007-09-13 Peter JohnsonChange modifiers from a prioritized shifted sequence...
2007-09-13 Peter JohnsonNow that part of the build uses just Python, break...
2007-09-12 Peter JohnsonAdd Id tag.
2007-09-12 Peter JohnsonNow that we have more cpu feature bits, properly docume...
2007-09-12 Peter JohnsonRestructure x86 CPU handling to allow for more than...
2007-09-12 Peter JohnsonRun gen_x86_insn.py from vc and vc8 builds.
2007-09-11 Peter JohnsonShrink the size of the x86_insn_info structure, particu...
2007-09-11 Peter JohnsonNow that genperf takes an output filename, change infor...
2007-09-10 paulbarkerAdded dependency generation to cpp module.
2007-09-10 paulbarkerDelayed destruction of arguments list until cpp_preproc...
next