aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of deprecated functionChris Lattner2002-12-131-5/+0
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-281-15/+12
* Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner2002-10-281-0/+10
* Remvoe dead fixme and typedefChris Lattner2002-10-281-4/+0
* MachineBasicBlock doesn't need basicblock.h, it needs Annotation.hChris Lattner2002-10-281-6/+9
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-281-3/+3
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-281-9/+13
* Prune #includesChris Lattner2002-10-271-5/+3
* Add erase() method for a single element.Vikram S. Adve2002-09-201-2/+3
* Interface to class MachineCodeForBasicBlock.Vikram S. Adve2002-07-081-0/+74