Rename getEntryNode -> getEntryBlock()
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
2003-07-26 Chris LattnerCode generation phases are not allowed to modify the...
2002-12-13 Chris LattnerGet rid of deprecated 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 LattnerRemvoe dead fixme and typedef
2002-10-28 Chris LattnerMachineBasicBlock doesn't need basicblock.h, it needs...
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris LattnerPrune #includes
2002-09-20 Vikram S. AdveAdd erase() method for a single element.
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.