aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* This fixes PR531, a crash when running the CBE on a bytecode file.Chris Lattner2005-03-061-4/+14
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+28
* new methodChris Lattner2005-02-231-0/+13
* Initialize new field.Chris Lattner2005-02-051-1/+2
* Updates for new use list changes.Chris Lattner2005-02-011-6/+23
* Add a space between the type and name of value when printing error messageMisha Brukman2004-10-151-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Use name.empty() instead of testing against equality with the emptyAlkis Evlogimenos2004-07-251-1/+1
* Disallow creation of named values of type void.Alkis Evlogimenos2004-07-251-0/+2
* bug 122:Reid Spencer2004-07-181-2/+7
* Fix regressions in these testcases:Chris Lattner2004-07-071-1/+2
* Find bugs sooner rather than later. In this case, don't allow the creationChris Lattner2004-07-061-0/+3
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-041-0/+1
* User ctor is now inlineChris Lattner2004-06-271-4/+0
* Instancevar was renamedChris Lattner2004-06-261-3/+2
* Finegrainify namespacificationChris Lattner2003-11-211-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* If we're not checking, don't check!Chris Lattner2003-11-051-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-161-37/+11
* Users can never be nullChris Lattner2003-10-061-1/+1
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-021-14/+2
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner2003-08-291-1/+1
* Refactor code to make it useful outside of Constants.cppChris Lattner2003-08-291-0/+20
* Make assertion more descriptiveChris Lattner2003-06-241-1/+1
* This speeds up processing LLVM a _lot_, 17% in the case of loading and destro...Chris Lattner2003-02-131-1/+2
* - Make Value::replaceAllUsesWith work with constants correctly. This fixesChris Lattner2002-10-091-16/+18
* - Remove Value::use_removeChris Lattner2002-10-091-7/+0
* Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever toChris Lattner2002-10-081-6/+12
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-081-0/+4
* *** empty log message ***Chris Lattner2002-07-241-13/+7
* *** empty log message ***Chris Lattner2002-06-301-1/+1
* changes for 64bit gccAnand Shukla2002-06-251-1/+1
* The contents of the SymTabValue class have been incorporated into theChris Lattner2002-04-281-41/+1
* Fix pure virtual function called exception!Chris Lattner2002-04-121-2/+1
* 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