aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Value.cpp
AgeCommit message (Expand)Author
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05If we're not checking, don't check!Chris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-16Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner
2003-10-06Users can never be nullChris Lattner
2003-10-02There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner
2003-08-29Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner
2003-08-29Refactor code to make it useful outside of Constants.cppChris Lattner
2003-06-24Make assertion more descriptiveChris Lattner
2003-02-13This speeds up processing LLVM a _lot_, 17% in the case of loading and destro...Chris Lattner
2002-10-09 - Make Value::replaceAllUsesWith work with constants correctly. This fixesChris Lattner
2002-10-09 - Remove Value::use_removeChris Lattner
2002-10-08Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever toChris Lattner
2002-09-08Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-06-30*** empty log message ***Chris Lattner
2002-06-25changes for 64bit gccAnand Shukla
2002-04-28The contents of the SymTabValue class have been incorporated into theChris Lattner
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