aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplify code, improve a comment.Chris Lattner2007-08-211-6/+6
* add Value::getNameStart/getNameLen() accessors.Chris Lattner2007-08-101-0/+15
* Fix a nasty memory leak, caused by my revamp of the value symbol table.Chris Lattner2007-03-201-0/+5
* Unbreak VC++ build.Jeff Cohen2007-03-051-1/+1
* rewrite Value::takeName to take advantage of the new symtab stuff. ThisChris Lattner2007-02-151-6/+55
* Add a new Value::getNameStr method, which is preferred over getName.Chris Lattner2007-02-151-1/+1
* add a setName variant that takes a null-terminated string. This can beChris Lattner2007-02-131-0/+4
* Add new setName accessor which doesn't require creating a string.Chris Lattner2007-02-121-20/+28
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-19/+50
* fix uninitialized variableChris Lattner2007-02-111-0/+1
* add an optimization for the case where the src has no nameChris Lattner2007-02-111-0/+6
* add a helper method: Value::takeNameChris Lattner2007-02-111-12/+26
* eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...Chris Lattner2007-02-071-1/+3
* For PR411:Reid Spencer2007-02-051-6/+9
* For PR411:Reid Spencer2007-01-061-4/+4
* Removed iostream #includes. Replaced std::cerr with DOUT.Bill Wendling2006-11-171-4/+4
* Change the signature of replaceUsesOfWithOnConstant. The bool was alwaysChris Lattner2005-10-041-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* 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