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