+2008-12-10 Aleksey Demakov <ademakov@gmail.com>
+
+ * NEWS: update news for the 0.1.2 release
+
2008-11-23 Arto Bendiken <arto.bendiken@gmail.com>
* jit/jit-apply-x86.h, tools/gen-apply.c, tools/gen-apply-macosx.h:
FLOAT32_TO_NFLOAT, FLOAT64_TO_NFLOAT.
Rewrite NFLOAT_TO_INT and NFLOAT_TO_LONG to use the new functions
in jit-rules-x86-64.c. Add handling of ABS, NEG and float compares.
-
+
2008-03-31 Klaus Treichel <ktreichel@web.de>
* jit/jit-rules-x86.ins: Fix the sign opcode for integers and the
LMUL, LDIV, LDIV_UN, LREM and LREM_UN opcodes. Replace the compares
with zero done with or with test instructions.
-2008-03-29 Klaus treichel <ktreichel@web.de>
+2008-03-29 Klaus Treichel <ktreichel@web.de>
* jit/jit-rules-x86.ins: Fix signed division of negative values by a
constant positive power of two.
+0.1.2 (XX Decemeber 2008)
+
+ * Switch from GPL to LGPL 2.1 license.
+ * Implement x86-64 backend (Klaus Treichel).
+ * Fix interpreter backend (Klaus Treichel, Aleksey Demakov).
+ * Introduce jit-unwind interface (Aleksey Demakov, Klaus Treichel).
+ * Code cache pages can now grow if needed (Aleksey Demakov).
+ * Various fixes (Klaus Treichel, Aleksey Demakov, Juan Jesus Garcia
+ de Soria, Dalibor Topic, Arto Bendiken)
+
0.1.0 (3 March 2007)
General improvements: