]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Allow iropt to pass helper function calls back to the front end
authorJulian Seward <jseward@acm.org>
Mon, 23 Aug 2004 16:16:08 +0000 (16:16 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 23 Aug 2004 16:16:08 +0000 (16:16 +0000)
commitb7e7be78db4d2c255c052d4317015df670b819e4
tree3e6300edb793066649499f0677dc44ebbd663ced
parent81ebda9785e8046268bc50a81864107c27175f9f
Allow iropt to pass helper function calls back to the front end
in the hope of getting specialised versions thereof.

Use this mechanism to greatly improve handling of condition
codes.  Various ensuing small changes.

git-svn-id: svn://svn.valgrind.org/vex/trunk@194
VEX/priv/guest-x86/gdefs.h
VEX/priv/guest-x86/ghelpers.c
VEX/priv/guest-x86/toIR.c
VEX/priv/host-x86/isel.c
VEX/priv/ir/irdefs.c
VEX/priv/ir/iropt.c
VEX/priv/ir/iropt.h
VEX/priv/main/vex_main.c
VEX/pub/libvex_ir.h
VEX/test_main.c