- Implement goto support
authorEric Biederman <ebiederm@xmission.com>
Fri, 20 Jun 2003 14:43:20 +0000 (14:43 +0000)
committerEric Biederman <ebiederm@xmission.com>
Fri, 20 Jun 2003 14:43:20 +0000 (14:43 +0000)
commit153ea3548f5ac80d30103ace2655faaf05aa2ccb
tree810545a5620c869b9a586aba0ba40410d2e07196
parentf7a0ba84dcddf08cdd6a4431c899ae1ee0ed986c
- 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
util/romcc/Makefile
util/romcc/romcc.c