Add parent pointer to MachineInstr that points to owning
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
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.