platform/upstream/nasm.git
2007-11-19 H. Peter AnvinBR 863173: Fix offsets of TIMES/INCBIN in list file
2007-11-19 H. Peter AnvinBR 1834731: Remove redundant error messages for no...
2007-11-19 H. Peter Anvininsns.pl: remove debugging output
2007-11-19 H. Peter AnvinClean up remaining build warnings
2007-11-19 H. Peter AnvinBR 1834292: Fix multiple disassembler bugs
2007-11-18 H. Peter AnvinBR 1834056: Remove warnings in rdoff/rdoff.c
2007-11-18 H. Peter AnvinBR 1091926: Bounds checking for command line parsing
2007-11-18 H. Peter AnvinRemove FIXME from documentation
2007-11-18 Charles CrayneCheck in Keith's Fixes
2007-11-17 H. Peter AnvinMake the definition for float_const() match the prototype
2007-11-16 H. Peter AnvinNASM 2.00rc1
2007-11-16 H. Peter AnvinClean up the command-line parsing; make -w/-W match...
2007-11-15 H. Peter AnvinBR 993895: Support zero-operand floating-point insn
2007-11-15 H. Peter AnvinRemove some vestiges of "native" RESW/RESD support
2007-11-15 H. Peter Anvinoutbin.c: fix one missed change from type -> size
2007-11-14 rootSupport setting OSABI value in ELF header.
2007-11-13 H. Peter AnvinEnable a few warnings by default; clean up warning...
2007-11-13 H. Peter AnvinAdd gcc-style -W/-Wno- warning selections; -Wall; ...
2007-11-13 H. Peter AnvinClean up the fwrite*() function definitions somewhat
2007-11-13 H. Peter AnvinCast 64-bit switch expressions to (int) to keep OpenWat...
2007-11-13 H. Peter Anvinx86-host-specific performance improvement
2007-11-13 H. Peter AnvinAddress data is int64_t; simplify writing an address...
2007-11-13 H. Peter Anvinndisasm: factor out the common operand-extraction code
2007-11-13 H. Peter AnvinUn-special-case "xchg rax,rax"; disassemble o64
2007-11-13 H. Peter AnvinBR 1709392: Fix alignment handling in Mach-O format
2007-11-13 H. Peter AnvinBR 1828866: fix handling of LAR/LSL
2007-11-13 H. Peter AnvinBetter (but not *good!*) handling of 64-bit addressing...
2007-11-13 H. Peter AnvinFix disassembly of XCHG
2007-11-13 H. Peter AnvinTest of XCHG
2007-11-13 H. Peter AnvinFix handling of XCHG in 64-bit mode
2007-11-13 H. Peter AnvinMore \321 -> \324 bug fixes
2007-11-13 H. Peter Anvinfloat.c: all warnings and errors are pass 1 only
2007-11-11 Charles CrayneUpdate documentation for stack relative directives.
2007-11-11 Charles CrayneClean up a few more 32-bit bottlenecks
2007-11-10 Charles CrayneUpdate documantation for stack relative directives
2007-11-10 Charles CrayneMerge branch 'master' of /home/chuck/development/gitnasm/
2007-11-10 Charles CrayneUpdate documentation for stack relative directives
2007-11-09 H. Peter AnvinDon't combine type and size into a single argument
2007-11-09 Charles CrayneAdd flat64 to %stacksize choices
2007-11-09 H. Peter AnvinFix building under OpenWatcom
2007-11-09 H. Peter Anvinps2pdf: remove -dOptimize=true
2007-11-09 H. Peter AnvinNo binary files left in the source distro; unbreak...
2007-11-09 H. Peter AnvinBR 1828103: Fix %arg and %local
2007-11-09 H. Peter Anvinnasmlib.c: prefix_name(): use the elements() macro
2007-11-09 H. Peter AnvinMove elements() to nasmlib.h
2007-11-09 H. Peter Anvinconstipate the "str" argument to bsi() and bsii()
2007-11-08 Charles CrayneUpgrade RAA functions to hold 64-bit data.
2007-11-07 Charles CraynePass 64-bit instruction lengths to back-ends.
2007-11-07 Charles CraynePrepare for 64-bit instruction lengths
2007-11-06 Charles CrayneDisambiguate error messages
2007-11-06 Charles CrayneUpgrade label functions to 64-bit
2007-11-05 H. Peter AnvinPermit opcode names as labels as long as they are follo...
2007-11-04 Charles CrayneMake warning limit valid for both i386 and x86_64
2007-11-04 Charles CrayneWarn on out of bounds EA displacements
2007-11-01 H. Peter AnvinTreat info files as binary when creating xdoc distro...
2007-11-01 H. Peter AnvinRemove obsolete binary files from the distribution
2007-11-01 H. Peter AnvinMove declarations before statements
2007-11-01 H. Peter AnvinNASM 0.99.06
2007-11-01 H. Peter AnvinScript to tag the tree for release
2007-10-31 H. Peter AnvinEven more "riprel" tests
2007-10-30 H. Peter Anvinfloatx.asm: add tests for "rounds up to smallest denorm"
2007-10-30 H. Peter AnvinRun "make alldeps"
2007-10-30 H. Peter Anvinfloat.c: handle round-up-to-denorm correctly.
2007-10-30 H. Peter AnvinExhaustive test for 8-bit floating point values
2007-10-30 H. Peter AnvinClean up the handing of operands in assemble.c
2007-10-30 H. Peter AnvinDon't warn for segmented references
2007-10-30 H. Peter AnvinUse a 32-bit floating-point limb size; support 8-bit...
2007-10-30 Charles CrayneReduce severity of redundant prefixes from error to...
2007-10-29 H. Peter AnvinTest of some addressing modes in 64-bit mode.
2007-10-29 H. Peter AnvinFix bogus flagging of effective addresses as invalid
2007-10-29 H. Peter AnvinActually shut up the warning in rdfload.c
2007-10-29 H. Peter AnvinClean up stealth whitespace
2007-10-29 H. Peter AnvinFix warning about cast to pointer in rdfload.c
2007-10-29 H. Peter Anvin64-bit addressing and prefix handling changes
2007-10-28 Charles CrayneAdjust stabs symbol index to match symbol table.
2007-10-27 H. Peter Anvinreadnum(): handle prefix-suffix collision like "0h"
2007-10-27 H. Peter AnvinBetter handling of platforms which hide "extended"...
2007-10-24 Charles CrayneMerge branch 'master' of /home/chuck/development/gitnasm/
2007-10-24 Charles CrayneUpdate sections about debug info formats
2007-10-24 H. Peter AnvinFix the handling of floating-point tokens in the prepro...
2007-10-24 Charles CrayneFix bugs item #1817677
2007-10-23 H. Peter AnvinSlightly simplify the radix-detection code
2007-10-23 H. Peter AnvinUnbreak particularly tricky hex constants
2007-10-23 H. Peter AnvinDecimal floating point can also start with 0. 0e 0E
2007-10-23 H. Peter AnvinSupport binary and octal floating-point
2007-10-22 H. Peter AnvinMore consistent handling of radix letters
2007-10-21 H. Peter Anvinfloat.c: correct exponent capping
2007-10-21 Charles CrayneClean up elf symbol table section
2007-10-20 H. Peter AnvinAllow $-prefixed hexadecimal FP as an alternative to 0x
2007-10-19 H. Peter AnvinScripts to remove stealth whitespace
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 H. Peter Anvintest/floatx.asm: fix test case
2007-10-19 H. Peter Anvinuscore.asm: Fix test case
2007-10-19 H. Peter Anvinfloat.c: mark read_exponent() static
2007-10-19 H. Peter AnvinDon't confuse suffixed hexadecimal with floating-point
2007-10-19 H. Peter AnvinAnchor filename locations in .gitignore
2007-10-19 H. Peter Anvintest/Makefile: Use -Ox instead of -O999
2007-10-19 H. Peter AnvinTest of underscored constants
2007-10-19 H. Peter AnvinAllow underscores in numbers; better detection of FP
2007-10-19 H. Peter AnvinModernize nasm.spec.in and make it closer to the Fedora...
next