aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-1/+1
* adjust to ilist changes.Chris Lattner2005-01-291-1/+1
* Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner2004-10-261-14/+38
* Indent to 2 spaces.Alkis Evlogimenos2004-09-051-26/+27
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Change MBB autonumber a bit to get the reverse mapping as well as a forwardChris Lattner2004-07-011-10/+6
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-251-1/+1
* Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.Brian Gaeke2004-06-171-1/+2
* Adjust to new TargetMachine interfaceChris Lattner2004-06-021-1/+1
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-241-2/+8
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-241-14/+15
* Eliminate an explicit use of the LLVM basic block, using getParent instead,Chris Lattner2004-05-241-1/+1
* Add non-const MachineBasicBlock::getParent() accessor method.Brian Gaeke2004-05-121-0/+19
* Use MachineBasicBlock::getParent().Alkis Evlogimenos2004-02-231-2/+1
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-231-0/+12
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-191-3/+7
* Add LeakDetection to MachineInstr.Alkis Evlogimenos2004-02-161-0/+68
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-281-23/+0
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-281-2/+2
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-281-9/+4
* Updates to match misha's changesChris Lattner2002-10-281-3/+3
* Implementation of class MachineCodeForBasicBlock.Vikram S. Adve2002-07-081-0/+28