aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/BasicBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+8
* Convert more code to use new style castsChris Lattner2001-10-011-1/+1
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-4/+2
* Support new setName itfChris Lattner2001-09-071-6/+5
* Added vector of machine instructions for the basic block.Vikram S. Adve2001-07-301-1/+6
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-5/+4
* Add implementation of BasicBlock::removePredecessor code that was factoredChris Lattner2001-06-291-0/+48
* Miscellaneous cleanups:Chris Lattner2001-06-271-3/+3
* Initial revisionChris Lattner2001-06-061-0/+113