llvm-6502/lib/Target
Chris Lattner a8ab89e3da Fairly major change: emit fixed sized allocas in the entry block as a variable,
instead of a variable pointer and an alloca.  All accesses to the variable then
use the address-of operator to access it.  This plays better with the internal
GCC code generation phases, which bail early on functions which contain allocas.
It also makes the code a bit easier to read.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6734 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-17 04:39:14 +00:00
..
CBackend Fairly major change: emit fixed sized allocas in the entry block as a variable, 2003-06-17 04:39:14 +00:00
SparcV9 Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
X86 Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", 2003-06-16 21:54:01 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp