| Age | Commit message (Expand) | Author |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
| 2006-11-18 | MachineInstr includes this | Chris Lattner |
| 2006-11-18 | Implement operator<< for machine basic blocks to make it easier to dump them. | Chris Lattner |
| 2006-10-23 | add two helper methods | Chris Lattner |
| 2006-10-21 | New, wonderful isSuccessor method | Chris Lattner |
| 2006-10-03 | ADd a method | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-01-30 | Improve spelling | Chris Lattner |
| 2005-01-29 | Adjust to ilist changes. | Chris Lattner |
| 2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
| 2004-10-26 | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-08-27 | Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from | Alkis Evlogimenos |
| 2004-07-31 | Expose some helpful methods | Chris Lattner |
| 2004-07-31 | Add some machine CFG related stuff | Chris Lattner |
| 2004-06-08 | Add a forwarding method pop_front() that allows you to delete instructions | Brian Gaeke |
| 2004-05-24 | Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet... | Tanya Lattner |
| 2004-05-24 | Added MachineFunction parent* to MachineBasicBlock. Customized ilist template | Tanya Lattner |
| 2004-05-12 | Fix a comment. | Brian Gaeke |
| 2004-05-12 | Add a Number field w/ accessor method, for function-level unique numbering | Brian Gaeke |
| 2004-05-02 | Chris told me to take these assertions out a few days ago, but I forgot to | Brian Gaeke |
| 2004-05-01 | Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file. | Chris Lattner |
| 2004-04-28 | Add pred./succ. list size methods. | Brian Gaeke |
| 2004-04-28 | Move private methods to end of class decl at Chris's request | Brian Gaeke |
| 2004-04-28 | Fix thinkos that Chris caught for me. | Brian Gaeke |
| 2004-04-28 | Add machine-code CFG support: MachineBasicBlocks may now have their own | Brian Gaeke |
| 2004-03-31 | Add clear() forwarding method. | Brian Gaeke |
| 2004-03-31 | MachineBasicBlock::remove should not change the iterator passed into it | Chris Lattner |
| 2004-02-23 | Refactor rewinding code for finding the first terminator of a basic | Alkis Evlogimenos |
| 2004-02-19 | Add a MachineBasicBlock::getParent() method | Chris Lattner |
| 2004-02-18 | eliminate a pair of really inefficient methods now that noone uses them | Chris Lattner |
| 2004-02-16 | Add LeakDetection to MachineInstr. | Alkis Evlogimenos |
| 2004-02-13 | Mark MachineBasicBlock::operator[] deprecated. | Alkis Evlogimenos |
| 2004-02-13 | Include <iosfwd>. | Brian Gaeke |
| 2004-02-12 | Move ilist_trairs<MachineInstr> in MachineBasicBlock. | Alkis Evlogimenos |
| 2004-02-12 | Add parent pointer to MachineInstr that points to owning | Alkis Evlogimenos |
| 2004-02-12 | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-07-26 | Code generation phases are not allowed to modify the LLVM representation. | Chris Lattner |
| 2002-12-13 | Get rid of deprecated function | Chris Lattner |
| 2002-10-28 | Change MachineBasicBlock's to not be Annotations, instead they are kept as | Chris Lattner |
| 2002-10-28 | Add BasicBlock list to MchineFunction that will eventually be the only | Chris Lattner |
| 2002-10-28 | Remvoe dead fixme and typedef | Chris Lattner |
| 2002-10-28 | MachineBasicBlock doesn't need basicblock.h, it needs Annotation.h | Chris Lattner |
| 2002-10-28 | Inline some methods from .cpp files into .h files, minor cleanups | Chris Lattner |
| 2002-10-28 | Changed `MachineCodeForMethod' to `MachineFunction'. | Misha Brukman |
| 2002-10-27 | Prune #includes | Chris Lattner |
| 2002-09-20 | Add erase() method for a single element. | Vikram S. Adve |