]> granicus.if.org Git - yasm/shortlog
yasm
2002-10-08 Peter JohnsonComment out "marker"s, as in these cases re2c doesn...
2002-10-08 Peter Johnsonbitvect_test doesn't need any sources besides itself...
2002-10-08 Peter JohnsonFix catchalls so they really do catch everything else.
2002-10-07 Peter JohnsonUnbreak bin output (label resolution, Bug#6). Also...
2002-10-07 Peter JohnsonComment spacing fix.
2002-10-07 Peter JohnsonAdd the ability to add an additional transformation...
2002-10-06 Peter JohnsonIntegrate BitVector version 6.3 changes.
2002-10-06 Peter JohnsonMake output endian-tolerant by making intnum and floatn...
2002-10-05 Peter JohnsonRun sed on the re2c output to update the newly added...
2002-10-05 Peter JohnsonOutput something a little more unique than just - for...
2002-10-05 Peter JohnsonGenerate #line in the output in a useful way. Now...
2002-10-05 Peter JohnsonReplace #line .. "lex.yy.c" with #line .. "output.c".
2002-10-05 Peter JohnsonImport ylwrap from automake-1.5, as we're going to...
2002-10-05 Peter JohnsonUse _CFLAGS to eliminate extra CFLAGS (esp. gcov ones...
2002-10-05 Peter JohnsonInclude src/compat-queue.h as an EXTRA_yasm_SOURCES...
2002-10-05 Peter JohnsonUndo part of the tools/re2c flattening. Specifying...
2002-10-05 Peter JohnsonAdd gcov-related files.
2002-10-04 Peter JohnsonAdd an option to enable gcov code coverage compiler...
2002-10-04 Peter JohnsonMake test scripts more portable by detecting echo line...
2002-10-03 Peter JohnsonAdd parsers/nasm automated tests.
2002-10-03 Peter JohnsonAdd automated arch/x86 tests. Some were moved from...
2002-10-03 Peter JohnsonCreate a common out_test.sh test script to be used...
2002-10-03 Peter Johnsonx86_bc_resolve_insn(): If x86_expr_checkea fails, retur...
2002-10-03 Peter JohnsonIncrease strictness of EA part of lds family (e.g....
2002-10-03 Peter JohnsonFix a major bug: after switching sections, prev_bc...
2002-10-03 Peter JohnsonMake bcs_last() a fully visible function rather than...
2002-10-03 Peter Johnsonexpr_level_op(): Pull up IDENT-EXPR as well as EXPR...
2002-10-03 Peter Johnsonbc_tobytes(): Check for multiple of 0 and return with...
2002-10-03 Peter JohnsonEQU's should not affect local label mechanism.
2002-10-03 Peter JohnsonFix incorrect invalidation of [eax+ebx+ecx-eax] and...
2002-10-03 Peter JohnsonDon't fully simplify effective addresses before trying...
2002-10-03 Peter JohnsonCheck for circular equ references (Bug#8).
2002-10-02 Peter JohnsonAdd missing files: x86id.c, src/section.c, src/arch...
2002-10-02 Peter Johnsonx86_bc_resolve_jmprel(): Delete unused variable 'target'.
2002-10-02 Peter Johnsonbin_objfmt_section_data_print(): Fix warning/bug in...
2002-10-02 Peter JohnsonUpdate to gettext-0.11.5.
2002-10-01 Peter JohnsonCompletely revamp how label resolution is done (part...
2002-10-01 Peter JohnsonUpdate comment for sym_table variable.
2002-10-01 Peter JohnsonPSHUFW has 3 operands, not 2 (typo in num_operands...
2002-10-01 Peter JohnsonRET and RETN are exactly equivalent (the previous commi...
2002-09-27 Peter JohnsonRevert previous commit until we can do this the right...
2002-09-27 Peter JohnsonRET is a form of RETNF.
2002-09-27 Peter JohnsonFix lexing bug for XMM[0-7] (wrong character used to...
2002-09-27 Peter JohnsonDeclare shifted constants unsigned longs (with UL)...
2002-09-26 Peter JohnsonThe data argument to section_data_print() can never...
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.
next