aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* New method BasicBlock::getFirstNonPHI.Vladimir Prus2006-06-081-1/+8
* For PR778:Reid Spencer2006-06-051-15/+15
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-251-1/+1
* add a helper methodChris Lattner2005-08-121-0/+5
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Fix a thinko in the documentation of the splitBasicBlock method. The branchReid Spencer2005-04-251-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* add an argument.Chris Lattner2005-04-121-1/+1
* remove reverse BB iterators.Chris Lattner2005-03-151-7/+0
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-1/+1
* add a new method.Chris Lattner2005-02-241-1/+6
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-3/+3
* Adjust to changes in ilistChris Lattner2005-01-291-2/+3
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-1/+1
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+2
* Add long overdue methodsChris Lattner2004-10-111-0/+12
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Don't use identifiers that start with an _Chris Lattner2004-06-031-2/+2
* Minor aesthetic alignments; no functional changes.Misha Brukman2004-05-171-3/+3
* * Minor aesthetic alignment of iterator declarationsMisha Brukman2004-05-171-5/+2
* Remove long obsolete method. switch instructions are first class entities in...Chris Lattner2004-02-111-7/+0
* Delete the BasicBlock ctor that only takes a BasicBlock to insert before. ThisChris Lattner2004-02-041-4/+5
* Remove broken doxygen commentsChris Lattner2004-01-151-17/+16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Expose new print methodsChris Lattner2003-10-301-1/+2
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Remove obsolete scoped pred and succ iterator typedefsChris Lattner2003-10-011-10/+0
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Minor simplificationChris Lattner2003-08-311-2/+1
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-241-1/+1
* - Add new ctor to BasicBlock to allow insertion before any BB, not just atChris Lattner2002-09-261-0/+4
* * Clean up some commentsChris Lattner2002-09-061-6/+9
* Convert comments to Doxygen styleChris Lattner2002-08-251-55/+57
* 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