2007-04-30 |
Peter Johnson | Add SSE4.1 and SSE4.2 instructions. |
commit | commitdiff | tree | snapshot |
2007-04-30 |
Peter Johnson | Rename sse4 test to ssse3, to make way for the real... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Peter Johnson | Call yasm_symtab_parser_finalize() from parser so calle... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Peter Johnson | Update all copyright dates. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Peter Johnson | Expand tabs to spaces. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Peter Johnson | Bite the bullet and convert tabs to spaces. Previously... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Peter Johnson | Add end_prolog macro (maps to [endprolog]) in addition... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Peter Johnson | Fix #104 by removing obsolete comment about -m amd64... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Peter Johnson | Unbreak Windows build by using yasm__strcasecmp instead... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Peter Johnson | Fix a couple of doxygen comments. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Peter Johnson | Massive update of directive handling, including handlin... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Peter Johnson | hamt.c: Fix portability nit (uintptr_t & ~1UL) and... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Peter Johnson | Update doxygen comments. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Peter Johnson | Restructure yasm_object as the central clearing house... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Peter Johnson | Mach-O object format: 0-fill unused portion of section... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Peter Johnson | Make symrec robust against defining a symbol both as... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Peter Johnson | GAS parser: fix unterminated string handling to properl... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Peter Johnson | Fix a couple of NULL pointer derefs. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Peter Johnson | Follow the lead of GAS and change the prefix order... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Peter Johnson | Add option -Wsize-override to turn on warning on multip... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Peter Johnson | Work around possibly used uninitialized warning, even... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Peter Johnson | Add -E and -s command line options. These mimic the... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Peter Johnson | Bump trunk version to 0.6.99 after 0.6.0 release. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | Add Mach-O to yasm_objfmts(7) man page. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | stabs_test.sh: Fix line endings after removal of eol... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | stabs_test.sh: Fix properties. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | Massive warnings cleanup and cleanup of size_t vs uintp... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | intnum.c: Remove tracking of origsize. This wasn't... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | Warning cleanups (unused variable/label). |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Peter Johnson | Move libyasm-stdint.h include out of util.h, as util... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Peter Johnson | Fix DJGPP build. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Peter Johnson | Don't distribute re2c-built files or configure-built... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Peter Johnson | Set keyword expansion. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Peter Johnson | CV8: Don't put any ".name" symbols into the debug symbo... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Peter Johnson | Revamp macho object format design, fixing some bugs... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Peter Johnson | GAS parser: support calll and callq. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Peter Johnson | GAS parser: support labels on the same line as other... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Peter Johnson | Fix build (hopefully) on Win64 by using uintptr_t more... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Peter Johnson | Add a jump_target flag to the yasm_value structure... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Peter Johnson | Fix crash when possibly 32-bit 64-bit immediate is... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Peter Johnson | Work around other warnings by including util.h earlier. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Peter Johnson | Fix up some GCC 4.x warnings. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Peter Johnson | Try to cut down on DJGPP build warnings. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Peter Johnson | Update to gettext 0.16.1. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Peter Johnson | Allow more than just times to trigger on any change... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Peter Johnson | Only enable -ansi -pedantic -Wall in maintainer mode. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Peter Johnson | Fix some warnings. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Peter Johnson | Pyrex detection: strip a-z suffix to correctly detect... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Peter Johnson | Enable .pdata and .xdata special handling only for... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Peter Johnson | Add support for Win64 structured exception handling... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Johnson | coff-objfmt.c: Refactor directives. Also fix small... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Johnson | Update copyright date to 2007. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Johnson | Tokenize registers in directives. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Johnson | Missed one NULL-handling case in previous commit. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Johnson | Allow directives to have no parameters in the parser... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Peter Johnson | macho-objfmt.c: Fix unused variable warning. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Peter Johnson | nasm-listfmt.c: Fix warning due to [1752] multiple... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Peter Johnson | Support forced identifiers ($foo) in directives. This... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Peter Johnson | Fix #98. Fix implemented by merging any reserve multip... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Peter Johnson | Allow multiples to become temporarily negative during... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Peter Johnson | section.c (check_cylce): Avoid segfault by checking... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Peter Johnson | Fix handling of times 0 <...>. |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Peter Johnson | Actually fully support "gnu" alias for "gas" parser... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Peter Johnson | Now that Pyrex 0.9.5.1 is out, require it (incorporates... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Peter Johnson | Pyxelator generation should depend on HEADERS rather... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Peter Johnson | Clean up sed usage a tiny bit (don't use cat). |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Peter Johnson | Massive Python/Pyrex wrapper cleanup. We now use Pyxel... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Peter Johnson | Fix #97: Support right-shifted symbols in binary output... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Peter Johnson | Unbreak out_test.sh; the previous commit caused an... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Peter Johnson | Fix #96 by setting the timestamp in the COFF header... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Peter Johnson | Make python module DESTDIR-clean to unbreak distcheck... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Peter Johnson | Remove yasm_immval, moving remaining unique information... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Johnson | intnum.c: Better internal error checking on intnum... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Johnson | Fix bug in [1737]. Using a valid environment variable... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Peter Johnson | Support environment variables in %include along the... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Peter Johnson | Add dbgfmt_cv8 to flat Mkfiles (DJGPP). |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Johnson | Make gnu an alias for gas parser. |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Johnson | Add macho to Mkfiles. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Peter Johnson | Unbreak distcheck (missing test shell scripts from... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Peter Johnson | Initial commit of Mach-O object format. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Peter Johnson | .indent.pro: Update ancient typedef list. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Peter Johnson | coretype.h: Remove yasm_optimizer typedef. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Johnson | x86arch.c, x86id.c: Explicitly cast to unsigned char. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Johnson | gas-parse.c: Delete unused variables. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | coff-objfmt.c: Close small memory leak. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | python-yasm/Makefile.inc: Pull in CPPFLAGS for Python... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | bc-data.c: Fix memory leak when handling LEB128 data. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | GAS parser: convert to recursive descent. |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | NASM parser bugfixes, and add support for section names... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Peter Johnson | yasm_value_delete(): Check for NULL expr before attempt... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Peter Johnson | nasm-parse.c, x86id.c: Fix unused variable warnings. |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Peter Johnson | POTFILES.in: Bring up to date by adding a couple of... |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Peter Johnson | Remove remaining references to nasm-bison.c/h. |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Peter Johnson | Port re2c parser from YACC to recursive descent. |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Peter Johnson | Fix Mkfiles for previous commit (NASM recursive descent... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Peter Johnson | NASM parser: change from Bison parser to hand-written... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Peter Johnson | Rename yasm_dvs_destroy() to yasm_dvs_delete() to match... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Peter Johnson | Fix bad valparams setup introduced in previous commit... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Peter Johnson | Push down GAS .ident directive handling into objfmts... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Peter Johnson | Pyxelator: Rip out code wrapper generation. Reindent... |
commit | commitdiff | tree | snapshot |
next |