Branch: refs/heads/master
Home:   http://github.com/penberg/jato

Commit: c8806ae78694b74be3c32aeae0fe4a7a2463ab84
    
http://github.com/penberg/jato/commit/c8806ae78694b74be3c32aeae0fe4a7a2463ab84
Author: Pekka Enberg <penb...@cs.helsinki.fi>
Date:   2009-08-17 (Mon, 17 Aug 2009)

Changed paths:
  M jit/linear-scan.c

Log Message:
-----------
linear-scan: Fix range end checks

The ->end member of struct live_range is not part of the range. Fix up
some range end checks in jit/linear-scan.c which assume ->end is part of
the range.

Acked-by: Arthur HUILLET <arthur.huil...@free.fr>
Signed-off-by: Pekka Enberg <penb...@cs.helsinki.fi>


Commit: 7c9d338626f0ceb2db98cfee7cf5e2c8916b54e5
    
http://github.com/penberg/jato/commit/7c9d338626f0ceb2db98cfee7cf5e2c8916b54e5
Author: Pekka Enberg <penb...@cs.helsinki.fi>
Date:   2009-08-18 (Tue, 18 Aug 2009)

Changed paths:
  M arch/mmix/include/arch/instruction.h
  M arch/x86/include/arch/instruction.h
  M jit/spill-reload.c

Log Message:
-----------
spill-reload: Insert spill instructions before branches

Use insn_is_branch() to determine whether we must insert a spill
instruction before or after the last instruction in a basic block.

Acked: Arthur HUILLET <arthur.huil...@free.fr>
Cc: Tomek Grabiec <tgrab...@gmail.com>
Signed-off-by: Pekka Enberg <penb...@cs.helsinki.fi>


Commit: 7b6a8d73eb0730869f4e6c9d255f5acc2f06deea
    
http://github.com/penberg/jato/commit/7b6a8d73eb0730869f4e6c9d255f5acc2f06deea
Author: Pekka Enberg <penb...@cs.helsinki.fi>
Date:   2009-08-18 (Tue, 18 Aug 2009)

Changed paths:
  M jit/spill-reload.c

Log Message:
-----------
spill-reload: Remove redundant argument from insert_copy_slot_insn()

The 'pop_at_insn' argument is not used in insert_copy_slot_insn()
function so remove it to clean up code.

Cc: Arthur HUILLET <arthur.huil...@free.fr>
Cc: Tomek Grabiec <tgrab...@gmail.com>
Signed-off-by: Pekka Enberg <penb...@cs.helsinki.fi>



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to