dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] libjit ChangeLog NEWS configure.in


From: Rhys Weatherley
Subject: [dotgnu-pnet-commits] libjit ChangeLog NEWS configure.in
Date: Sun, 15 Jan 2006 06:50:41 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    libjit
Branch:         
Changes by:     Rhys Weatherley <address@hidden>        06/01/15 06:50:41

Modified files:
        .              : ChangeLog NEWS configure.in 

Log message:
        Update version for the "0.0.6" release.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/libjit/ChangeLog.diff?tr1=1.194&tr2=1.195&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/libjit/NEWS.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/libjit/configure.in.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: libjit/ChangeLog
diff -u libjit/ChangeLog:1.194 libjit/ChangeLog:1.195
--- libjit/ChangeLog:1.194      Fri Jan 13 20:26:19 2006
+++ libjit/ChangeLog    Sun Jan 15 06:50:40 2006
@@ -1,3 +1,8 @@
+
+2006-01-15  Rhys Weatherley  <address@hidden>
+
+       * configure.in, NEWS: update version for the "0.0.6" release.
+
 2006-01-14  Aleksey Demakov  <address@hidden>
 
        * tools/gen-sel-parser.y: spilling a register which is the first
Index: libjit/NEWS
diff -u libjit/NEWS:1.3 libjit/NEWS:1.4
--- libjit/NEWS:1.3     Sun Aug  8 01:11:36 2004
+++ libjit/NEWS Sun Jan 15 06:50:41 2006
@@ -1,4 +1,59 @@
 
+0.0.6 (15 January 2006)
+
+       x86:
+
+       * Be careful when using EBX in cpuid instructions so as not to confuse
+         gcc in PIC mode (Rhys W).
+       * Fixes to floating point instruction selection (Rhys Weatherley).
+       * Some support for structure copying (Rhys Weatherley).
+       * Pointer-relative loads and stores (Rhys Weatherley).
+       * Correct the offset for long-form backwards branches (Evin Robertson).
+       * Constant pointers in relative offset operations (Rhys Weatherley).
+       * Merge in Mono's changes to jit-gen-x86.h (Aleksey Demakov).
+       * Array loads and stores for floating point values (Aleksey Demakov).
+       * Memcpy, memset, and memmove operations (Aleksey Demakov).
+       * Return buffer problems in apply function with gcc 4.0.2 (Aleksey 
Demakov).
+
+       x86-64:
+
+       * Use the correct library entry point when calling jit_memcpy from
+         compiled code (Klaus Treichel).
+
+       Interpreter:
+
+       * Return area pointers (Rhys Weatherley).
+       * Prevent double push of indirect function pointers (Rhys Weatherley).
+
+       Function/instruction core:
+
+       * Clear block addresses and fixup lists if a function restart is needed
+         (Evin Robertson).
+       * Use destination type for store type, not source type (Evin Robertson).
+       * Tail call implementation (Rhys Weatherley).
+       * Address of constants (Avinash Atreya, Aleksey Demakov).
+       * Functions for locating the proper start of a function in the cache
+         (Aleksey Demakov).
+       * New exception type for array out of bounds (Aleksey Demakov).
+       * Jump tables (Aleksey Demakov).
+       * Intrinsics that return exception codes should be labeled "int" 
(Aleksy D).
+       * Spill both parts of a register pair properly (Aleksey Demakov).
+       * Fixes to freeing of register pairs (Aleksey Demakov).
+
+       Dpas:
+
+       * Throw builtin exceptions (Aleksey Demakov).
+       * Implement array expressions (Aleksey Demakov).
+
+       Other:
+
+       * Sample VM for demonstrating libjit (Norbert Bellow).
+       * Debug interface for line numbers and breakpoints (Rhys Weatherley).
+       * Man page formatting issues (Peter Lund).
+       * Wrong return value in jit_function_apply_vararg (Evin Robertson).
+       * Make debug dumping work with cygwin (Aleksey Demakov).
+       * Option to force use on long double on Win32 (Aleksey Demakov).
+
 0.0.4 (8 August 2004)
 
        * Pluggable object models.
Index: libjit/configure.in
diff -u libjit/configure.in:1.17 libjit/configure.in:1.18
--- libjit/configure.in:1.17    Tue Dec 13 16:43:51 2005
+++ libjit/configure.in Sun Jan 15 06:50:41 2006
@@ -5,7 +5,7 @@
 AC_CANONICAL_SYSTEM
 
 dnl Initialize automake.
-AM_INIT_AUTOMAKE(libjit, 0.0.5)
+AM_INIT_AUTOMAKE(libjit, 0.0.6)
 AM_CONFIG_HEADER(config.h)
 
 dnl Set the version number for the shared libraries.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]