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 |
2002-06-27 |
Peter Johnson | Declare errwarn_new(), error_common(), and warning_comm... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Peter Johnson | Add configure.lineno to CLEANFILES. It doesn't delete... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Peter Johnson | Define lib_LTLIBRARIES to avoid automake warning. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Peter Johnson | Add xstrndup() to easily create a 0-terminated duplicat... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Peter Johnson | Re-enable building of re2c (not lemon yet), including... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Peter Johnson | Cleanup script for re2c output that removes unreference... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Peter Johnson | Fix 2 major bugs: -b switch caused crash, and all actio... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Peter Johnson | We don't use the tools right now, so don't bother build... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Integrate gettext, libtool, and libltdl into CVS and... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Include all the m4 files in EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Peter Johnson | Bytecode and objfmt changes: |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Revert previous commit (ELF isn't committed yet). |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Use C89 types for field sizes and avoid reserved #defin... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Don't worry about 64-bit and generic ELF at this point. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Prevent spurious "Circular reference detected" errors... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Peter Johnson | Revamp error/warning handling. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Peter Johnson | During the first pass of basic optimization, continue... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Peter Johnson | Change handling of res* (no longer require that the... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Peter Johnson | Check for integer warnings. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Peter Johnson | A number of fixes to float and integer handling on... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Peter Johnson | Properly count errors and warnings triggered by ErrorAt... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Peter Johnson | Check return value correctly (for both error and non... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Revert previous commit. The srcdir isn't needed, and... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Add bison-generated sources to BUILT_SOURCES and CLEANF... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Clean up after test execution. |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Run gettextize with the --no-changelog option. Note... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Peter Johnson | Too overzealous on including test files that aren't... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Peter Johnson | Fix warning message for zeroing uninit space so it... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Peter Johnson | Fix distcheck build. For some reason, automake wants... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Peter Johnson | Have symrec manage all symbols, not just the ones in... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Peter Johnson | Switch back to returning @dependent@ instead of @observer@. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Peter Johnson | Splint-noticed bugfixes: memory leaks, unreachable... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Peter Johnson | Splint cleanups, including const change. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups and related bugfixes: |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Change most Splint return annotations from dependent... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Cast SAVE_* and WRITE_* assignments to unsigned char. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Make expr_print() take a const expr. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Fix a couple bugs found by Splint (and do some other... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups: expr_copy_* don't take a NULL, so... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Split split parameters into separate lines to make... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Add options: +allglobals -noeffect -shiftnegative. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups on memory allocation routines. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Peter Johnson | Create global macro NELEMS to replace countof macro... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Peter Johnson | Update with latest files. Add suggestion on how to... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Peter Johnson | Add remove-potcdate.sed. |
commit | commitdiff | tree | snapshot |
next |