summaryrefslogtreecommitdiff
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAge
* Minor simplificationChris Lattner2003-08-31
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-24
* - Add new ctor to BasicBlock to allow insertion before any BB, not just atChris Lattner2002-09-26
* * Clean up some commentsChris Lattner2002-09-06
* Convert comments to Doxygen styleChris Lattner2002-08-25
* Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve2002-07-08
* *** empty log message ***Chris Lattner2002-06-25
* * Add virtual print methodsChris Lattner2002-04-08
* Change Method to FunctionChris Lattner2002-03-23
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-12
* Remove extraneous #includeChris Lattner2002-02-03
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add support for new style castsChris Lattner2001-10-01
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-01
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* Changing setName semanticsChris Lattner2001-09-07
* Added vector of machine instructions for the basic block.Vikram S. Adve2001-07-30
* Made the following changes:Chris Lattner2001-07-14
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Added new removePredecessor method prototypeChris Lattner2001-06-29
* Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner2001-06-27
* Factor the predeclarations of the CFG.h functionality into a seperate, new he...Chris Lattner2001-06-20
* Moved iterators to the new CFG.h file.Chris Lattner2001-06-07
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-07
* Initial revisionChris Lattner2001-06-06