Report dwarf as V2 for ELF32
[platform/upstream/nasm.git] / test /
2008-02-17 H. Peter AnvinAdd %ifempty and variants
2008-02-17 H. Peter AnvinImplement %iftoken, test for a single token
2008-02-16 H. Peter AnvinBR 774131: date and time macros
2008-01-30 H. Peter AnvinTest for BR 1879590
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-15 H. Peter AnvinBR 993895: Support zero-operand floating-point insn
2007-11-13 H. Peter AnvinUn-special-case "xchg rax,rax"; disassemble o64
2007-11-13 H. Peter AnvinBR 1828866: fix handling of LAR/LSL
2007-11-13 H. Peter AnvinTest of XCHG
2007-11-09 H. Peter AnvinBR 1828103: Fix %arg and %local
2007-11-05 H. Peter AnvinPermit opcode names as labels as long as they are follo...
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 AnvinExhaustive test for 8-bit floating point values
2007-10-30 H. Peter AnvinUse a 32-bit floating-point limb size; support 8-bit...
2007-10-29 H. Peter AnvinTest of some addressing modes in 64-bit mode.
2007-10-27 H. Peter Anvinreadnum(): handle prefix-suffix collision like "0h"
2007-10-24 Charles CrayneMerge branch 'master' of /home/chuck/development/gitnasm/
2007-10-24 H. Peter AnvinFix the handling of floating-point tokens in the prepro...
2007-10-23 H. Peter AnvinUnbreak particularly tricky hex constants
2007-10-23 H. Peter AnvinSupport binary and octal floating-point
2007-10-22 H. Peter AnvinMore consistent handling of radix letters
2007-10-20 H. Peter AnvinAllow $-prefixed hexadecimal FP as an alternative to 0x
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 AnvinDon't confuse suffixed hexadecimal with floating-point
2007-10-19 H. Peter Anvintest/Makefile: Use -Ox instead of -O999
2007-10-19 H. Peter AnvinTest of underscored constants
2007-10-16 H. Peter AnvinTests of obscenely large exponents
2007-10-16 H. Peter AnvinHandle rounding of denorms correctly; make fp overflow...
2007-10-16 H. Peter AnvinAdd 1.5 as a test case: representative of an exact...
2007-10-16 H. Peter AnvinAdd testnos3 from the gdtoa package (floating-point...
2007-10-12 Charles CrayneMust define types before using them
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 AnvinAdd Frank's floattest.asm test file
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-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-04 H. Peter AnvinAdditional rules in test/Makefile
2007-09-29 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
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 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-27 H. Peter AnvinTest for various addressing modes in 64-bit mode
2007-09-25 H. Peter Anvintest/movimm.asm: add optimizable forms
2007-09-25 H. Peter AnvinTest of immediate handling on 64-bit mode
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-24 H. Peter Anvintest/Makefile: make a bit more useful
2007-09-24 H. Peter AnvinSupport __float*__ for floating-point numbers in expres...
2007-09-23 H. Peter AnvinImplement INVLPGA according to the documentation
2007-09-23 H. Peter AnvinSimple test for 0x67 prefixes
2007-09-23 H. Peter AnvinMake test/Makefile a bit more useful
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
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 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 AnvinSupport generating NaNs and infinities
2007-09-19 H. Peter AnvinSimple test for hexadecimal floating-point numbers
2007-09-19 H. Peter AnvinUnify all standard IEEE floating-point formats; add...
2007-09-18 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-18 H. Peter AnvinActually generate SSE5 instructions
2007-09-17 H. Peter Anvintest/r13.asm: test special-casing of rbp and r13 in...
2007-09-14 H. Peter AnvinSimple performance benchmarks: label, macro and token...
2007-09-02 H. Peter AnvinFix some MMX/SSE irregularities which interact with...
2007-09-02 H. Peter AnvinSimple 64-bit org test
2007-08-29 H. Peter AnvinUse standard macro for the default directive
2007-08-29 H. Peter AnvinMore test cases for rel and abs addressing
2007-08-29 H. Peter AnvinAdd test cases for IP-relative addressing
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2003-09-25 Stanislav KarchebnyRevert erroneous macro added and modify __OUTPUT_FORMAT...
2003-09-25 Stanislav KarchebnyConsistency fix
2003-09-24 Stanislav KarchebnyAdded _NASM_FORMAT_ macro
2003-09-10 H. Peter AnvinUse the version of tmap.nas that actually caused problems
2003-09-08 H. Peter AnvinMore test files...
2003-08-06 Frank Kotlerfix comment in test/lnxhello.asm
2003-07-10 H. Peter AnvinAdd Linux "hello world" example
2002-11-07 H. Peter AnvinAdd a test for incorrect handing of offsets with prefixes
2002-09-12 H. Peter AnvinClean up unnecessary dependencies.
2002-09-12 H. Peter AnvinFix Borland C++ optimization bug; add test for bad...
2002-05-27 H. Peter AnvinDeal with another case of address/operand size confusio...
2002-05-27 H. Peter AnvinCorrect handling of SEG <nonsegment>; per BR 560575
2002-05-24 Debbie WilesAdded extra tests, to fully test multisection support...
2002-05-22 H. Peter AnvinAdd %elif preprocessor test
2002-05-22 H. Peter AnvinAdd 16-bit imul test for strictness
2002-05-22 H. Peter AnvinFix the handling of the STRICT keyword
2002-05-21 H. Peter AnvinImplement new "strict" keyword to inhibit optimization.
2002-05-17 H. Peter AnvinMake .rodata a recognized ELF section with default...
2002-05-07 H. Peter AnvinTests for the %ifmacro directives
2002-04-30 H. Peter AnvinNASM 0.98.25alt
2002-04-30 H. Peter AnvinNASM 0.98.16
next