]> granicus.if.org Git - yasm/shortlog
yasm
2001-07-25 Peter JohnsonAdd lexing, parsing, and internal format for strings...
2001-07-11 Peter JohnsonFormatting changes and starting to comment more heavily.
2001-07-11 Peter JohnsonAt least in NASM syntax, there is no differentation...
2001-07-11 Peter JohnsonAdd unary precedence to some of the expression rules.
2001-07-11 Peter JohnsonAdd strdup and strtoul replacements to EXTRA_DIST.
2001-07-11 Peter JohnsonMove ..start in with ..@label.
2001-07-11 Peter JohnsonMove some previously seperate identifiers into general...
2001-07-11 Peter JohnsonThis is now in the root directory, so no need to includ...
2001-07-11 Peter JohnsonMatch build changes.
2001-07-11 Peter JohnsonRepo-copied include files to src to make automake/autoc...
2001-07-11 Peter JohnsonFirst attempt at supporting relative jump instructions...
2001-07-09 Michael UrmanBetter and more generalized kludge for sliding $0....
2001-07-06 Michael UrmanIntegrate expression handling into memory address expre...
2001-07-06 Peter JohnsonFix and tighten down on validation regexps. Add suppor...
2001-07-05 Peter JohnsonEliminate conflicts by setting associativity (and prece...
2001-07-05 Peter JohnsonAlign inst the same as !grp to improve readability.
2001-07-05 Michael UrmanFixed the non-ansi attempts to pass a union member...
2001-07-05 Peter JohnsonEnable and add support for (in gen_instr.pl) short...
2001-07-05 Michael UrmanOops. Used the write struct this time.
2001-07-05 Michael UrmanAdded prototype for ConvertExprToImm()
2001-07-05 Michael UrmanLong hairy integration of expression handling into...
2001-07-05 Peter JohnsonChange groupdate into an array, and make everything...
2001-07-05 Peter JohnsonAllow opsize parameters, to eliminate !onebyte16 and...
2001-07-05 Michael UrmanInitial checkin of expression handling.
2001-07-05 Peter JohnsonFix movdq2q, movq2dq encodings.
2001-07-05 Peter JohnsonFix typo (cmpneqps -> cmpneqsd).
2001-07-05 Peter JohnsonImplement all variations of the SSE and SSE2 cmp* family.
2001-07-05 Peter Johnson#0 and #1 -> @0 and @1 (for the CPU field), to avoid...
2001-07-05 Peter JohnsonMany minor relocations, fixes, particularly with the...
2001-07-05 Peter JohnsonBackroll 1.12 and 1.13, they cause conflicts. We need...
2001-07-05 Michael UrmanAdded support for spitting out multiple warnings and...
2001-07-05 Michael UrmanUpdated validation regexps for $0.\d fields.
2001-07-05 Michael UrmanRemoved use of "our," so as not to require perl 5.6
2001-07-05 Michael UrmanHandle grouped instructions format.
2001-07-05 Peter JohnsonIndent sections under "groupings used throughout".
2001-07-05 Peter JohnsonMove !ssepsimm up to before it's used.
2001-07-05 Peter JohnsonMove cmpps/cmppd to the right location in the file.
2001-07-05 Peter JohnsonCompletely reorder instructions to match that in GNU...
2001-07-05 Peter JohnsonAdd memref to declared types.
2001-07-04 Peter JohnsonFixed comment in test opcode encodings.
2001-07-04 Peter JohnsonCombine a couple instances of imm & imm8x into imm8...
2001-07-04 Peter JohnsonUse %1 and %2 instead of %s and %d for "duplicate defin...
2001-07-04 Peter JohnsonChange mem (other sized memory reference) to cause...
2001-07-04 Peter JohnsonAdd CPU field to fence instructions.
2001-07-04 Peter JohnsonImplement lfence and missing mfence, minpd/ps/sd/ss.
2001-07-04 Peter JohnsonImplement sfence.
2001-07-04 Peter JohnsonAdd !onebytemem and !twobytemem.
2001-07-04 Peter JohnsonCombine cmpxchg and xadd into !cmpxchgxadd.
2001-07-04 Peter Johnsonxadd reg,mem is invalid.
2001-07-04 Peter JohnsonDelete a couple blank lines accidently left in last...
2001-07-04 Peter JohnsonAdd instruction grouping to decrease size of generated...
2001-06-29 Peter JohnsonAdd --enable-dev option to force CFLAGS to "-ansi ...
2001-06-29 Peter JohnsonMove extra autoconf/automake files to config/ directory.
2001-06-29 Peter JohnsonForce standard C compilation.
2001-06-29 Peter JohnsonDon't distribute config.h, and bison.tab.h is gone...
2001-06-29 Peter JohnsonReverse include and src directories to make sure config...
2001-06-29 Peter JohnsonRemove bison.tab.h due to changes in src/Makefile.am.
2001-06-29 Peter JohnsonChange lex and yacc filenames to match changes in Makef...
2001-06-29 Peter JohnsonUse bison.h instead of bison.tab.h to match changes...
2001-06-29 Peter JohnsonFix how lex and yacc are handled.
2001-06-29 Peter JohnsonAdd additional checks: const, size_t, vprintf() family...
2001-06-29 Peter JohnsonUse toascii() again (now implemented in util.h if not...
2001-06-29 Peter JohnsonAdd toascii() implementation.
2001-06-29 Peter Johnsonstrtoul() implementation for systems that lack it ...
2001-06-28 Peter JohnsonChange copyright and code to match original UCB source.
2001-06-28 Peter JohnsonUse ANSI C compliant #ifndef wrappers (_A_H_ -> YASM_A_H).
2001-06-28 Peter JohnsonIgnore aclocal/autoheader/autoconf/automake files.
2001-06-28 Peter JohnsonUse autoconf to determine when to include our implement...
2001-06-28 Peter JohnsonUse autoconf to determine when to include our implement...
2001-06-28 Peter JohnsonRemove unfinished expr.h from listed sources so that...
2001-06-27 Michael UrmanRemoved unfinished expr.c from listed sources.
2001-06-27 Michael UrmanInitial checkin of automake/autoconf files.
2001-06-27 Michael UrmanRemoved to leave space for automake/autoconf generated...
2001-06-27 Michael UrmanInitial checkin of automake/autoconf files.
2001-06-13 Peter Johnsonisascii -> implementation. This is ANSI C, but some...
2001-06-13 Michael UrmanAdded appropriate header for y_strdup. (oops)
2001-06-13 Michael UrmanAdded error for duplicate definitions of labels.
2001-06-13 Peter Johnsontoascii -> &= 0x7F for ANSI C compatibility.
2001-06-13 Michael UrmanAdded handling of labels including:
2001-06-13 Peter JohnsonAdded util.o to dependencies.
2001-06-13 Peter JohnsonInitial check-in of utility functions.
2001-05-30 Peter JohnsonChanged bison.y and token.l build rule.
2001-05-30 Michael UrmanAdd error rule for all instructions.
2001-05-30 Peter JohnsonImplemented rcpss and fixed opcode encoding for rcpps.
2001-05-30 Peter JohnsonRealign table columns to allow enough space for the...
2001-05-30 Peter JohnsonUse new interface functions in bytecode.c instead of...
2001-05-30 Peter JohnsonReorganize (yet again) effective address, immediate...
2001-05-30 Peter JohnsonAdd multiple segment override/prefix warnings.
2001-05-30 Michael UrmanAdded third opcode byte
2001-05-30 Michael Urmanmore modular retrofitting
2001-05-30 Peter JohnsonMoved from 2-byte to 3-byte opcodes.
2001-05-30 Michael UrmanHorrible hack to fold ONE, and REG_A* into more general...
2001-05-22 Peter JohnsonCall new error output functions after every line.
2001-05-22 Peter JohnsonAdded SetEASegment and SetEAAddressSize (not yet implem...
2001-05-22 Peter JohnsonSplit error and warning handlers into notify and output...
2001-05-22 Peter JohnsonBrought @valid_regs up-to-date with bison.y.in.
2001-05-22 Peter JohnsonFix all shift/reduce and reduce/reduce conflicts except...
2001-05-21 Michael UrmanChanged structure to one hash - now order is not preserved.
2001-05-21 Peter JohnsonAdded bison.y and token.l (now dynamically generated).
2001-05-21 Peter JohnsonAdded TO and segreg.
next