aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-1/+0
* Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner2002-04-071-14/+13
* Make the release build workChris Lattner2002-04-041-2/+0
* Add an assertion to catch a misuse of replaceAllUsesWithChris Lattner2002-03-211-0/+2
* Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.llChris Lattner2002-01-251-2/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+5
* Add debugging to make a more useful message if a value gets constructed with ...Chris Lattner2001-12-131-1/+6
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+0
* Make error report a little more usefulChris Lattner2001-09-281-0/+1
* Okay, make the member function work.Chris Lattner2001-09-191-1/+1
* Remove global debug output fns that have been superceded by a member funcChris Lattner2001-09-191-11/+0
* Fix up code a bit, remove operator<< to Assembly/Writer.hChris Lattner2001-09-181-29/+7
* Added debugging support.Vikram S. Adve2001-09-181-0/+38
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-2/+2
* Support abstract typesChris Lattner2001-09-071-13/+13
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-3/+3
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-4/+3
* Add a check to avoid allowing V->replaceAllUsesWith(V)Chris Lattner2001-06-291-0/+1
* Miscellaneous cleanups:Chris Lattner2001-06-271-3/+3
* Updates to supportChris Lattner2001-06-111-0/+6
* Initial revisionChris Lattner2001-06-061-0/+143