aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Commit more code over to new cast styleChris Lattner2001-10-021-5/+3
* Add support for new style castsChris Lattner2001-10-011-1/+7
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-011-2/+2
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-17/+126
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-1/+67
* Changing setName semanticsChris Lattner2001-09-071-1/+1
* 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