aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
AgeCommit message (Expand)Author
2002-10-29Remove unneeded #includeChris Lattner
2002-10-28Iterator functions now line up together.Misha Brukman
2002-10-28s/method/functionChris Lattner
2002-10-28Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner
2002-10-28Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner
2002-10-28MachineFunction.h now includes MachineBasicBlock.h in preparation forChris Lattner
2002-10-28Add note about state that should be removed when time permitsChris Lattner
2002-10-28Add prototypes for creation/destruction passesChris 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