aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBasicBlock.h
AgeCommit message (Expand)Author
2004-05-12Fix a comment.Brian Gaeke
2004-05-12Add a Number field w/ accessor method, for function-level unique numberingBrian Gaeke
2004-05-02Chris told me to take these assertions out a few days ago, but I forgot toBrian Gaeke
2004-05-01Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner
2004-04-28Add pred./succ. list size methods.Brian Gaeke
2004-04-28Move private methods to end of class decl at Chris's requestBrian Gaeke
2004-04-28Fix thinkos that Chris caught for me.Brian Gaeke
2004-04-28Add machine-code CFG support: MachineBasicBlocks may now have their ownBrian Gaeke
2004-03-31Add clear() forwarding method.Brian Gaeke
2004-03-31MachineBasicBlock::remove should not change the iterator passed into itChris Lattner
2004-02-23Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos
2004-02-19Add a MachineBasicBlock::getParent() methodChris Lattner
2004-02-18eliminate a pair of really inefficient methods now that noone uses themChris Lattner
2004-02-16Add LeakDetection to MachineInstr.Alkis Evlogimenos
2004-02-13Mark MachineBasicBlock::operator[] deprecated.Alkis Evlogimenos
2004-02-13Include <iosfwd>.Brian Gaeke
2004-02-12Move ilist_trairs<MachineInstr> in MachineBasicBlock.Alkis Evlogimenos
2004-02-12Add parent pointer to MachineInstr that points to owningAlkis Evlogimenos
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