aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Added vector of machine instructions for the basic block.Vikram S. Adve2001-07-301-0/+8
* Made the following changes:Chris Lattner2001-07-141-4/+4
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-3/+0
* Added new removePredecessor method prototypeChris Lattner2001-06-291-0/+8
* Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner2001-06-271-4/+32
* Factor the predeclarations of the CFG.h functionality into a seperate, new he...Chris Lattner2001-06-201-0/+6
* Moved iterators to the new CFG.h file.Chris Lattner2001-06-071-153/+0
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-071-8/+11
* Initial revisionChris Lattner2001-06-061-0/+246