platform/upstream/nasm.git
2007-09-24 H. Peter Anvinnasmdoc: document the __float*__ operators
2007-09-24 H. Peter AnvinSupport __float*__ for floating-point numbers in expres...
2007-09-24 H. Peter Anvineval.c: replace sequence of ifs with switch
2007-09-24 H. Peter Anvintokhash: allow a bit smarter pattern matching
2007-09-23 H. Peter AnvinImplement INVLPGA according to the documentation
2007-09-23 H. Peter AnvinReformat insns.dat to uniform column width
2007-09-23 H. Peter AnvinSimple test for 0x67 prefixes
2007-09-23 H. Peter AnvinAuto-generate 0x67 prefixes without the need for \30x...
2007-09-23 H. Peter AnvinMake test/Makefile a bit more useful
2007-09-23 H. Peter AnvinAdd TY_OWORD for "DO" output
2007-09-23 H. Peter AnvinLDDQU needs \301 (BR 1103549)
2007-09-23 H. Peter AnvinRDTSCP and INVLPGA aren't 64-bit specific
2007-09-23 H. Peter AnvinCyrix GX1 instructions: BBx_RESET, CPU_READ, CPU_WRITE
2007-09-23 H. Peter AnvinCentaur XSHA1, XSHA256, MONTMUL
2007-09-23 H. Peter AnvinImplement Centaur's XCRYPT instructions
2007-09-23 H. Peter AnvinAdd Geode LX (AMD's Cyrix-derived core) instructions
2007-09-23 H. Peter AnvinAdd the GETSEC instruction for Intel SMX
2007-09-23 H. Peter AnvinAdd the AMD SSE4a and LZCNT instructions
2007-09-23 H. Peter AnvinTag UMOV as ND (no disassembly) to avoid collision
2007-09-23 H. Peter AnvinDisallow optimizing by less than 5 passes.
2007-09-23 H. Peter AnvinBR 1783117: Document that %+ needs a space after it...
2007-09-22 H. Peter Anvinnasm.spec.in: minor fixes
2007-09-22 H. Peter Anvinrelease script: handle stricter CLI parsing for "git...
2007-09-22 H. Peter AnvinUpdate nasm.spec.in and make it handle rc releases
2007-09-22 H. Peter Anvinversion.pl: support version numbers of the form X.Y...
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-21 Charles Crayne modified: misc/release to fix bug in removing .git
2007-09-20 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2007-09-20 H. Peter AnvinUpdate manual pages
2007-09-20 H. Peter AnvinRemove limit on number of sync points
2007-09-20 H. Peter AnvinMake nasm_malloc() et al available from inside ndisasm
2007-09-20 Frank KotlerVersion 0.99.03
2007-09-20 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-19 H. Peter AnvinMerge commit 'origin/sse5'
2007-09-19 H. Peter Anvintest/Makefile: make a bit more useful
2007-09-19 H. Peter AnvinSlightly optimize the interface to nasm_token_hash()
2007-09-19 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-19 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-19 H. Peter Anvinelf64: fix 32-bit truncations
2007-09-19 H. Peter AnvinDocument Infinity and NaN
2007-09-19 H. Peter AnvinSupport generating NaNs and infinities
2007-09-19 H. Peter AnvinUpdate documentation
2007-09-19 H. Peter AnvinSimple test for hexadecimal floating-point numbers
2007-09-19 H. Peter AnvinFix error-reporting in hexadecimal floating-point numbers
2007-09-19 H. Peter AnvinSupport C99-style hexadecimal floating point.
2007-09-19 H. Peter AnvinUnify all standard IEEE floating-point formats; add...
2007-09-19 H. Peter AnvinFix handling of DO; support unary + for floating-point...
2007-09-18 H. Peter AnvinSupport 16-bit IEEE floating point; used in SSE5
2007-09-18 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-18 H. Peter AnvinAdd NOP with argument to the instruction list
2007-09-18 H. Peter AnvinRemove 0FC2 from list of instruction prefixes
2007-09-18 H. Peter AnvinSpeed up the disassembler by allowing prefixed instruct...
2007-09-18 H. Peter AnvinDocument oword, do and reso
2007-09-18 H. Peter AnvinImplement "oword" (128 bits) as a first-class size
2007-09-18 H. Peter AnvinChange the token prehash function for better convergence
2007-09-18 H. Peter AnvinSSE5 instruction table
2007-09-18 Frank Kotleradd "const" to output/outdbg.c
2007-09-18 H. Peter AnvinDisassembler support for SSE5 instructions
2007-09-18 H. Peter Anvininsns.dat: All SSE5 instructions are AMD
2007-09-18 H. Peter AnvinActually generate SSE5 instructions
2007-09-17 H. Peter AnvinInitial support for generating DREX suffixes
2007-09-17 H. Peter AnvinFix a few instances of missing renumbers
2007-09-17 H. Peter AnvinEnable IF_AR3
2007-09-17 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-17 H. Peter AnvinInitial support for four arguments per instruction
2007-09-17 H. Peter AnvinCLFLUSH: Neither an x64 instruction nor AMD
2007-09-17 H. Peter AnvinSort dependency lists
2007-09-17 H. Peter AnvinCleaner way to handle MSVC's _snprintf() underscore...
2007-09-17 H. Peter Anvintest/r13.asm: test special-casing of rbp and r13 in...
2007-09-17 H. Peter AnvinAdditional documentation for 64-bit programming
2007-09-17 H. Peter AnvinINSTALL: MSVC++ compilation instructions
2007-09-17 H. Peter Anvinmake alldeps: change Mkfiles/Makefile.* to Mkfiles...
2007-09-17 H. Peter AnvinFix Makefile for MSVC++ 2005, delete obsolete Makefiles
2007-09-17 H. Peter AnvinMinor fixes needed to compile with MSVC++ 2005
2007-09-17 H. Peter AnvinRun "make alldeps"
2007-09-17 H. Peter AnvinSwitch the preprocessor over to using the hash table...
2007-09-17 H. Peter AnvinFix the handling of local labels
2007-09-15 H. Peter Anvinpreproc.c: remove unnecessary int64_t
2007-09-15 H. Peter AnvinUse the new hash table function library to store labels
2007-09-14 H. Peter AnvinDefine a proper hash table library
2007-09-14 H. Peter AnvinSimple performance benchmarks: label, macro and token...
2007-09-13 H. Peter Anvinrelease script: fix final cleanup
2007-09-13 H. Peter AnvinModify release script for a git-centric world
2007-09-13 H. Peter Anvinpptok.c: don't insist on C99 compiler behaviour
2007-09-13 H. Peter AnvinFix literal F2 and F3 prefixes
2007-09-13 H. Peter AnvinAdd (untested!) SSSE3, SSE4.1, SSE4.2 instructions
2007-09-13 H. Peter AnvinAdd support for Tejas New Instructions (SSSE3)
2007-09-13 H. Peter AnvinRemove $Id$ tags (useless with git)
2007-09-13 H. Peter AnvinUse rm32 operands for VMREAD/VMWRITE
2007-09-13 H. Peter AnvinMacros for SSSE3/SSE4 instruction sets
2007-09-13 H. Peter AnvinSupport r/m operands for non-integer types
2007-09-13 H. Peter AnvinUse enumerations where practical to ease debugging
2007-09-12 H. Peter Anvinpptok.c: quick-and-dirty downcasing during prehashing
2007-09-12 H. Peter Anvinphash: Tell the user when the graph is OK
2007-09-12 H. Peter Anvinpptok.c: handle holes in the pp_directives array
2007-09-12 H. Peter Anvinpreproc.c: adjust whitespace
2007-09-12 H. Peter AnvinMore automation in the preprocessor conditionals handling
2007-09-12 H. Peter Anvinpptok.c: fix spacing
2007-09-12 H. Peter AnvinGenerate automatically correct tests for %if and %elif
2007-09-12 H. Peter AnvinRun "make alldeps"; add dependencies missing from the...
next