aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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