]> granicus.if.org Git - yasm/shortlog
yasm
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...
2007-09-10 Peter JohnsonChange genperf to take input and output filenames rathe...
2007-09-10 Peter JohnsonCheck in generated files from the Python script added...
2007-09-10 Peter JohnsonChange x86 instruction tables to be automatically gener...
2007-09-09 paulbarkerFixed missing semicolon in file.h due to mistake when...
2007-09-09 paulbarkerChanged gas parser to only pass the first cpp line...
2007-09-09 paulbarkerAdded yasm_get_include_dir() function.
2007-09-08 Peter JohnsonRe-enable lc3b in flat Mkfiles.
2007-09-08 Peter JohnsonWindows build fixes:
2007-09-08 Peter JohnsonFix a couple of Doxygen nits.
2007-09-08 Peter JohnsonBring Mkfiles up to date with [1929].
2007-09-07 Peter JohnsonBreak apart perfect hash lookup generation and x86...
2007-09-07 Peter JohnsonUnbreak distcheck in lc3b tests.
2007-09-07 Peter JohnsonUnbreak distcheck when Python is available by pulling...
2007-09-03 paulbarkerAdded code to gas parser to handle line markers produce...
2007-09-01 paulbarker* Marked message strings so gettext can find them.
2007-08-30 paulbarkerTiny documentation fix for recent changes in the prepro...
2007-08-30 paulbarkerRemoved FILE* argument from preprocessor create() inter...
2007-08-30 paulbarkerRemoved FILE* argument from parser interface. The FILE...
2007-08-30 paulbarkerChanged cpp module to destroy the argument list and...
2007-08-30 paulbarkerModified cpp module to read directly from the preproces...
2007-08-29 paulbarkerSimplified cpp module, re-structuring much of the code...
2007-08-29 paulbarkerFixed yasm frontend to call the correct wrappers (yasm_...
2007-08-29 paulbarkerCleaned up cpp_invoke() function and removed call to...
2007-08-29 paulbarkerInitial version of cpp module (on multiarch branch).
2007-08-20 Peter JohnsonMerge [1912], [1913], [1914] into multiarch branch.
2007-08-20 Peter JohnsonUnbitrot lc3b architecture.
2007-08-20 Peter JohnsonSet value->sign appropriately instead of ineffective...
2007-08-20 Peter JohnsonFix warning documentation to match behavior of yasm_val...
2007-08-19 Peter JohnsonGAS parser: Push down directive lookup to parser to...
2007-08-16 Peter JohnsonAdd support for the following AMD instructions added...
2007-08-10 Peter JohnsonUpdate yasm.rules so that it's compatible with the...
2007-08-05 Peter JohnsonFix #112: Use yasm__strcasecmp instead of strcasecmp.
2007-08-02 Peter JohnsonFix typo in VC7 modules.vcproj.
2007-08-01 Peter JohnsonHAMT: Update stored key when building tree downwards...
2007-08-01 Peter JohnsonFix #111: Correctly #define HAVE__STRICMP for vc and...
2007-07-31 Peter JohnsonFix two bugs in HAMT:
2007-07-29 Peter JohnsonAdd command line option aliases for -d (to -D) and...
2007-07-26 Peter JohnsonUse intnum_tobv() in a couple more places.
2007-07-26 Peter JohnsonChange intnum so it stores long instead of unsigned...
2007-07-20 Peter JohnsonAdd support for second parameter (fill value) to .org...
next