llvm-6502/lib
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
..
Analysis
Archive
AsmParser
Bytecode
CodeGen silence a bogus GCC warning 2005-10-06 17:39:10 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Add a recursive-iterative hybrid stage to attempt to reduce stack space, this 2005-10-06 18:45:51 +00:00
Transforms Fix DemoteRegToStack on an invoke. This fixes PR634. 2005-10-04 00:44:01 +00:00
VMCore refactor a bit of code. 2005-10-04 21:35:50 +00:00
Makefile