]> git.proxmox.com Git - mirror_qemu.git/commit - tcg-runtime.c
TCG code generator
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Feb 2008 10:05:41 +0000 (10:05 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Feb 2008 10:05:41 +0000 (10:05 +0000)
commitc896fe29d6c8ae6cde3917727812ced3f2e536a4
treea8536077171bbe49b59f00734500627032289364
parent56abbcfff3f0073bf616be7af20106e51e78bd22
TCG code generator

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3943 c046a42c-6fe2-441c-8c8c-71466251a162
13 files changed:
tcg/LICENSE [new file with mode: 0644]
tcg/README [new file with mode: 0644]
tcg/TODO [new file with mode: 0644]
tcg/i386/tcg-target.c [new file with mode: 0644]
tcg/i386/tcg-target.h [new file with mode: 0644]
tcg/tcg-dyngen.c [new file with mode: 0644]
tcg/tcg-op.h [new file with mode: 0644]
tcg/tcg-opc.h [new file with mode: 0644]
tcg/tcg-runtime.c [new file with mode: 0644]
tcg/tcg.c [new file with mode: 0644]
tcg/tcg.h [new file with mode: 0644]
tcg/x86_64/tcg-target.c [new file with mode: 0644]
tcg/x86_64/tcg-target.h [new file with mode: 0644]