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