aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/BasicBlock.h
AgeCommit message (Expand)Author
2007-05-18better portability for intptr_t.Chris Lattner
2007-04-17make next/prev accessors privateChris Lattner
2007-04-17Fix build breakage on 64-bit systems.Jeff Cohen
2007-04-17The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-04-13Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-09-30Override use_back in instruction/basicblock to provide more type information.Chris Lattner
2006-09-23add method, correct commentChris Lattner
2006-06-08New method BasicBlock::getFirstNonPHI.Vladimir Prus
2006-06-05For PR778:Reid Spencer
2005-10-25Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner
2005-08-12add a helper methodChris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-25Fix a thinko in the documentation of the splitBasicBlock method. The branchReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-12add an argument.Chris Lattner
2005-03-15remove reverse BB iterators.Chris Lattner
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner
2005-03-05Remove the second argument to Value::setName, it is never needed.Chris Lattner
2005-02-24add a new method.Chris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29Adjust to changes in ilistChris Lattner
2004-11-15Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-11Add long overdue methodsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-06-03Don't use identifiers that start with an _Chris Lattner
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