platform/upstream/nasm.git
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-07-06 H. Peter Anvinoutbin: minor cleanups
2009-07-06 H. Peter AnvinBR 2817225: don't overrun a permts buffer with a maximu...
2009-07-06 H. Peter Anvinnasm.nsi: in the "NASM shell", put NASM first in PATH
2009-07-06 H. Peter AnvinChange noreturn macro to no_return to avoid header...
2009-07-06 H. Peter Anvinnasm.nsi: use LZMA compression
2009-07-06 H. Peter AnvinMore "make install" fixes...
2009-07-06 H. Peter Anvinrdf2bin: be smarter about extracting the format from...
2009-07-06 H. Peter Anvinnasm.nsi: add additional rdf2bin aliases
2009-07-06 H. Peter Anvinrdoff: fix "make install"
2009-07-05 H. Peter Anvintest/Makefile: add ith and srec targets
2009-07-05 H. Peter Anvindoc: S-records seems to usually be pluralized
2009-07-05 H. Peter Anvindoc: srec produces S-records, not Intel hex...
2009-07-05 H. Peter Anvindoc: use the term "extensions" to mean of-specific...
2009-07-05 H. Peter Anvindoc: fix capitalization
2009-07-05 H. Peter Anvinoutbin: when using saa_rnbytes() we have to saa_rewind()
2009-07-05 H. Peter Anvinoutbin: when writing S-records, write head record
2009-07-05 H. Peter Anvinoutbin: add support for Intel hex and Motorola S-records
2009-07-05 H. Peter AnvinMake it possible for outputs to be either text or binary
2009-07-04 H. Peter Anvinnasmlib.h: add unlikely() to nasm_assert()
2009-07-04 H. Peter Anvinrdf2bin.1: add missing space
2009-07-04 H. Peter Anvinrdoff/test/Makefile: actually do build tests
2009-07-04 H. Peter Anvinspec: update specfile with new rdf2bin aliases
2009-07-04 H. Peter Anvinrdf2bin: update man page, add link pages for aliases
2009-07-04 H. Peter AnvinAdd rdf2ith and rdf2srec to .gitignore
2009-07-04 H. Peter AnvinCorrect the legacy name rdf2ihx (as opposed to rdf2ith)
2009-07-03 H. Peter Anvinrdf2bin: revamp so it can output bin, ith, or srec
2009-07-03 H. Peter Anvinrdfload: make the base addresses unsigned
2009-07-03 H. Peter AnvinRemove rdf2ihx.c, since it looks unlikely we'll get...
2009-07-03 H. Peter AnvinCorrection: preproc.c is *not* in the clear just yet.
2009-07-02 H. Peter AnvinNASM 2.06.01rc1
2009-07-02 H. Peter AnvinBeginnings of a crude utility to dump the contents...
2009-07-02 H. Peter AnvinFix early report_error(); avoid nuisance phase warnings
2009-07-02 H. Peter Anvinoutobj: handle the case of SEG <undefined> in pass 0
2009-07-02 H. Peter Anvinnasmlib: add nasm_assert(); use const char * for filenames
2009-07-02 H. Peter Anvincompiler.h: new macro for a non-returning function
2009-07-01 H. Peter Anvinoutmacho: change license to 2-BSD
2009-06-30 Cyrill GorcunovELF64: fix incorrect type for the .strtab section header
2009-06-30 H. Peter AnvinNASM 2.06
2009-06-29 H. Peter Anvinheaders/doc: copyright header for documentation files
2009-06-29 H. Peter AnvinAdd new copyright headers to the rdoff code
2009-06-29 H. Peter AnvinAdd new copyright headers to the output modules
2009-06-29 H. Peter AnvinAdd copyright headers to standard macro packages
2009-06-29 H. Peter AnvinAdd copyright headers to macro files
2009-06-29 H. Peter AnvinMacro file copyright header
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2009-06-29 H. Peter AnvinIn memory of Chuck...
2009-06-29 H. Peter AnvinAdd copyright header to nasmdoc.src
2009-06-28 H. Peter AnvinLICENSE: include the actual BSD license
2009-06-28 H. Peter AnvinAdd copyright notices to other *.dat files
2009-06-28 H. Peter AnvinAdd copyright notice to insns.dat
2009-06-28 H. Peter AnvinAdd copyright verbiage to Perl scripts; update LICENSE
2009-06-28 H. Peter AnvinStandard copyright verbiage headers
2009-06-28 H. Peter AnvinLICENSE: give the current license status.
2009-06-28 H. Peter AnvinNASM 2.06rc16
2009-06-28 H. Peter AnvinRun make alldeps
2009-06-28 H. Peter AnvinMove prototypes for null_debug to outform.h and outlib.h
2009-06-28 H. Peter AnvinMove backend-specific code to output/; break out null...
2009-06-28 H. Peter Anvindebug: make *all* the null debug routines available...
2009-06-28 H. Peter Anvinoutput: call debug init from a central location
2009-06-28 H. Peter Anvintest/Makefile: add rule to produce a .dbg file
2009-06-28 H. Peter Anvinoutform: build ALL formats by default, including DBG
2009-06-28 H. Peter Anvinoutelf.c: add appropriate #ifdefs
2009-06-28 H. Peter Anvinoutdbg: make outdbg.c compile cleanly
2009-06-27 H. Peter AnvinNASM 2.06rc15
2009-06-27 H. Peter AnvinBR 2781900: handle common labels while optimizing
2009-06-27 H. Peter Anvinparser.c: fix stylistic nitpick
2009-06-27 H. Peter Anvinassemble.c: stylistic nitpick
2009-06-27 H. Peter Anvinpreproc: use %if 0 instead of %ifdef BOGUS
2009-06-27 H. Peter Anvinhashtbl: make hash_iterate() not crash on an uninitaliz...
2009-06-27 H. Peter Anvinnasm.c: clean up pass exit logic
2009-06-26 H. Peter Anvinndisasm: fix disassembly of JRCXZ
2009-06-26 H. Peter AnvinNASM 2.06rc14
2009-06-26 H. Peter Anvininsns.dat: reformat
2009-06-26 H. Peter Anvininsns.dat: add relaxed forms for XOP/FMA4/CVT16 instruc...
2009-06-26 H. Peter AnvinAdd Cyrill Gorcunov to AUTHORS
2009-06-26 H. Peter Anvininsns.pl: remove stray whitespace
2009-06-26 H. Peter Anvininsns.pl: add "nohi" code for REX_NH
2009-06-26 H. Peter Anvininsns.pl: fix indentation
2009-06-26 H. Peter AnvinELF: make debugging functions static
2009-06-26 H. Peter AnvinELF: remove loop invariant calculation of global offset
2009-06-26 H. Peter AnvinELF: clean up the arithmetic for global symbols
2009-06-26 H. Peter AnvinELF: bump GLOBAL_TEMP_BASE
2009-06-25 H. Peter AnvinELF: eliminate hard-coded section numbers
2009-06-25 H. Peter AnvinHandle the new ELF headers in the dependency generation
2009-06-25 H. Peter AnvinELF: add header files, begin merging common code, drop...
2009-06-25 H. Peter AnvinNASM 2.06rc13
2009-06-25 H. Peter Anvinchanges.src: update
2009-06-25 H. Peter Anvininsns: make the MMX version of PINSRW match the SSE...
2009-06-25 H. Peter AnvinIntel FMA: drop relaxed forms
2009-06-25 H. Peter AnvinFix the PINSR series of instructions
2009-06-25 H. Peter AnvinAdd support for instructions which always use low 8...
2009-06-25 H. Peter Anvininsns.dat: fix typos: VCMPORD_SP[SD] entered as VCMPORS...
2009-06-25 H. Peter Anvininsns.dat: collapse relaxed forms
2009-06-25 H. Peter Anvininsns.pl: allow relaxed forms to be created without...
2009-06-24 H. Peter Anvinchanges.src: fix some odd spacing
2009-06-23 H. Peter Anvinparser: don't use midcode declarations
2009-06-23 Victor van... BR 2782055: reject invalid tokens after ]
2009-05-26 H. Peter Anvinspecfile: update URLs
2009-05-26 H. Peter AnvinNindent: add back the -nut option
next