diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-11-12 22:13:21 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-11-12 22:13:21 (GMT) |
commit | ae8cf6257c8d929de1b7ee86e29fcb45ab4af91c (patch) | |
tree | 59fa356b2f83020e23df4cf6975ca5d97567df4d /ChangeLog | |
parent | abaf85fdc0edb2bfe67d07d52ae734d50c6fbf61 (diff) |
Changed the display of the pseudo registers by using an index.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@192 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +10-11-12 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/dalvik/dop_aget.c: + * src/arch/dalvik/dop_aput.c: + * src/arch/dalvik/dop_arithm.c: + * src/arch/dalvik/dop_array.c: + * src/arch/dalvik/dop_const.c: + * src/arch/dalvik/dop_invoke.c: + Update code using pseudo registers. + + * src/arch/dalvik/operand.c: + * src/arch/dalvik/register.c: + * src/arch/dalvik/register.h: + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + Add comparison methods to operands for being able to use them as keys + with the GLib maps. + + * src/decomp/context.c: + * src/decomp/context.h: + Properly register pseudo registers. + + * src/decomp/expr/pseudo.c: + * src/decomp/expr/pseudo.h: + Change the display of theses registers by using an index. + + * src/glibext/gnhash.c: + * src/glibext/gnhash.h: + New entries: provide a new hash function for the GLib. + + * src/glibext/Makefile.am: + Add the gnhash.[ch] files to libglibext_la_SOURCES. + 10-11-11 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |