]> granicus.if.org Git - yasm/shortlog
yasm
2002-09-26 Peter Johnsonerrwarn_new(): Fix bug that could cause infinite loops.
2002-09-24 Peter JohnsonRename intnum_new_int to intnum_new_uint, and add new...
2002-09-23 Peter JohnsonInternalError on unrecognized operations rather than...
2002-09-23 Peter JohnsonCreate LTLIBOBJS from LIBOBJS and add to libyasm.
2002-09-23 Peter JohnsonMove yasm core files into a libyasm shared library...
2002-09-23 Peter JohnsonMove cur_parser from globals to main (as it's only...
2002-09-23 Peter JohnsonWith dynamic linking, it's possible for the default...
2002-08-18 Peter JohnsonFix build breakage caused by not using sect access...
2002-08-18 Peter JohnsonEliminate duplicate code for callbacks from expr_expand...
2002-08-17 Peter JohnsonSupport dynamic linking for objfmts, and make bin and...
2002-08-16 Peter JohnsonWarning cleanups.
2002-08-16 Peter JohnsonRe-add a hackish fix to set initial bits setting from...
2002-08-14 Peter JohnsonThe short forms (0x50+reg) of push/pop reg should be...
2002-08-14 Peter JohnsonFix %line handling.
2002-08-14 Peter JohnsonRemove lemon. We aren't using it, it doesn't need...
2002-08-13 Peter JohnsonFinish remaining instructions (SSE, SSE2, Cyrix MMX...
2002-08-12 Peter JohnsonAdd MMX/SSE2 instructions.
2002-08-12 Peter JohnsonAdd segreg moves.
2002-08-12 Peter JohnsonFix some bugs.
2002-08-12 Peter JohnsonAllow one-digit hex-constants of the form "0h".
2002-08-12 Peter JohnsonImplement relative jumps and calls.
2002-08-12 Peter JohnsonFix writing of PC-relative values (broken in rev. 1.9).
2002-08-12 Peter Johnsonx86_parse_targetmod enum should start with value 1...
2002-08-12 Peter JohnsonTake opersize as an input for x86_bc_new_jmprel().
2002-08-11 Peter JohnsonFlatten x86_targetval into x86_new_jmprel_data, as...
2002-08-11 Peter JohnsonFinish all instructions except for relative jumps,...
2002-08-11 Peter JohnsonAdded rest of floating point instructions. Needed...
2002-08-10 Peter JohnsonAdd checking of target modifier.
2002-08-10 Peter JohnsonMake "TO" a x86 targetmod.
2002-08-10 Peter JohnsonDon't include malloc.h. It's deprecated on most systems.
2002-08-10 Peter JohnsonFix pointer comparison. Should be checking for ==...
2002-08-10 Peter JohnsonAdd a few control transfer instructions, plus set byte...
2002-08-10 Peter JohnsonAdded shift instructions, as well as new "postponed...
2002-08-10 Peter JohnsonAdd lea, l?s, and arithmetic instructions. Arithmetic...
2002-08-10 Peter JohnsonAdd xchg, in, out. in and out required operand type...
2002-08-10 Peter JohnsonAdd push and pop. This required adding some new specif...
2002-08-10 Peter JohnsonRun through cleanup.pl to get rid of unused labels.
2002-08-09 Peter JohnsonAdd explicit $(top_builddir) when running re2c.
2002-08-09 Peter JohnsonAdd re2c files, libtool, and x86id.c.
2002-08-09 Peter JohnsonMassive restructuring of lexing and parsing (NASM-compa...
2002-08-09 Peter JohnsonNeaten the line-continuation a bit.
2002-08-09 Peter JohnsonFlatten the tools/re2c build.
2002-08-08 Peter JohnsonAccidently included a second change in the previous...
2002-08-08 Peter JohnsonDisable loading preloaded symbols until there's actuall...
2002-08-08 Peter JohnsonInitialize and shut down libltdl.
2002-08-08 Peter JohnsonAllow objfmt initialize and cleanup function pointers...
2002-08-07 Peter JohnsonFix a few cases of freeing NULL pointers.
2002-08-07 Peter JohnsonMove strndup() declaration outside !DMALLOC #ifdef...
2002-08-06 Peter Johnsonfucom* are FPU instructions.
2002-08-03 Peter Johnsonvps_print() should take a const valparamhead *.
2002-08-03 Peter JohnsonRemove .re.c suffix rule. In GNU make, this doesn...
2002-08-02 Peter JohnsonThis file is going away soon, but it's still good to...
2002-07-13 Peter JohnsonBring in AC_PROVIDE_IFELSE changes necessary for AC_LIB...
2002-07-13 Peter Johnson- Disable libtool win32 DLL support.
2002-07-13 Peter JohnsonIgnore libtool-generated objects and directories.
2002-06-27 Peter JohnsonDeclare errwarn_new(), error_common(), and warning_comm...
2002-06-24 Peter JohnsonAdd configure.lineno to CLEANFILES. It doesn't delete...
2002-06-22 Peter JohnsonDefine lib_LTLIBRARIES to avoid automake warning.
2002-06-20 Peter JohnsonAdd xstrndup() to easily create a 0-terminated duplicat...
2002-06-03 Peter JohnsonRe-enable building of re2c (not lemon yet), including...
2002-06-03 Peter JohnsonCleanup script for re2c output that removes unreference...
2002-06-02 Peter JohnsonFix 2 major bugs: -b switch caused crash, and all actio...
2002-06-01 Peter JohnsonWe don't use the tools right now, so don't bother build...
2002-05-29 Peter JohnsonInitial revision
2002-05-29 Peter JohnsonIntegrate gettext, libtool, and libltdl into CVS and...
2002-05-29 Peter JohnsonInclude all the m4 files in EXTRA_DIST.
2002-05-29 Peter JohnsonInitial revision
2002-05-29 Peter JohnsonInitial revision
2002-05-23 Peter JohnsonBytecode and objfmt changes:
2002-05-20 Peter JohnsonRevert previous commit (ELF isn't committed yet).
2002-05-20 Peter JohnsonUse C89 types for field sizes and avoid reserved #defin...
2002-05-20 Peter JohnsonDon't worry about 64-bit and generic ELF at this point.
2002-05-20 Peter JohnsonInitial revision
2002-05-20 Peter JohnsonPrevent spurious "Circular reference detected" errors...
2002-05-18 Peter JohnsonRevamp error/warning handling.
2002-05-11 Peter JohnsonDuring the first pass of basic optimization, continue...
2002-05-05 Peter JohnsonChange handling of res* (no longer require that the...
2002-05-03 Peter JohnsonCheck for integer warnings.
2002-05-02 Peter JohnsonA number of fixes to float and integer handling on...
2002-05-02 Peter JohnsonProperly count errors and warnings triggered by ErrorAt...
2002-05-02 Peter JohnsonCheck return value correctly (for both error and non...
2002-05-01 Peter JohnsonRevert previous commit. The srcdir isn't needed, and...
2002-05-01 Peter JohnsonAdd bison-generated sources to BUILT_SOURCES and CLEANF...
2002-05-01 Peter JohnsonClean up after test execution.
2002-05-01 Peter JohnsonRun gettextize with the --no-changelog option. Note...
2002-04-30 Peter JohnsonToo overzealous on including test files that aren't...
2002-04-29 Peter JohnsonFix warning message for zeroing uninit space so it...
2002-04-28 Peter JohnsonFix distcheck build. For some reason, automake wants...
2002-04-27 Peter JohnsonHave symrec manage all symbols, not just the ones in...
2002-04-27 Peter JohnsonSwitch back to returning @dependent@ instead of @observer@.
2002-04-23 Peter JohnsonSplint-noticed bugfixes: memory leaks, unreachable...
2002-04-23 Peter JohnsonSplint cleanups, including const change.
2002-04-22 Peter JohnsonSplint cleanups and related bugfixes:
2002-04-22 Peter JohnsonChange most Splint return annotations from dependent...
2002-04-22 Peter JohnsonCast SAVE_* and WRITE_* assignments to unsigned char.
2002-04-22 Peter JohnsonMake expr_print() take a const expr.
2002-04-22 Peter JohnsonFix a couple bugs found by Splint (and do some other...
2002-04-22 Peter JohnsonSplint cleanups: expr_copy_* don't take a NULL, so...
2002-04-22 Peter JohnsonSplint cleanups.
2002-04-22 Peter JohnsonSplit split parameters into separate lines to make...
next