aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeForMethod.h
AgeCommit message (Expand)Author
2002-10-28This header is renamed to MachineFunction.hChris Lattner
2002-10-28We don't need the forwarding typedefChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-07-24Non-standard hash classes are not in the std:: namespaceChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-04-25Optional args are no longer allocated as they are discovered.Vikram S. Adve
2002-03-31Include temp. values when computing max. size of stack frame!Vikram S. Adve
2002-03-24Fix padding when allocating local variables on stack.Vikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Added function computeOffsetforLocalVar to check how big theVikram S. Adve
2002-02-03Code pulled out of MAchineInstr.(h|cpp)Chris Lattner