Use a DenseMap for mapping reg->reg. This improves the LiveInterval
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
2004-09-05 Alkis EvlogimenosIndent to 2 spaces.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-01 Chris LattnerChange MBB autonumber a bit to get the reverse mapping...
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-17 Brian GaekeMake debugging dumps w/ multiple MachineBBs for a given...
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-24 Chris LattnerEliminate an explicit use of the LLVM basic block,...
2004-05-12 Brian GaekeAdd non-const MachineBasicBlock::getParent() accessor...
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.