aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
AgeCommit message (Expand)Author
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-07Support new setName itfChris Lattner
2001-07-30Added vector of machine instructions for the basic block.Vikram S. Adve
2001-07-14* ValueHolder now takes 3 argumentsChris Lattner
2001-06-29Add implementation of BasicBlock::removePredecessor code that was factoredChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner