aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-02-19For PR1207:Reid Spencer1-7/+1
2007-02-17Added removeLiveIn.Evan Cheng1-1/+7
2007-02-10Add live-ins to MachineBasicBlock.Evan Cheng1-1/+22
2006-12-16The best unbreakage yet, addressing Bill's concerns.Jeff Cohen1-5/+0
2006-12-15An even better unbreakage...Jeff Cohen1-0/+5
2006-12-07Removed more <iostream> includesBill Wendling1-2/+1
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng1-1/+1
2006-11-18Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner1-0/+4
2006-10-24add moveBefore/moveAfter helper methodsChris Lattner1-0/+12
2006-10-06print labels even if a MBB doesn't have a corresponding LLVM BB, just don'tChris Lattner1-3/+4
2006-10-06MachineBasicBlock::splice was incorrectly updating parent pointers onChris Lattner1-3/+3
2006-10-03Print the MBB ID # along with the bb tag in the -print-machine-instrs output.Chris Lattner1-1/+1
2006-09-26print the preds of each MBBChris Lattner1-0/+8
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson1-0/+1
2006-05-04Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner1-1/+1
2006-05-04Remove a bunch more dead V9 specific stuffChris Lattner1-1/+1
2005-04-21Remove trailing whitespaceMisha Brukman1-1/+1
2005-04-01print the machine CFG in the -print-machineinstrs dumpChris Lattner1-0/+8
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner1-1/+1
2005-01-29adjust to ilist changes.Chris Lattner1-1/+1
2004-10-26Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner1-14/+38
2004-09-05Indent to 2 spaces.Alkis Evlogimenos1-26/+27
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+1
2004-07-01Change MBB autonumber a bit to get the reverse mapping as well as a forwardChris Lattner1-10/+6
2004-06-25Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner1-1/+1
2004-06-17Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.Brian Gaeke1-1/+2
2004-06-02Adjust to new TargetMachine interfaceChris Lattner1-1/+1
2004-05-24Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner1-2/+8
2004-05-24Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner1-14/+15
2004-05-24Eliminate an explicit use of the LLVM basic block, using getParent instead,Chris Lattner1-1/+1
2004-05-12Add non-const MachineBasicBlock::getParent() accessor method.Brian Gaeke1-0/+19
2004-02-23Use MachineBasicBlock::getParent().Alkis Evlogimenos1-2/+1
2004-02-23Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos1-0/+12
2004-02-19Add a MachineBasicBlock::getParent() methodChris Lattner1-3/+7
2004-02-16Add LeakDetection to MachineInstr.Alkis Evlogimenos1-0/+68
2002-10-28Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner1-23/+0
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner1-2/+2
2002-10-28Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner1-9/+4
2002-10-28Updates to match misha's changesChris Lattner1-3/+3
2002-07-08Implementation of class MachineCodeForBasicBlock.Vikram S. Adve1-0/+28