From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32355 invoked by alias); 27 Apr 2006 04:05:25 -0000 Received: (qmail 32337 invoked by uid 306); 27 Apr 2006 04:05:23 -0000 Date: Thu, 27 Apr 2006 04:05:00 -0000 Message-ID: <20060427040523.32332.qmail@sourceware.org> From: tromey@sourceware.org To: rhug-cvs@sources.redhat.com Subject: gcj-jit ChangeLog Notes.llvm libgcj-dynload.pa ... Mailing-List: contact rhug-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-cvs-owner@sourceware.org X-SW-Source: 2006/txt/msg00031.txt.bz2 List-Id: CVSROOT: /cvs/rhug Module name: gcj-jit Changes by: tromey@sourceware.org 2006-04-27 04:05:22 Modified files: . : ChangeLog Notes.llvm libgcj-dynload.patch llvm.cc Log message: * libgcj-dynload.patch: Updated. * llvm.cc (INT, LONG, FLOAT, DOUBLE, POINTER): New defines. (kind_type): Now a typedef. (meth_stack_depths, meth_stack_kinds): New fields. (build): Set stack pointer at branch targets. (LLVM_JIT): Initialize new fields. (create_jit_method): Added arguments. * llvm.cc (meth_exceptions, meth_exception_count): New fields. (build): Fix stack at exception handler start. (LLVM_JIT): Added arguments. Initialize new fields. (create_jit_method): Added arguments. * libgcj-dynload.patch: Updated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/ChangeLog.diff?cvsroot=rhug&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/Notes.llvm.diff?cvsroot=rhug&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/libgcj-dynload.patch.diff?cvsroot=rhug&r1=1.1.1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/gcj-jit/llvm.cc.diff?cvsroot=rhug&r1=1.5&r2=1.6