aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBasicBlock.h
AgeCommit message (Expand)Author
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-07-26Code generation phases are not allowed to modify the LLVM representation.Chris Lattner
2002-12-13Get rid of deprecated functionChris Lattner
2002-10-28Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner
2002-10-28Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner
2002-10-28Remvoe dead fixme and typedefChris Lattner
2002-10-28MachineBasicBlock doesn't need basicblock.h, it needs Annotation.hChris Lattner
2002-10-28Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-10-27Prune #includesChris Lattner
2002-09-20Add erase() method for a single element.Vikram S. Adve
2002-07-08Interface to class MachineCodeForBasicBlock.Vikram S. Adve