Remove unneeded #include
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-28 Misha BrukmanIterator functions now line up together.
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerAdd BasicBlock list to MchineFunction that will eventua...
2002-10-28 Chris LattnerMachineFunction.h now includes MachineBasicBlock.h...
2002-10-28 Chris LattnerAdd note about state that should be removed when time...
2002-10-28 Chris LattnerAdd prototypes for creation/destruction passes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-24 Vikram S. AdveFix padding when allocating local variables on stack.
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)