Chris Lattner bd937b98f4 Add a recursive-iterative hybrid stage to attempt to reduce stack space, this
helps but not enough.

Start pulling cases out of PPC32DAGToDAGISel::Select.  With GCC 4, this function
required 8512 bytes of stack space for each invocation (GCC 3 required less
than 700 bytes).  Pulling this first function out gets us down to 8224.  More
to come :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23647 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-06 18:45:51 +00:00
..
2005-10-06 16:54:29 +00:00
2005-10-05 17:15:09 +00:00
2005-10-05 17:15:09 +00:00
2005-10-02 16:27:59 +00:00
2005-10-02 16:29:36 +00:00
2005-09-07 05:44:14 +00:00
2005-10-04 05:09:20 +00:00