This add a linearization phase. It's not even close to done
commit7f2bd1a27e9df408cbae57cf2aa9aa45383a7bb7
authorLinus Torvalds <torvalds@home.osdl.org>
Wed, 11 Feb 2004 21:53:39 +0000 (11 14:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:20 +0000 (7 21:01 -0700)
tree5074b20247dbc3ce9ed5296ddc42fc0a4ba872d6
parent3ffb6bac9871d6e2ed08ffbd61835561c48e9608
This add a linearization phase. It's not even close to done
yet, but the framework is there.

When we linearize the tree we just generate a list of basic
blocks of statement expressions (and branches between them,
although that "small details" isn't actually done yet ;).
lib.c
lib.h
linearize.c [new file with mode: 0644]
linearize.h [new file with mode: 0644]