2009-07-06 |
H. Peter Anvin | NASM: relicense under the 2-clause BSD license Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | outbin: minor cleanups Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | BR 2817225: don't overrun a permts buffer with a maximum... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | nasm.nsi: in the "NASM shell", put NASM first in PATH Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | Change noreturn macro to no_return to avoid header... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | nasm.nsi: use LZMA compression Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | More "make install" fixes...
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | rdf2bin: be smarter about extracting the format from... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | nasm.nsi: add additional rdf2bin aliases Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-06 |
H. Peter Anvin | rdoff: fix "make install" Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | test/Makefile: add ith and srec targets Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | doc: S-records seems to usually be pluralized Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | doc: srec produces S-records, not Intel hex... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | doc: use the term "extensions" to mean of-specific... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | doc: fix capitalization Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | outbin: when using saa_rnbytes() we have to saa_rewind() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | outbin: when writing S-records, write head record Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | outbin: add support for Intel hex and Motorola S-records Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-05 |
H. Peter Anvin | Make it possible for outputs to be either text or binary Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | nasmlib.h: add unlikely() to nasm_assert() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | rdf2bin.1: add missing space Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | rdoff/test/Makefile: actually do build tests Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | spec: update specfile with new rdf2bin aliases Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | rdf2bin: update man page, add link pages for aliases Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | Add rdf2ith and rdf2srec to .gitignore
|
commit | commitdiff | tree |
2009-07-04 |
H. Peter Anvin | Correct the legacy name rdf2ihx (as opposed to rdf2ith) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-03 |
H. Peter Anvin | rdf2bin: revamp so it can output bin, ith, or srec Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-03 |
H. Peter Anvin | rdfload: make the base addresses unsigned Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-03 |
H. Peter Anvin | Remove rdf2ihx.c, since it looks unlikely we'll get... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-03 |
H. Peter Anvin | Correction: preproc.c is *not* in the clear just yet. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-02 |
H. Peter Anvin | NASM 2.06.01rc1
|
commit | commitdiff | tree |
2009-07-02 |
H. Peter Anvin | Beginnings of a crude utility to dump the contents... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-02 |
H. Peter Anvin | Fix early report_error(); avoid nuisance phase warnings Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-02 |
H. Peter Anvin | outobj: handle the case of SEG <undefined> in pass 0 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-02 |
H. Peter Anvin | nasmlib: add nasm_assert(); use const char * for filenames Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-02 |
H. Peter Anvin | compiler.h: new macro for a non-returning function Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-01 |
H. Peter Anvin | outmacho: change license to 2-BSD Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-30 |
H. Peter Anvin | NASM 2.06
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | headers/doc: copyright header for documentation files
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Add new copyright headers to the rdoff code Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Add new copyright headers to the output modules Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Add copyright headers to standard macro packages Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Add copyright headers to macro files Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Macro file copyright header
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Add copyright headers to the *.c/*.h files in the main... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | In memory of Chuck... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-29 |
H. Peter Anvin | Add copyright header to nasmdoc.src Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | LICENSE: include the actual BSD license
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Add copyright notices to other *.dat files Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Add copyright notice to insns.dat
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Add copyright verbiage to Perl scripts; update LICENSE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Standard copyright verbiage headers
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | LICENSE: give the current license status.
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | NASM 2.06rc16
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Run make alldeps
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Move prototypes for null_debug to outform.h and outlib.h Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | Move backend-specific code to output/; break out null... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | debug: make *all* the null debug routines available... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | output: call debug init from a central location Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | test/Makefile: add rule to produce a .dbg file Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | outform: build ALL formats by default, including DBG Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | outelf.c: add appropriate #ifdefs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-28 |
H. Peter Anvin | outdbg: make outdbg.c compile cleanly Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | NASM 2.06rc15
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | BR 2781900: handle common labels while optimizing Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | parser.c: fix stylistic nitpick Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | assemble.c: stylistic nitpick Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | preproc: use %if 0 instead of %ifdef BOGUS Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | hashtbl: make hash_iterate() not crash on an uninitalized... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-27 |
H. Peter Anvin | nasm.c: clean up pass exit logic Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | ndisasm: fix disassembly of JRCXZ Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | NASM 2.06rc14
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | insns.dat: reformat Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | insns.dat: add relaxed forms for XOP/FMA4/CVT16 instructions Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | Add Cyrill Gorcunov to AUTHORS
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | insns.pl: remove stray whitespace Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | insns.pl: add "nohi" code for REX_NH Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | insns.pl: fix indentation Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | ELF: make debugging functions static Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | ELF: remove loop invariant calculation of global offset Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | ELF: clean up the arithmetic for global symbols Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | ELF: bump GLOBAL_TEMP_BASE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | ELF: eliminate hard-coded section numbers Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | Handle the new ELF headers in the dependency generation Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | ELF: add header files, begin merging common code, drop... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | NASM 2.06rc13
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | changes.src: update
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | insns: make the MMX version of PINSRW match the SSE... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | Intel FMA: drop relaxed forms Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | Fix the PINSR series of instructions Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | Add support for instructions which always use low 8... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | insns.dat: fix typos: VCMPORD_SP[SD] entered as VCMPORS_SP[SD] Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | insns.dat: collapse relaxed forms Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | insns.pl: allow relaxed forms to be created without... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-24 |
H. Peter Anvin | changes.src: fix some odd spacing
|
commit | commitdiff | tree |
2009-06-23 |
H. Peter Anvin | parser: don't use midcode declarations Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-05-26 |
H. Peter Anvin | specfile: update URLs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-05-26 |
H. Peter Anvin | Nindent: add back the -nut option Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-05-26 |
H. Peter Anvin | Nindent: update with the -npro and -il0 options Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-05-23 |
H. Peter Anvin | doc: use NASM syntax for x87 registers Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
next |