summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ValueHolderImpl.h
Commit message (Collapse)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-251-222/+0
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
* Avoid creating the symbol table if we don't need it.Chris Lattner2002-05-221-2/+2
| | | | llvm-svn: 2728
* Implement two iterator remove methodChris Lattner2002-05-061-0/+17
| | | | llvm-svn: 2467
* Make the range insert operation return an iterator, even though the STLChris Lattner2002-04-291-3/+11
| | | | | | range insert doesn't llvm-svn: 2413
* Add a new replaceWith method useful for replacing instructionsChris Lattner2002-04-011-1/+27
| | | | llvm-svn: 2088
* Add an insert method to VAlueHolder to allow batch insertionChris Lattner2002-03-291-0/+30
| | | | llvm-svn: 2038
* Changed an assertion messageChris Lattner2001-08-231-1/+1
| | | | llvm-svn: 364
* Made the following changes:Chris Lattner2001-07-141-18/+24
| | | | | | | | | | | | | | | * ValueHolder became a 3 argument template. This allows for BasicBlock to use the value holder arg as a typesafe parent pointer. * SymTabValue no longer inherits from Value * Method does not inherit from only SymTabValue. Now it inherits from both STV & Value. * Module does not inherit from only SymTabValue. Now it inherits from both STV & Value. * Updated the SymTabValue.h file to reference SymTabValue instead of STDef in several places * Added isArraySelector & isStructSelector to GetElementPtr instruction llvm-svn: 177
* Add a new pop_back() methodChris Lattner2001-06-301-0/+15
| | | | llvm-svn: 111
* Convert postincrements to more efficient preincrementsChris Lattner2001-06-271-2/+2
| | | | llvm-svn: 81
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-0/+17
| | | | | | | | | with the classname anyways. * Add an isPHINode() method to Instruction * Add getUniqueName() to SymbolTable class * Add an insert method to ValueHolder llvm-svn: 73
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-071-3/+21
| | | | llvm-svn: 8
* Initial revisionChris Lattner2001-06-061-0/+85
llvm-svn: 2
OpenPOWER on IntegriCloud