aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve2002-07-081-7/+0
* *** empty log message ***Chris Lattner2002-06-251-9/+29
* * Add virtual print methodsChris Lattner2002-04-081-0/+2
* Change Method to FunctionChris Lattner2002-03-231-8/+6
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-111/+13
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-121-71/+1
* Remove extraneous #includeChris Lattner2002-02-031-1/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+5
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* 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