]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add a port to IBM z/Architecture (s390x) running Linux -- VEX
authorJulian Seward <jseward@acm.org>
Mon, 7 Mar 2011 16:04:07 +0000 (16:04 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 7 Mar 2011 16:04:07 +0000 (16:04 +0000)
commit0920d44f7902174a69cab1727bc36cf3dad573f1
tree8b66df0ec9a03301e0001b4958093f6a91768aa8
parent9404b9c2194afc4d8d53bd859f9fb65b763e9723
Add a port to IBM z/Architecture (s390x) running Linux -- VEX
side components. (Florian Krohm <britzel@acm.org> and Christian
Borntraeger <borntraeger@de.ibm.com>).  Fixes #243404.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2105
17 files changed:
VEX/auxprogs/genoffsets.c
VEX/priv/guest_s390_defs.h [new file with mode: 0644]
VEX/priv/guest_s390_helpers.c [new file with mode: 0644]
VEX/priv/guest_s390_toIR.c [new file with mode: 0644]
VEX/priv/host_s390_defs.c [new file with mode: 0644]
VEX/priv/host_s390_defs.h [new file with mode: 0644]
VEX/priv/host_s390_disasm.c [new file with mode: 0644]
VEX/priv/host_s390_disasm.h [new file with mode: 0644]
VEX/priv/host_s390_isel.c [new file with mode: 0644]
VEX/priv/ir_defs.c
VEX/priv/ir_opt.c
VEX/priv/main_main.c
VEX/pub/libvex.h
VEX/pub/libvex_basictypes.h
VEX/pub/libvex_guest_s390x.h [new file with mode: 0644]
VEX/pub/libvex_ir.h
VEX/pub/libvex_s390x_common.h [new file with mode: 0644]