llvm-6502/lib/CodeGen
Vikram S. Adve 00521d79bf When allocating space on stack for writing a register,
use the size of the register, not the size of the Value type,
to get the right alignment.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1284 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-12 23:26:35 +00:00
..
InstrSched Eliminate most uses of the machine instruction vector for each LLVM instr, 2001-11-12 18:53:43 +00:00
InstrSelection For phi elimination, now we are generating only one instruction 2001-11-12 19:42:27 +00:00
RegAlloc When allocating space on stack for writing a register, 2001-11-12 23:26:35 +00:00
MachineInstr.cpp Bug fix in offset alignment computations: don't subtract the padding 2001-11-12 23:26:23 +00:00
Makefile