svn commit: r1976 - in branches/yasm-0.6.x: . Mkfiles Mkfiles/vc Mkfiles/vc/genperf Mkfiles/vc/x86geninsn Mkfiles/vc8 Mkfiles/vc8/genperf Mkfiles/vc8/x86geninsn modules/arch/x86 modules/arch/x86/tests modules/objfmts/bin/tests modules/objfmts/elf modules/objfmts/elf/tests tools/genperf

peter at tortall.net peter at tortall.net
Fri Sep 21 09:48:26 PDT 2007


Author: peter
Date: Fri Sep 21 09:48:25 2007
New Revision: 1976

Added:
   branches/yasm-0.6.x/modules/arch/x86/gen_x86_insn.py
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/gen_x86_insn.py
   branches/yasm-0.6.x/modules/arch/x86/tests/mixcase.asm
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/mixcase.asm
   branches/yasm-0.6.x/modules/arch/x86/tests/mixcase.hex
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/mixcase.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/sse5-all.asm
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/sse5-all.asm
   branches/yasm-0.6.x/modules/arch/x86/tests/sse5-all.hex
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/sse5-all.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/sse5-basic.asm
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/sse5-basic.asm
   branches/yasm-0.6.x/modules/arch/x86/tests/sse5-basic.hex
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/sse5-basic.hex
   branches/yasm-0.6.x/modules/arch/x86/tests/sse5-err.asm
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/sse5-err.asm
   branches/yasm-0.6.x/modules/arch/x86/tests/sse5-err.errwarn
      - copied unchanged from r1960, /trunk/yasm/modules/arch/x86/tests/sse5-err.errwarn
Removed:
   branches/yasm-0.6.x/Mkfiles/vc/x86geninsn/
   branches/yasm-0.6.x/Mkfiles/vc8/x86geninsn/
   branches/yasm-0.6.x/modules/arch/x86/x86geninsn.c
   branches/yasm-0.6.x/modules/arch/x86/x86insn.in
Modified:
   branches/yasm-0.6.x/Makefile.am
   branches/yasm-0.6.x/Mkfiles/Makefile.dj
   branches/yasm-0.6.x/Mkfiles/Makefile.flat
   branches/yasm-0.6.x/Mkfiles/vc/genperf/run.bat
   branches/yasm-0.6.x/Mkfiles/vc/yasm.sln
   branches/yasm-0.6.x/Mkfiles/vc8/genperf/run.bat
   branches/yasm-0.6.x/Mkfiles/vc8/yasm.sln
   branches/yasm-0.6.x/configure.ac
   branches/yasm-0.6.x/libyasm/floatnum.c
   branches/yasm-0.6.x/modules/arch/x86/Makefile.inc
   branches/yasm-0.6.x/modules/arch/x86/tests/Makefile.inc
   branches/yasm-0.6.x/modules/arch/x86/x86arch.c
   branches/yasm-0.6.x/modules/arch/x86/x86arch.h
   branches/yasm-0.6.x/modules/arch/x86/x86bc.c
   branches/yasm-0.6.x/modules/arch/x86/x86cpu.gperf
   branches/yasm-0.6.x/modules/arch/x86/x86expr.c
   branches/yasm-0.6.x/modules/arch/x86/x86id.c
   branches/yasm-0.6.x/modules/arch/x86/x86regtmod.gperf
   branches/yasm-0.6.x/modules/objfmts/bin/tests/float-err.asm
   branches/yasm-0.6.x/modules/objfmts/bin/tests/float-err.errwarn
   branches/yasm-0.6.x/modules/objfmts/bin/tests/float.asm
   branches/yasm-0.6.x/modules/objfmts/bin/tests/float.hex
   branches/yasm-0.6.x/modules/objfmts/elf/elf-machine.h
   branches/yasm-0.6.x/modules/objfmts/elf/elf-objfmt.c
   branches/yasm-0.6.x/modules/objfmts/elf/elf-x86-amd64.c
   branches/yasm-0.6.x/modules/objfmts/elf/elf-x86-x86.c
   branches/yasm-0.6.x/modules/objfmts/elf/elf.c
   branches/yasm-0.6.x/modules/objfmts/elf/elf.h
   branches/yasm-0.6.x/modules/objfmts/elf/tests/elfso.hex
   branches/yasm-0.6.x/tools/genperf/Makefile.inc
   branches/yasm-0.6.x/tools/genperf/genperf.c
   branches/yasm-0.6.x/tools/genperf/perfect.c
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1976

Log:
Merge [1937] - [1960] (inclusive) from trunk.
Notable user-visible changes:
- Fixes in CPU features
[1952] Fix #114: Incorrect ELF32 ..gotpc address calculation
[1953] SSE5 support
[1954] IEEE-754r "half precision" (16-bit) float support



More information about the yasm-cvs mailing list