1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
Vikram S. Adve 84f4ef26b8 Force fixed-size but large alloca objects to the dynamically allocated
area to avoid using up precious stack space within the 4095 offset limit
from %fp.  Such objects that would themselves live at a large offset
were being put there already so this is a simple change.

llvm-svn: 7066
2003-07-02 06:59:22 +00:00
..
Analysis Remove dead Nodes list 2003-07-02 06:06:34 +00:00
AsmParser Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
Bytecode Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
CodeGen Minor beautification: fold a couple of lines of code. 2003-07-02 01:24:00 +00:00
CWriter jmp_buf is really a pointer type that is passed around... 2003-06-28 19:29:34 +00:00
ExecutionEngine Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
Support Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
Target Force fixed-size but large alloca objects to the dynamically allocated 2003-07-02 06:59:22 +00:00
Transforms Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
VMCore Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00