summaryrefslogtreecommitdiff
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-16
* Users can never be nullChris Lattner2003-10-06
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-02
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner2003-08-29
* Refactor code to make it useful outside of Constants.cppChris Lattner2003-08-29
* Make assertion more descriptiveChris Lattner2003-06-24
* This speeds up processing LLVM a _lot_, 17% in the case of loading and destro...Chris Lattner2003-02-13
* - Make Value::replaceAllUsesWith work with constants correctly. This fixesChris Lattner2002-10-09
* - Remove Value::use_removeChris Lattner2002-10-09
* Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever toChris Lattner2002-10-08
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-08
* *** empty log message ***Chris Lattner2002-07-24
* *** empty log message ***Chris Lattner2002-06-30
* changes for 64bit gccAnand Shukla2002-06-25
* The contents of the SymTabValue class have been incorporated into theChris Lattner2002-04-28
* Fix pure virtual function called exception!Chris Lattner2002-04-12
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-08
* Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner2002-04-07
* Make the release build workChris Lattner2002-04-04
* Add an assertion to catch a misuse of replaceAllUsesWithChris Lattner2002-03-21
* Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.llChris Lattner2002-01-25
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Add debugging to make a more useful message if a value gets constructed with ...Chris Lattner2001-12-13
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Make error report a little more usefulChris Lattner2001-09-28
* Okay, make the member function work.Chris Lattner2001-09-19
* Remove global debug output fns that have been superceded by a member funcChris Lattner2001-09-19
* Fix up code a bit, remove operator<< to Assembly/Writer.hChris Lattner2001-09-18
* Added debugging support.Vikram S. Adve2001-09-18
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Support abstract typesChris Lattner2001-09-07
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-14
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Add a check to avoid allowing V->replaceAllUsesWith(V)Chris Lattner2001-06-29
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Updates to supportChris Lattner2001-06-11
* Initial revisionChris Lattner2001-06-06