aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Value.cpp
AgeCommit message (Expand)Author
2002-04-12Fix pure virtual function called exception!Chris Lattner
2002-04-08Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner
2002-04-07Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner
2002-04-04Make the release build workChris Lattner
2002-03-21Add an assertion to catch a misuse of replaceAllUsesWithChris Lattner
2002-01-25Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.llChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-13Add debugging to make a more useful message if a value gets constructed with ...Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-09-28Make error report a little more usefulChris Lattner
2001-09-19Okay, make the member function work.Chris Lattner
2001-09-19Remove global debug output fns that have been superceded by a member funcChris Lattner
2001-09-18Fix up code a bit, remove operator<< to Assembly/Writer.hChris Lattner
2001-09-18Added debugging support.Vikram S. Adve
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-07Support abstract typesChris Lattner
2001-07-14* ValueHolder now takes 3 argumentsChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-29Add a check to avoid allowing V->replaceAllUsesWith(V)Chris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-06Initial revisionChris Lattner