Clear maps right after basic block is processed.
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
2004-02-23 Alkis EvlogimenosUse MachineBasicBlock::getParent().
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
2004-02-19 Chris LattnerAdd a MachineBasicBlock::getParent() method
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerUpdates to match misha's changes
2002-07-08 Vikram S. AdveImplementation of class MachineCodeForBasicBlock.