When the allocator rewrite a spill register with new virtual register, it replaces...
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-02 Anton KorobeynikovSilence warning while compiling with gcc 4.2
2007-06-29 David GreeneFix misue of iterator pointing to erased object. Uncov...
2007-06-18 Evan ChengMove CorrectExtraCFGEdges() from BranchFolding.cpp...
2007-06-04 Evan ChengMove ReplaceUsesOfBlockWith() out of BranchFolding...
2007-05-17 Evan ChengMove isSuccessor() offline, change it to use std::find.
2007-04-30 Chris Lattnerprint isLandingPad() for MBBs
2007-03-09 Evan ChengPrint preds / succs BB numbers.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded removeLiveIn.
2007-02-10 Evan ChengAdd live-ins to MachineBasicBlock.
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-10-24 Chris Lattneradd moveBefore/moveAfter helper methods
2006-10-06 Chris Lattnerprint labels even if a MBB doesn't have a corresponding...
2006-10-06 Chris LattnerMachineBasicBlock::splice was incorrectly updating...
2006-10-03 Chris LattnerPrint the MBB ID # along with the bb tag in the -print...
2006-09-26 Chris Lattnerprint the preds of each MBB
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-04 Chris LattnerRemove and simplify some more machineinstr/machineopera...
2006-05-04 Chris LattnerRemove a bunch more dead V9 specific stuff
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-01 Chris Lattnerprint the machine CFG in the -print-machineinstrs dump
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris Lattneradjust to ilist changes.
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
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.