svn commit: r1964 - in branches/multiarch: . Mkfiles Mkfiles/vc Mkfiles/vc/gap Mkfiles/vc/genperf Mkfiles/vc8 Mkfiles/vc8/gap Mkfiles/vc8/genperf Mkfiles/vc8/modules libyasm modules/arch/lc3b modules/arch/lc3b/tests modules/arch/x86 modules/arch/x86/tests modules/objfmts/bin/tests modules/objfmts/elf modules/objfmts/elf/tests modules/parsers/nasm modules/preprocs/nasm tools tools/gap tools/genperf tools/python-yasm tools/python-yasm/pyxelator tools/python-yasm/tests

paulbarker at tortall.net paulbarker at tortall.net
Wed Sep 19 12:18:59 PDT 2007


Author: paulbarker
Date: Wed Sep 19 12:18:58 2007
New Revision: 1964

Added:
   branches/multiarch/Mkfiles/vc/genperf/
      - copied from r1963, /trunk/yasm/Mkfiles/vc/genperf/
   branches/multiarch/Mkfiles/vc/genperf/genperf.vcproj
      - copied unchanged from r1963, /trunk/yasm/Mkfiles/vc/genperf/genperf.vcproj
   branches/multiarch/Mkfiles/vc/genperf/run.bat
      - copied unchanged from r1963, /trunk/yasm/Mkfiles/vc/genperf/run.bat
   branches/multiarch/Mkfiles/vc8/genperf/
      - copied from r1963, /trunk/yasm/Mkfiles/vc8/genperf/
   branches/multiarch/Mkfiles/vc8/genperf/genperf.vcproj
      - copied unchanged from r1963, /trunk/yasm/Mkfiles/vc8/genperf/genperf.vcproj
   branches/multiarch/Mkfiles/vc8/genperf/run.bat
      - copied unchanged from r1963, /trunk/yasm/Mkfiles/vc8/genperf/run.bat
   branches/multiarch/modules/arch/x86/gen_x86_insn.py
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/gen_x86_insn.py
   branches/multiarch/modules/arch/x86/tests/mixcase.asm
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/mixcase.asm
   branches/multiarch/modules/arch/x86/tests/mixcase.hex
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/mixcase.hex
   branches/multiarch/modules/arch/x86/tests/riprel1.asm
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/riprel1.asm
   branches/multiarch/modules/arch/x86/tests/riprel1.hex
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/riprel1.hex
   branches/multiarch/modules/arch/x86/tests/riprel2.asm
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/riprel2.asm
   branches/multiarch/modules/arch/x86/tests/riprel2.errwarn
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/riprel2.errwarn
   branches/multiarch/modules/arch/x86/tests/riprel2.hex
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/riprel2.hex
   branches/multiarch/modules/arch/x86/tests/sse5-all.asm
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/sse5-all.asm
   branches/multiarch/modules/arch/x86/tests/sse5-all.hex
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/sse5-all.hex
   branches/multiarch/modules/arch/x86/tests/sse5-basic.asm
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/sse5-basic.asm
   branches/multiarch/modules/arch/x86/tests/sse5-basic.hex
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/sse5-basic.hex
   branches/multiarch/modules/arch/x86/tests/sse5-err.asm
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/sse5-err.asm
   branches/multiarch/modules/arch/x86/tests/sse5-err.errwarn
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/tests/sse5-err.errwarn
   branches/multiarch/modules/arch/x86/x86cpu.gperf
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/x86cpu.gperf
   branches/multiarch/modules/arch/x86/x86regtmod.gperf
      - copied unchanged from r1963, /trunk/yasm/modules/arch/x86/x86regtmod.gperf
   branches/multiarch/tools/genperf/
      - copied from r1963, /trunk/yasm/tools/genperf/
   branches/multiarch/tools/genperf/Makefile.inc
      - copied unchanged from r1963, /trunk/yasm/tools/genperf/Makefile.inc
   branches/multiarch/tools/genperf/genperf.c
      - copied unchanged from r1963, /trunk/yasm/tools/genperf/genperf.c
   branches/multiarch/tools/genperf/perfect.c
      - copied unchanged from r1963, /trunk/yasm/tools/genperf/perfect.c
   branches/multiarch/tools/genperf/perfect.h
      - copied unchanged from r1963, /trunk/yasm/tools/genperf/perfect.h
   branches/multiarch/tools/genperf/standard.h
      - copied unchanged from r1963, /trunk/yasm/tools/genperf/standard.h
Removed:
   branches/multiarch/Mkfiles/vc/gap/
   branches/multiarch/Mkfiles/vc8/gap/
   branches/multiarch/modules/arch/x86/x86parse.gap
   branches/multiarch/tools/gap/
Modified:
   branches/multiarch/Makefile.am
   branches/multiarch/Mkfiles/Makefile.dj
   branches/multiarch/Mkfiles/Makefile.flat
   branches/multiarch/Mkfiles/vc/modules/modules.vcproj
   branches/multiarch/Mkfiles/vc/yasm.sln
   branches/multiarch/Mkfiles/vc8/modules/modules.vcproj
   branches/multiarch/Mkfiles/vc8/yasm.sln
   branches/multiarch/configure.ac
   branches/multiarch/libyasm/bytecode.h
   branches/multiarch/libyasm/expr.h
   branches/multiarch/libyasm/floatnum.c
   branches/multiarch/libyasm/insn.h
   branches/multiarch/modules/arch/lc3b/lc3barch.c
   branches/multiarch/modules/arch/lc3b/tests/Makefile.inc
   branches/multiarch/modules/arch/x86/Makefile.inc
   branches/multiarch/modules/arch/x86/tests/Makefile.inc
   branches/multiarch/modules/arch/x86/x86arch.c
   branches/multiarch/modules/arch/x86/x86arch.h
   branches/multiarch/modules/arch/x86/x86bc.c
   branches/multiarch/modules/arch/x86/x86expr.c
   branches/multiarch/modules/arch/x86/x86id.c
   branches/multiarch/modules/objfmts/bin/tests/float-err.asm
   branches/multiarch/modules/objfmts/bin/tests/float-err.errwarn
   branches/multiarch/modules/objfmts/bin/tests/float.asm
   branches/multiarch/modules/objfmts/bin/tests/float.hex
   branches/multiarch/modules/objfmts/elf/elf-machine.h
   branches/multiarch/modules/objfmts/elf/elf-objfmt.c
   branches/multiarch/modules/objfmts/elf/elf-x86-amd64.c
   branches/multiarch/modules/objfmts/elf/elf-x86-x86.c
   branches/multiarch/modules/objfmts/elf/elf.c
   branches/multiarch/modules/objfmts/elf/elf.h
   branches/multiarch/modules/objfmts/elf/tests/elfso.hex
   branches/multiarch/modules/parsers/nasm/nasm-parse.c
   branches/multiarch/modules/parsers/nasm/nasm-parser.h
   branches/multiarch/modules/parsers/nasm/nasm-token.re
   branches/multiarch/modules/preprocs/nasm/standard.mac
   branches/multiarch/tools/Makefile.inc
   branches/multiarch/tools/python-yasm/Makefile.inc
   branches/multiarch/tools/python-yasm/pyxelator/wrap_yasm.py
   branches/multiarch/tools/python-yasm/tests/Makefile.inc
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1964

Log:
Merged changes r192-r1963 from the trunk into multiarch branch.


More information about the yasm-cvs mailing list