2002-10-08 |
Peter Johnson | Comment out "marker"s, as in these cases re2c doesn... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Peter Johnson | bitvect_test doesn't need any sources besides itself... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Peter Johnson | Fix catchalls so they really do catch everything else. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Peter Johnson | Unbreak bin output (label resolution, Bug#6). Also... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Peter Johnson | Comment spacing fix. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Peter Johnson | Add the ability to add an additional transformation... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Peter Johnson | Integrate BitVector version 6.3 changes. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Peter Johnson | Make output endian-tolerant by making intnum and floatn... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Run sed on the re2c output to update the newly added... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Output something a little more unique than just - for... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Generate #line in the output in a useful way. Now... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Replace #line .. "lex.yy.c" with #line .. "output.c". |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Import ylwrap from automake-1.5, as we're going to... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Use _CFLAGS to eliminate extra CFLAGS (esp. gcov ones... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Include src/compat-queue.h as an EXTRA_yasm_SOURCES... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Undo part of the tools/re2c flattening. Specifying... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Add gcov-related files. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Peter Johnson | Add an option to enable gcov code coverage compiler... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Peter Johnson | Make test scripts more portable by detecting echo line... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Add parsers/nasm automated tests. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Add automated arch/x86 tests. Some were moved from... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Create a common out_test.sh test script to be used... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | x86_bc_resolve_insn(): If x86_expr_checkea fails, retur... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Increase strictness of EA part of lds family (e.g.... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Fix a major bug: after switching sections, prev_bc... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Make bcs_last() a fully visible function rather than... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | expr_level_op(): Pull up IDENT-EXPR as well as EXPR... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | bc_tobytes(): Check for multiple of 0 and return with... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | EQU's should not affect local label mechanism. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Fix incorrect invalidation of [eax+ebx+ecx-eax] and... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Don't fully simplify effective addresses before trying... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Check for circular equ references (Bug#8). |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | Add missing files: x86id.c, src/section.c, src/arch... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | x86_bc_resolve_jmprel(): Delete unused variable 'target'. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | bin_objfmt_section_data_print(): Fix warning/bug in... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | Update to gettext-0.11.5. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Peter Johnson | Completely revamp how label resolution is done (part... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Peter Johnson | Update comment for sym_table variable. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Peter Johnson | PSHUFW has 3 operands, not 2 (typo in num_operands... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Peter Johnson | RET and RETN are exactly equivalent (the previous commi... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Peter Johnson | Revert previous commit until we can do this the right... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Peter Johnson | RET is a form of RETNF. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Peter Johnson | Fix lexing bug for XMM[0-7] (wrong character used to... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Peter Johnson | Declare shifted constants unsigned longs (with UL)... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Peter Johnson | The data argument to section_data_print() can never... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Peter Johnson | errwarn_new(): Fix bug that could cause infinite loops. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Peter Johnson | Rename intnum_new_int to intnum_new_uint, and add new... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Peter Johnson | InternalError on unrecognized operations rather than... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Peter Johnson | Create LTLIBOBJS from LIBOBJS and add to libyasm. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Peter Johnson | Move yasm core files into a libyasm shared library... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Peter Johnson | Move cur_parser from globals to main (as it's only... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Peter Johnson | With dynamic linking, it's possible for the default... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Peter Johnson | Fix build breakage caused by not using sect access... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Peter Johnson | Eliminate duplicate code for callbacks from expr_expand... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Peter Johnson | Support dynamic linking for objfmts, and make bin and... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Peter Johnson | Warning cleanups. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Peter Johnson | Re-add a hackish fix to set initial bits setting from... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Peter Johnson | The short forms (0x50+reg) of push/pop reg should be... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Peter Johnson | Fix %line handling. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Peter Johnson | Remove lemon. We aren't using it, it doesn't need... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Peter Johnson | Finish remaining instructions (SSE, SSE2, Cyrix MMX... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Add MMX/SSE2 instructions. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Add segreg moves. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Fix some bugs. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Allow one-digit hex-constants of the form "0h". |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Implement relative jumps and calls. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Fix writing of PC-relative values (broken in rev. 1.9). |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | x86_parse_targetmod enum should start with value 1... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Johnson | Take opersize as an input for x86_bc_new_jmprel(). |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Peter Johnson | Flatten x86_targetval into x86_new_jmprel_data, as... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Peter Johnson | Finish all instructions except for relative jumps,... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Peter Johnson | Added rest of floating point instructions. Needed... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add checking of target modifier. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Make "TO" a x86 targetmod. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Don't include malloc.h. It's deprecated on most systems. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Fix pointer comparison. Should be checking for ==... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add a few control transfer instructions, plus set byte... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Added shift instructions, as well as new "postponed... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add lea, l?s, and arithmetic instructions. Arithmetic... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add xchg, in, out. in and out required operand type... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add push and pop. This required adding some new specif... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Run through cleanup.pl to get rid of unused labels. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Add explicit $(top_builddir) when running re2c. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Add re2c files, libtool, and x86id.c. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Massive restructuring of lexing and parsing (NASM-compa... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Neaten the line-continuation a bit. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Flatten the tools/re2c build. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Accidently included a second change in the previous... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Disable loading preloaded symbols until there's actuall... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Initialize and shut down libltdl. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Allow objfmt initialize and cleanup function pointers... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Peter Johnson | Fix a few cases of freeing NULL pointers. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Peter Johnson | Move strndup() declaration outside !DMALLOC #ifdef... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Peter Johnson | fucom* are FPU instructions. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Peter Johnson | vps_print() should take a const valparamhead *. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Peter Johnson | Remove .re.c suffix rule. In GNU make, this doesn... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Peter Johnson | This file is going away soon, but it's still good to... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Peter Johnson | Bring in AC_PROVIDE_IFELSE changes necessary for AC_LIB... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Peter Johnson | - Disable libtool win32 DLL support. |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Peter Johnson | Ignore libtool-generated objects and directories. |
commit | commitdiff | tree | snapshot |
next |