aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/BasicBlock.h
AgeCommit message (Expand)Author
2004-05-17Minor aesthetic alignments; no functional changes.Misha Brukman
2004-05-17* Minor aesthetic alignment of iterator declarationsMisha Brukman
2004-02-11Remove long obsolete method. switch instructions are first class entities in...Chris Lattner
2004-02-04Delete the BasicBlock ctor that only takes a BasicBlock to insert before. ThisChris Lattner
2004-01-15Remove broken doxygen commentsChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-30Expose new print methodsChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-01Remove obsolete scoped pred and succ iterator typedefsChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-08-31Minor simplificationChris Lattner
2003-08-24Allow specifying the name for the newly split basic blockChris Lattner
2002-09-26 - Add new ctor to BasicBlock to allow insertion before any BB, not just atChris Lattner
2002-09-06* Clean up some commentsChris Lattner
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-07-08Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve
2002-06-25*** empty log message ***Chris Lattner
2002-04-08* Add virtual print methodsChris Lattner
2002-03-23Change Method to FunctionChris Lattner
2002-02-12Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-02-12* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner
2002-02-03Remove extraneous #includeChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-10-01Add support for newer cleaner isa, cast, dyn_castChris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-07Changing setName semanticsChris Lattner
2001-07-30Added vector of machine instructions for the basic block.Vikram S. Adve
2001-07-14Made the following changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-29Added new removePredecessor method prototypeChris Lattner
2001-06-27Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner
2001-06-20Factor the predeclarations of the CFG.h functionality into a seperate, new he...Chris Lattner
2001-06-07Moved iterators to the new CFG.h file.Chris Lattner
2001-06-07Fixes for BB iterators, additional methods added for DCE passChris Lattner
2001-06-06Initial revisionChris Lattner