- Implement goto support
- Register allocator bug fixes. * coalesce_live_ranges now also updates the interference graph of live instructions * resolve_tangle now avoids copies to phi * correct_tangles is now called in a loop so that all tangles get fixed - Bug the version of romcc to 0.30 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@886 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
VERSION:=0.29
|
||||
RELEASE_DATE:=19 June 2003
|
||||
VERSION:=0.30
|
||||
RELEASE_DATE:=20 June 2003
|
||||
PACKAGE:=romcc
|
||||
|
||||
|
||||
@@ -57,6 +57,7 @@ TESTS=\
|
||||
simple_test35.c \
|
||||
simple_test36.c \
|
||||
simple_test37.c \
|
||||
simple_test38.c \
|
||||
raminit_test.c \
|
||||
raminit_test2.c \
|
||||
raminit_test3.c \
|
||||
|
Reference in New Issue
Block a user