2001-09-18 |
Michael Urman | Fixed two ansi C errors (empty file and extra semicolon) |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Reorganize docs into programmer and user parts. Repo... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add rcs id. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add configure.scan and *.tar.gz. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Use absolute paths instead of srcdir because libintl... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Use automake for queue docs, otherwise distcheck complains. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | optimizer.h should be listed in yasm_SOURCES and it... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add doc to automake and configure. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add queue(3) docs from FreeBSD. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | $Id$ -> $IdPath$. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Reorder generated Makefile list a little (to be consist... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Expand out list of generated Makefiles and add RCS id. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add barebones optimizer module framework. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add prefix on local functions so they're easy to find... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Reindent to match other code for the most part. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Whoa, oops! Bad bug in bytecode_new_common (wasn't... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Update file descriptions to indicate that these files... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use bytecode * instead of bytecode in parser. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Start building of sections and bytecodes in parser. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Allow whitespace before a directive. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use strcasecmp instead of strcmp when searching by... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add prototypes for strcasecmp and strncasecmp if we... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Check for case-insensitive string comparisons. Use... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use abort() instead of exit() if it's available for... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Use queue.h macros in section.h, and reference bytecode... |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Peter Johnson | Update to match outfmt->objfmt change. |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Peter Johnson | Rename outfmt to objfmt and related files and directori... |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Michael Urman | Updates to pass make distcheck. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Peter Johnson | Convert to using gettext instead of the ugly errwarn... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add RCSID(). |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Standardize order of include statements as well as... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add RCSID() function. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add checks for <limits.h> and <sys/cdefs.h>. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Allow multiple labels on one line (it's still on the... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Use STAILQ's for datavals and bytecodes. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Use the FreeBSD version of <sys/queue.h> instead of... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Use header-reuse #defines that are ANSI C compatible. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add <sys/queue.h> to util.h and pull in compatible... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add check for <sys/queue.h> and specific checks for... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Run through GNU indent using indent profile. Manually... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add dataval as a type. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add FILE as a type. Why it's not built-in, I don't... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | First version of indentation profile. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Give prototype for nasm_parser_parse(). |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Declare type enum correctly. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Remove & from function pointer references. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Add new subdirectories for new src/ directory structures. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | New modular directory structure: parsers, preprocs... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Johnson | Update to reflect 0-based groupdata array. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Peter Johnson | Add "error when reading from file" error. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Peter Johnson | Add global filename variable and handling for a filenam... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Peter Johnson | Add lexing, parsing, and internal format for strings... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Formatting changes and starting to comment more heavily. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | At least in NASM syntax, there is no differentation... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Add unary precedence to some of the expression rules. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Add strdup and strtoul replacements to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Move ..start in with ..@label. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Move some previously seperate identifiers into general... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | This is now in the root directory, so no need to includ... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Match build changes. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | Repo-copied include files to src to make automake/autoc... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Peter Johnson | First attempt at supporting relative jump instructions... |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Michael Urman | Better and more generalized kludge for sliding $0.... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Michael Urman | Integrate expression handling into memory address expre... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Peter Johnson | Fix and tighten down on validation regexps. Add suppor... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Eliminate conflicts by setting associativity (and prece... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Align inst the same as !grp to improve readability. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Fixed the non-ansi attempts to pass a union member... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Enable and add support for (in gen_instr.pl) short... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Oops. Used the write struct this time. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Added prototype for ConvertExprToImm() |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Long hairy integration of expression handling into... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Change groupdate into an array, and make everything... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Allow opsize parameters, to eliminate !onebyte16 and... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Initial checkin of expression handling. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Fix movdq2q, movq2dq encodings. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Fix typo (cmpneqps -> cmpneqsd). |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Implement all variations of the SSE and SSE2 cmp* family. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | #0 and #1 -> @0 and @1 (for the CPU field), to avoid... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Many minor relocations, fixes, particularly with the... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Backroll 1.12 and 1.13, they cause conflicts. We need... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Added support for spitting out multiple warnings and... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Updated validation regexps for $0.\d fields. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Removed use of "our," so as not to require perl 5.6 |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Michael Urman | Handle grouped instructions format. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Indent sections under "groupings used throughout". |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Move !ssepsimm up to before it's used. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Move cmpps/cmppd to the right location in the file. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Completely reorder instructions to match that in GNU... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Peter Johnson | Add memref to declared types. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Fixed comment in test opcode encodings. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Combine a couple instances of imm & imm8x into imm8... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Use %1 and %2 instead of %s and %d for "duplicate defin... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Change mem (other sized memory reference) to cause... |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Add CPU field to fence instructions. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Implement lfence and missing mfence, minpd/ps/sd/ss. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Implement sfence. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Add !onebytemem and !twobytemem. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | Combine cmpxchg and xadd into !cmpxchgxadd. |
commit | commitdiff | tree | snapshot |
2001-07-04 |
Peter Johnson | xadd reg,mem is invalid. |
commit | commitdiff | tree | snapshot |
next |