aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Fix misue of iterator pointing to erased object. Uncovered byDavid Greene2007-06-291-2/+2
* Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...Evan Cheng2007-06-181-0/+10
* Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...Evan Cheng2007-06-041-0/+4
* Move isSuccessor() offline, change it to use std::find.Evan Cheng2007-05-171-6/+1
* Add MachineBasicBlock preds / succs reverse iterators.Evan Cheng2007-05-081-0/+24
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-3/+4
* MachineBasicBlock fields should not be public.Evan Cheng2007-03-011-1/+0
* Remove isAccessable.Jim Laskey2007-02-221-4/+0
* Add a flag to MBBs to indicate whether it is an eh landing pad.Jim Laskey2007-02-211-1/+18
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-191-3/+10
* For PR1207:Reid Spencer2007-02-191-10/+3
* Added removeLiveIn and more livein iterators.Evan Cheng2007-02-171-3/+10
* Add live-ins to MachineBasicBlock.Evan Cheng2007-02-101-2/+22
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-7/+1
* The best unbreakage yet, addressing Bill's concerns.Jeff Cohen2006-12-161-1/+4
* An even better unbreakage...Jeff Cohen2006-12-151-4/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-1/+8
* MachineInstr includes thisChris Lattner2006-11-181-1/+0
* Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner2006-11-181-0/+1
* add two helper methodsChris Lattner2006-10-231-1/+9
* New, wonderful isSuccessor methodChris Lattner2006-10-211-12/+21
* ADd a methodChris Lattner2006-10-031-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-15/+15
* Improve spellingChris Lattner2005-01-301-2/+2
* Adjust to ilist changes.Chris Lattner2005-01-291-1/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-2/+3
* Remove the unused MachineBasicBlock2IndexFunctor class.Chris Lattner2004-10-261-32/+5
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add MachineBasicBlock2IndexFunctor. This is useful for densemaps fromAlkis Evlogimenos2004-08-271-0/+10
* Expose some helpful methodsChris Lattner2004-07-311-0/+8
* Add some machine CFG related stuffChris Lattner2004-07-311-9/+21
* Add a forwarding method pop_front() that allows you to delete instructionsBrian Gaeke2004-06-081-0/+1
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-241-1/+2
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-241-3/+4
* Fix a comment.Brian Gaeke2004-05-121-2/+4
* Add a Number field w/ accessor method, for function-level unique numberingBrian Gaeke2004-05-121-1/+8
* Chris told me to take these assertions out a few days ago, but I forgot toBrian Gaeke2004-05-021-10/+0
* Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner2004-05-011-0/+70
* Add pred./succ. list size methods.Brian Gaeke2004-04-281-0/+2
* Move private methods to end of class decl at Chris's requestBrian Gaeke2004-04-281-26/+26
* Fix thinkos that Chris caught for me.Brian Gaeke2004-04-281-2/+4
* Add machine-code CFG support: MachineBasicBlocks may now have their ownBrian Gaeke2004-04-281-0/+67
* Add clear() forwarding method.Brian Gaeke2004-03-311-0/+1
* MachineBasicBlock::remove should not change the iterator passed into itChris Lattner2004-03-311-1/+1
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-231-0/+5
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-191-3/+7
* eliminate a pair of really inefficient methods now that noone uses themChris Lattner2004-02-181-21/+0
* Add LeakDetection to MachineInstr.Alkis Evlogimenos2004-02-161-21/+7
* Mark MachineBasicBlock::operator[] deprecated.Alkis Evlogimenos2004-02-131-10/+20