Browse Source

update NEWS file

cache-refactoring
Aleksey Demakov 16 years ago
parent
commit
742ad3388f
  1. 8
      ChangeLog
  2. 10
      NEWS

8
ChangeLog

@ -1,3 +1,7 @@
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:
@ -267,7 +271,7 @@
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
@ -285,7 +289,7 @@
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.

10
NEWS

@ -1,3 +1,13 @@
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:

Loading…
Cancel
Save