aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)Author
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-09-02Silence warning while compiling with gcc 4.2Anton Korobeynikov
2007-06-29Fix misue of iterator pointing to erased object. Uncovered byDavid Greene
2007-06-18Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...Evan Cheng
2007-06-04Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...Evan Cheng
2007-05-17Move isSuccessor() offline, change it to use std::find.Evan Cheng
2007-04-30print isLandingPad() for MBBsChris Lattner
2007-03-09Print preds / succs BB numbers.Evan Cheng
2007-02-19Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng
2007-02-19For PR1207:Reid Spencer
2007-02-17Added removeLiveIn.Evan Cheng
2007-02-10Add live-ins to MachineBasicBlock.Evan Cheng
2006-12-16The best unbreakage yet, addressing Bill's concerns.Jeff Cohen
2006-12-15An even better unbreakage...Jeff Cohen
2006-12-07Removed more <iostream> includesBill Wendling
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-18Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner
2006-10-24add moveBefore/moveAfter helper methodsChris Lattner
2006-10-06print labels even if a MBB doesn't have a corresponding LLVM BB, just don'tChris Lattner
2006-10-06MachineBasicBlock::splice was incorrectly updating parent pointers onChris Lattner
2006-10-03Print the MBB ID # along with the bb tag in the -print-machine-instrs output.Chris Lattner
2006-09-26print the preds of each MBBChris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-04Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner
2006-05-04Remove a bunch more dead V9 specific stuffChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-01print the machine CFG in the -print-machineinstrs dumpChris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29adjust to ilist changes.Chris Lattner
2004-10-26Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner
2004-09-05Indent to 2 spaces.Alkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-07-01Change MBB autonumber a bit to get the reverse mapping as well as a forwardChris Lattner
2004-06-25Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner
2004-06-17Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.Brian Gaeke
2004-06-02Adjust to new TargetMachine interfaceChris Lattner
2004-05-24Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner
2004-05-24Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner
2004-05-24Eliminate an explicit use of the LLVM basic block, using getParent instead,Chris Lattner
2004-05-12Add non-const MachineBasicBlock::getParent() accessor method.Brian Gaeke
2004-02-23Use MachineBasicBlock::getParent().Alkis Evlogimenos
2004-02-23Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos
2004-02-19Add a MachineBasicBlock::getParent() methodChris Lattner
2004-02-16Add LeakDetection to MachineInstr.Alkis Evlogimenos
2002-10-28Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner
2002-10-28Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner
2002-10-28Updates to match misha's changesChris Lattner
2002-07-08Implementation of class MachineCodeForBasicBlock.Vikram S. Adve