platform/upstream/nasm.git
2009-02-11 H. Peter AnvinNASM 2.06rc3
2009-01-29 Charles CrayneAllow global declaration after symbol definition
2009-01-27 Charles CrayneFix Bugs item #2537867
2009-01-21 Soronel HaetirDocument the as86 ..start label
2009-01-19 H. Peter Anvindoc: clean up the "String Manipulation in Macros" section
2009-01-19 H. Peter Anvindoc: indent the time macro example
2009-01-19 H. Peter Anvindoc: fix typo
2009-01-19 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2009-01-19 H. Peter Anvindoc: update the section on numeric constants
2009-01-18 Charles CrayneGenerate warning for unknown section atributes
2009-01-05 H. Peter AnvinFix the [warning] directive
2009-01-04 H. Peter Anvinoutas86: slight stylistic cleanups
2009-01-04 Soronel HaetirAdd entry point support to as86 backend
2008-12-30 H. Peter AnvinBR 2432826: Fix enforcement of the LONG bit
2008-12-30 H. Peter AnvinBR 2413278: Nonoptimal forms of arithmetic instructions...
2008-12-23 H. Peter Anvinchanges.src: document Mach-O alignment fix.
2008-12-20 H. Peter AnvinNASM 2.06rc2
2008-12-18 David DeHavenMach-O alignment fix
2008-12-10 Victor van... BR 2413272: Warn about byte displacement overflow
2008-11-30 H. Peter AnvinNASM 2.06rc1
2008-11-07 H. Peter AnvinELF: use rbtree for symbol searches
2008-11-07 H. Peter Anvinrbtree: drop "const" from search function
2008-11-06 H. Peter Anvinchanges.src: document POPCNT fix.
2008-11-06 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-11-06 H. Peter Anvintest/popcnt.asm: simple test for the POPCNT instruction
2008-11-06 H. Peter AnvinThe POPCNT instruction does not need sizes on memory...
2008-11-06 H. Peter AnvinBR 2229703: POPCNT r64,rm64 not POPCNT r64,rm32
2008-11-06 H. Peter Anvinpreproc: BR 2222615: fix segfault on bogus %ifmacro
2008-11-05 H. Peter Anvindoc: better description of %line
2008-11-05 Victor van... Fix BR #916647
2008-11-04 H. Peter Anvinchanges.src: document if for %ifmacro.
2008-11-04 H. Peter Anvintest: add test for BR 2222615
2008-11-04 H. Peter Anvinpreproc: BR 2222615: fix segfault on bogus %ifmacro
2008-11-04 Charles CraynePrevent erroneous extra "final" pass
2008-11-03 H. Peter Anvindoc/changes.src: document ELF TLS
2008-11-03 H. Peter Anvindoc: minor edit to the TLS documentation examples.
2008-11-02 Charles CrayneDocument differences between TLS coding in ELF32 and...
2008-11-01 Charles CrayneELF32 support for offset to IE GOT entry
2008-11-01 H. Peter Anvinversion.pl: snapshot releases *only* have digits in...
2008-10-31 H. Peter AnvinMove all version strings to a single compilation unit...
2008-10-31 Charles CrayneELF32 bit support of .tdata and .tbss sections
2008-10-30 H. Peter Anvinrbtree: drop the data pointer; instead rely on being...
2008-10-30 H. Peter Anvincompiler.h: add offsetof() and container_of()
2008-10-30 H. Peter AnvinLeft-leaning red-black tree data structure
2008-10-30 H. Peter AnvinFix header guards for outlib.h
2008-10-30 H. Peter Anvinmake alldeps
2008-10-30 H. Peter Anvindoc: cross-reference macro parameter concatenation...
2008-10-30 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-10-30 H. Peter Anvindoc: fix typo in the description of %unmacro
2008-10-30 H. Peter Anvindoc: fix capitalization
2008-10-30 H. Peter Anvindoc: remove duplicate entry for the "error" warning...
2008-10-30 H. Peter Anvindoc: retroactively document updates to the warning...
2008-10-30 H. Peter Anvindoc: fix typo in the description of %unmacro
2008-10-30 H. Peter Anvindoc: fix capitalization
2008-10-30 H. Peter Anvindoc: remove duplicate entry for the "error" warning...
2008-10-30 H. Peter Anvindoc: retroactively document updates to the warning...
2008-10-29 H. Peter AnvinMerge commit 'nasm-2.05.01'
2008-10-29 H. Peter AnvinNASM 2.05.01
2008-10-29 H. Peter Anvindoc/changes.src: document -W/-w fix as a NASM 2.05...
2008-10-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-28 Charles CrayneInitial documentation for ELF64 TLS
2008-10-28 H. Peter Anvinoutput: add common file outlib.c for common functions...
2008-10-27 H. Peter Anvinpreproc: merge expand_mmac_params() and expand_indirect()
2008-10-27 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-27 Charles CrayneELF64 support for PC relative offset to IE GOT entry
2008-10-26 H. Peter AnvinMerge branch 'nasm-2.05.xx'
2008-10-26 H. Peter AnvinBetter description of the number-overflow warning
2008-10-26 H. Peter AnvinBR: 2196966: make the -w/-W options work again
2008-10-26 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-10-26 Charles CrayneFlag thread local symbols in symbol table
2008-10-26 H. Peter Anvinsmartalign: clean up unnecessary duplication; tweak...
2008-10-25 Charles CrayneELF64 segment definitions for TLS
2008-10-25 H. Peter AnvinFor snapshot releases, expand out the mangled version...
2008-10-25 H. Peter Anvindisasm: introduce opy
2008-10-25 H. Peter Anvinassemble: use opx and opy in a few more places
2008-10-24 H. Peter Anvindoc/changes.src: retroactively document anonymous ...
2008-10-24 H. Peter Anvinpreproc: don't macro-expand the argument to %use
2008-10-24 H. Peter Anvindoc: document %pop with argument
2008-10-24 H. Peter Anvinpreproc: allow %pop to take an identifier, unify %push...
2008-10-24 H. Peter Anvindoc: document anonymous %push
2008-10-24 H. Peter Anvindoc/changes.src: begin the release notes for 2.06
2008-10-24 H. Peter Anvindoc: fix awkward word order
2008-10-24 H. Peter Anvinversion.pl: don't add an extra .00 for subminor if...
2008-10-24 H. Peter AnvinMerge branch 'indirect'
2008-10-24 H. Peter AnvinFix op2 references that had not yet been converted...
2008-10-24 H. Peter Anvindisasm: extension byte support in the disassembler
2008-10-24 H. Peter AnvinAdd extension bytecodes to support operands 4+
2008-10-24 H. Peter AnvinWhen issuing warnings for EA displacements, use the...
2008-10-24 H. Peter AnvinNASM 2.05
2008-10-24 H. Peter Anvindoc/changes.src: update release notes
2008-10-23 H. Peter AnvinThe CRC32 instructions can take 66 prefixes as well...
2008-10-23 H. Peter Anvintest/crc32.asm: test the CRC32 instruction
2008-10-23 H. Peter AnvinBR 2190521: fix the CRC32 opcodes
2008-10-22 H. Peter AnvinNASM 2.05rc8
2008-10-22 H. Peter AnvinBR 2187210: Fix PFRCPV and PFRSQRTV
2008-10-22 H. Peter Anvinassemble: not all backends handle intra-segment OUT_REL*ADR
2008-10-22 H. Peter AnvinBR 2148448: fix relative addresses in bin output
2008-10-20 H. Peter AnvinUpdate .gitignore to include additional generated files
2008-10-20 H. Peter Anvintest/ppindirect.asm: test token pasting inside %[...]
2008-10-20 H. Peter Anvinpreproc: fix terminal token pasting in indirect sequences
next