aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-1/+30
* Remove meaningless qualifiers from return types, avoiding compiler warnings.Dan Gohman2007-11-191-1/+1
* better portability for intptr_t.Chris Lattner2007-05-181-0/+1
* make next/prev accessors privateChris Lattner2007-04-171-6/+8
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-171-1/+1
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-0/+12
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-4/+6
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Override use_back in instruction/basicblock to provide more type information.Chris Lattner2006-09-301-0/+5
* add method, correct commentChris Lattner2006-09-231-3/+7
* 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