summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36113dc..aca1f7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: