aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
Commit message (Expand)AuthorAgeFilesLines
* move the Use destructor where it belongs toGabor Greif2008-03-141-5/+1
* There is no killUse.Dan Gohman2008-03-071-1/+1
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-0/+1
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-1/+0
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-301-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-3/+0
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+3
* add Value::getNameStart/getNameLen() accessors.Chris Lattner2007-08-101-1/+15
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-1/+6
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-10/+10
* Document the use of getValueType() more accurately, specifically explainReid Spencer2007-03-051-4/+6
* Add a new Value::getNameStr method, which is preferred over getName.Chris Lattner2007-02-151-1/+2
* For PR1195:Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-1/+1
* add a setName variant that takes a null-terminated string. This can beChris Lattner2007-02-131-0/+2
* Add new setName accessor which doesn't require creating a string.Chris Lattner2007-02-121-0/+1
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-4/+7
* add a helper method: Value::takeNameChris Lattner2007-02-111-0/+4
* For PR411:Reid Spencer2007-02-051-1/+2
* For PR1043:Zhou Sheng2007-01-111-1/+0
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-041-6/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-3/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+4
* For PR950:Reid Spencer2006-10-201-2/+1
* For PR778:Reid Spencer2006-06-051-12/+22
* Allow use of isa<InlineAsm>(X) without #including InlineAsm.hChris Lattner2006-01-261-0/+4
* Initial checkin of the InlineAsm classChris Lattner2006-01-241-1/+2
* Make ValueSymbolTable (temporarily) a friend of Value so it can mod theReid Spencer2006-01-101-1/+2
* Fix VC++ level 4 warnings.Jeff Cohen2005-12-171-2/+2
* remove a comma to compile with pedantic gccChris Lattner2005-10-081-1/+1
* Split SimpleConstantVal up into its components, so each Constant subclass getsChris Lattner2005-09-271-7/+14
* remove a dead enum value, making a comment above correct againChris Lattner2005-08-161-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-15/+15
* Convert tabs to spacesMisha Brukman2005-03-161-1/+1
* Add a new method, allow symtab to poke name.Chris Lattner2005-03-061-0/+2
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+1
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-1/+1
* Add new method.Chris Lattner2005-02-231-2/+7
* SubclassID is really a small field. Split it into half and let subclassesChris Lattner2005-02-051-1/+7
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-011-28/+24
* Adjust to User.h changes.Chris Lattner2005-01-291-6/+3
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-131-1/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Add new UndefValueVal typeChris Lattner2004-10-161-4/+6
* Change Value from a "struct" to a "class" so that VC 7.1 doesn't generateReid Spencer2004-09-231-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* New methodsChris Lattner2004-08-041-0/+4
* I demand the ability to say 'if (isa<Value>(V))'!Chris Lattner2004-07-301-0/+5