aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-231-0/+5
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-191-3/+7
* eliminate a pair of really inefficient methods now that noone uses themChris Lattner2004-02-181-21/+0
* Add LeakDetection to MachineInstr.Alkis Evlogimenos2004-02-161-21/+7
* Mark MachineBasicBlock::operator[] deprecated.Alkis Evlogimenos2004-02-131-10/+20
* Include <iosfwd>.Brian Gaeke2004-02-131-0/+5
* Move ilist_trairs<MachineInstr> in MachineBasicBlock.Alkis Evlogimenos2004-02-121-0/+47
* Add parent pointer to MachineInstr that points to owningAlkis Evlogimenos2004-02-121-2/+3
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-17/+21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Code generation phases are not allowed to modify the LLVM representation.Chris Lattner2003-07-261-3/+3
* 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