llvm-6502/lib
Chris Lattner 21f20558d6 Fix a bug I noticed by inspection: if the first instruction in the inlined
function was not an alloca, we wouldn't check the entry block for any allocas,
leading to increased stack space in some cases.  In practice, allocas are almost
always at the top of the block, so this was never noticed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25280 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-13 18:16:48 +00:00
..
Analysis Switch loopinfo to using ETForest instead of DominatorSet to compute itself. 2006-01-11 05:08:29 +00:00
Archive
AsmParser Regenerate these files. FreeBSD apparently has issues with the version of 2006-01-11 02:07:51 +00:00
Bytecode Added bytecode support for the extractelement operation. 2006-01-10 19:04:39 +00:00
CodeGen If a target specified a stack pointer with setStackPointerRegisterToSaveRestore, 2006-01-13 17:48:44 +00:00
Debugger
ExecutionEngine
Linker For PR521: 2006-01-10 03:14:40 +00:00
Support
System
Target Enable X86 support for savestack/restorestack 2006-01-13 18:00:54 +00:00
Transforms Fix a bug I noticed by inspection: if the first instruction in the inlined 2006-01-13 18:16:48 +00:00
VMCore Add recognition and verification of new llvm.stacksave/llvm.stackrestore intrinsics 2006-01-13 02:15:39 +00:00
Makefile