1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include
Rafael Espindola 321e47cd0b Emit segmented-stack specific code into function prologues for
X86. Modify the pass added in the previous patch to call this new
code.

This new prologues generated will call a libgcc routine (__morestack)
to allocate more stack space from the heap when required

Patch by Sanjoy Das.

llvm-svn: 138812
2011-08-30 19:39:58 +00:00
..
llvm Emit segmented-stack specific code into function prologues for 2011-08-30 19:39:58 +00:00
llvm-c Add some useful accessors to c++ api that appear to be missing from the c api 2011-08-23 20:27:46 +00:00