platform/upstream/nasm.git
2007-10-16 H. Peter AnvinFloating-point warning fixes; fix round-to-overflow
2007-10-16 H. Peter AnvinHandle rounding of denorms correctly; make fp overflow...
2007-10-16 H. Peter AnvinAdditional entries for .gitignore
2007-10-16 H. Peter AnvinRefactor floating-point formatting code; fix 80-bit...
2007-10-16 H. Peter AnvinAdd 1.5 as a test case: representative of an exact...
2007-10-16 H. Peter AnvinRecognize 'd', 't' and 'y' as radix suffixes
2007-10-16 H. Peter AnvinFix FISTTP opcodes (BR 689695)
2007-10-16 H. Peter AnvinNew floating-point conversion routines
2007-10-16 H. Peter AnvinAdd testnos3 from the gdtoa package (floating-point...
2007-10-14 H. Peter Anvin.gitignore file doesn't need to be in the release file
2007-10-14 H. Peter AnvinAdd .gitignore file so "git status" produces something...
2007-10-14 H. Peter Anvinautoconf: drop AC_USE_SYSTEM_EXTENSIONS to support...
2007-10-13 Keith KaniosFix 32-bit types in preproc.c and eval.c
2007-10-12 Charles CrayneMust define types before using them
2007-10-11 H. Peter Anvinpreproc.c: move smacro define/undef to separate functions
2007-10-11 H. Peter Anvinpreproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive
2007-10-11 H. Peter Anvinpreproc.c: normalize the handling of case sensitivity
2007-10-11 H. Peter AnvinDefine macros necessary for <inttypes.h> on C++
2007-10-11 H. Peter AnvinMore "bool" fixes
2007-10-11 H. Peter Anvinpreproc.c: allow 64-bit repeat counts
2007-10-11 H. Peter Anvinpreproc.c: For an SMacro, in_progress really is a boole...
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-11 H. Peter Anvinpreproc.c: MMacro.in_progress is not a boolean
2007-10-11 H. Peter Anvinsaa_fread/fwrite: when seeking, must set [rw]ptr as...
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-10 H. Peter Anvinowlinux.mak: don't clean things we won't be able to
2007-10-10 H. Peter Anvinconfigure.in: looks like we need autoconf 2.61 :(
2007-10-10 H. Peter AnvinCreate option -Ox to tell NASM to do unlimited passes
2007-10-09 H. Peter AnvinRevert "floatb.asm: fix broken testcase"
2007-10-09 H. Peter Anvinfloatb.asm: fix broken testcase
2007-10-08 H. Peter Anvinsaa_rstruct: fix overrun check
2007-10-08 H. Peter AnvinAdd Frank's floattest.asm test file
2007-10-08 H. Peter Anvinsaa_fpwrite: initializing "len" should be part of the...
2007-10-08 Charles CrayneFix infinite loop in function saa_fpwrite
2007-10-06 H. Peter Anvinzerobyte.asm: use a real instruction to avoid confusing...
2007-10-06 H. Peter Anvinzerobyte.asm: add test cases for non-initial \170 uses
2007-10-06 H. Peter AnvinCheck in the proper zerobyte test
2007-10-06 H. Peter AnvinEmit REX prefix before literal zero (\170)
2007-10-06 H. Peter AnvinLICENSE: Break long line
2007-10-05 H. Peter AnvinAdd test for problematic floats
2007-10-05 H. Peter Anvinfloatx.asm: add Inf and NaN to the boundary condition...
2007-10-05 H. Peter Anvinfloatx.asm: add specific tests for exponent boundary...
2007-10-05 H. Peter Anvinfloat.c: correct the exponent
2007-10-04 H. Peter AnvinAdditional rules in test/Makefile
2007-10-04 H. Peter AnvinRewrite the handling of SAA's to allow random access
2007-10-04 H. Peter AnvinChange cloc_t to struct location, and reorder the members
2007-10-04 H. Peter AnvinBR 1352920: change loc_t -> cloc_t
2007-10-04 H. Peter AnvinBR 1352920: Handle upper case %line
2007-10-04 H. Peter AnvinUse autoconf to request feature macros
2007-10-03 H. Peter Anvinpreproc.c: constipation
2007-10-03 H. Peter Anvinmake alldeps
2007-10-03 H. Peter AnvinPortability fixes
2007-10-03 H. Peter AnvinRun "make alldeps".
2007-10-03 H. Peter AnvinUse the crc64 we already use as the perfect hash functi...
2007-10-02 H. Peter Anvininsns.dat: add systematic names for the hinting NOPs...
2007-10-01 H. Peter AnvinUnspecified files are null strings, not null pointers
2007-10-01 H. Peter AnvinCheck for the most basic filename overlaps
2007-10-01 Charles Craynemodified: nasm.1 to add newer command line options
2007-09-29 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-29 H. Peter Anvinconfigure.in: AC_SUBST_FILE should have been AC_SUBST
2007-09-29 H. Peter AnvinUnbreak relative references to immediate addresses
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-28 H. Peter Anvinlib/vsnprintf.c: correct boundary conditions
2007-09-28 H. Peter AnvinAdd substitutes for snprintf() and vsnprintf()
2007-09-28 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-28 H. Peter AnvinExclude config.h from the dependency list for the canne...
2007-09-28 H. Peter Anvinversion.pl: Add support for daily snapshot releases
2007-09-28 H. Peter AnvinAdd Makefile for Linux -> DOS, Win32, OS/2 using OpenWatcom
2007-09-27 H. Peter AnvinAdd Makefile for OpenWatcom (DOS, OS/2 or Win32 output)
2007-09-27 H. Peter AnvinTest for various addressing modes in 64-bit mode
2007-09-26 H. Peter Anvinnasm option reshuffling, -E -> -Z
2007-09-26 Frank KotlerVersion 0.99.04
2007-09-26 H. Peter Anvinnasmdoc: corrections on 64-bit immediates/displacements
2007-09-25 H. Peter Anvinnasmdoc: shorten lines which are too long
2007-09-25 H. Peter AnvinDocument NASM behaviour for 64-bit immediates and displ...
2007-09-25 H. Peter Anvintest/movimm.asm: add optimizable forms
2007-09-25 H. Peter Anvinassemble.c: clean up whitespace
2007-09-25 H. Peter AnvinCorrect the handling of "MOV" with immediate in 64...
2007-09-25 H. Peter AnvinTest of immediate handling on 64-bit mode
2007-09-25 H. Peter AnvinAdd nasm_zalloc() to nasmlib.c
2007-09-25 H. Peter AnvinFix BR 1490407: size of the second operand of LAR/LSL
2007-09-25 H. Peter AnvinFix BR 1490407: size of the second operand of LAR/LSL
2007-09-25 H. Peter AnvinMakefile.in: make "make install" create directories
2007-09-25 H. Peter AnvinFix BR 1445441: uninitialized use of "error_file"
2007-09-25 H. Peter Anvinpreproc.c: fix the loop in %undef
2007-09-25 H. Peter Anvinfloat.c: clear off uninitialized warning
2007-09-25 H. Peter Anvinoutcoff: set the "virtual size field" to zero (BR 1351586)
2007-09-24 H. Peter Anvininsns.dat: SMINT - mark ND, DMINT - fix opcode
2007-09-24 H. Peter Anvin0F0F is a 3Dnow! prefix; remove from prefix list
2007-09-24 H. Peter AnvinAdditional compaction missed by script
2007-09-24 H. Peter Anvininsns.dat: machine-generated compaction mmx/xmmreg...
2007-09-24 H. Peter Anvinnasmdoc: grammar fix
2007-09-24 H. Peter Anvinnasmdoc: remove stray periods
2007-09-24 H. Peter Anvintest/Makefile: make a bit more useful
2007-09-24 H. Peter AnvinImplement the -MG option (SF RFE 1564264)
2007-09-24 H. Peter Anvinnasmdoc: clarify __float*__ example
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
next