summaryrefslogtreecommitdiff
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAge
* make next/prev accessors privateChris Lattner2007-04-17
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-17
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Override use_back in instruction/basicblock to provide more type information.Chris Lattner2006-09-30
* add method, correct commentChris Lattner2006-09-23
* New method BasicBlock::getFirstNonPHI.Vladimir Prus2006-06-08
* For PR778:Reid Spencer2006-06-05
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-25
* add a helper methodChris Lattner2005-08-12
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Fix a thinko in the documentation of the splitBasicBlock method. The branchReid Spencer2005-04-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* add an argument.Chris Lattner2005-04-12
* remove reverse BB iterators.Chris Lattner2005-03-15
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-05
* add a new method.Chris Lattner2005-02-24
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* Adjust to changes in ilistChris Lattner2005-01-29
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Add long overdue methodsChris Lattner2004-10-11
* Changes For Bug 352Reid Spencer2004-09-01
* Don't use identifiers that start with an _Chris Lattner2004-06-03
* Minor aesthetic alignments; no functional changes.Misha Brukman2004-05-17
* * Minor aesthetic alignment of iterator declarationsMisha Brukman2004-05-17
* Remove long obsolete method. switch instructions are first class entities in...Chris Lattner2004-02-11
* Delete the BasicBlock ctor that only takes a BasicBlock to insert before. ThisChris Lattner2004-02-04
* Remove broken doxygen commentsChris Lattner2004-01-15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Expose new print methodsChris Lattner2003-10-30
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Remove obsolete scoped pred and succ iterator typedefsChris Lattner2003-10-01
* Standardize header file commentsChris Lattner2003-09-30
* 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