summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-191-3/+7
| | | | llvm-svn: 11622
* Add LeakDetection to MachineInstr.Alkis Evlogimenos2004-02-161-0/+68
| | | | | | | Move out of line member functions of MachineBasicBlock to MachineBasicBlock.cpp. llvm-svn: 11497
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-281-23/+0
| | | | | | | part of a linked list tracked by MachineFunction. MachineBasicBlock::get is now linear time instead of constant time, and thus is deprecated! llvm-svn: 4337
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-281-2/+2
| | | | llvm-svn: 4318
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-281-9/+4
| | | | llvm-svn: 4313
* Updates to match misha's changesChris Lattner2002-10-281-3/+3
| | | | llvm-svn: 4302
* Implementation of class MachineCodeForBasicBlock.Vikram S. Adve2002-07-081-0/+28
Moved here from MachineInstr.cpp to make it an annotation on BasicBlock. llvm-svn: 2827
OpenPOWER on IntegriCloud