]> granicus.if.org Git - yasm/shortlog
yasm
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...
2007-07-20 Peter JohnsonAdd support for GAS local labels (1:, 1f, 1b).
2007-07-16 Peter JohnsonDoxygen documentation fixes.
2007-07-15 Peter JohnsonDon't use an inner structure for line mappings.
2007-07-14 Peter JohnsonMerge expr-int.h into expr.h, removing YASM_EXPR_INTERN...
2007-07-14 Peter JohnsonMerge bc-int.h into bytecode.h, removing YASM_BC_INTERN...
2007-07-14 Peter JohnsonRemove YASM_LIB_INTERNAL. It never really gained us...
2007-07-13 Peter JohnsonClean up a number of obsolete autoconf-detected standar...
2007-07-13 Peter JohnsonBring Mkfiles up-to-date with [1889].
2007-07-13 Peter JohnsonBring POTFILES.in up to date.
2007-07-08 Peter JohnsonChange handling of frontend (mnenomic) instructions...
2007-06-30 Peter JohnsonProperly mark yasm_arch->create() error parameter as...
2007-06-30 Peter JohnsonUpdate splint script.
2007-06-30 Peter JohnsonOptimize negating a simple intnum.
2007-06-25 Peter JohnsonFix buglet in handling of SEG of SEG:OFF. We were...
2007-06-23 Peter JohnsonFix default filename buffer overflow.
2007-06-10 Peter JohnsonRemove errant else. This should not have had any serio...
2007-06-04 Peter JohnsonFix bin objfmt handling of cross-section RIP-relative...
2007-06-02 Peter JohnsonMake sure objfmt_coff->win64 gets set to 0 in win32...
2007-06-02 Peter JohnsonFix uninitialized variable, memory leak.
2007-06-02 Peter JohnsonCorrect CPU definitions for Prescott, Conroe, Penryn...
2007-06-01 Peter JohnsonDon't try to yasm_expr_copy(NULL).
2007-06-01 Peter JohnsonFix use-after-free in linemap_poke. The first yasm_lin...
next