aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ValueSymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-181-1/+1
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-2/+0
* Bump SmallString size a bit to avoid malloc trashing.Benjamin Kramer2010-03-311-7/+3
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-091-0/+2
* Change errs() to dbgs().David Greene2010-01-051-9/+9
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* remove some DOUTsChris Lattner2009-08-231-8/+8
* Change ValueSymbolTable to use raw_svector_ostream for string concatenation.Daniel Dunbar2009-08-191-5/+6
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-1/+1
* Move more to raw_ostream.Daniel Dunbar2009-07-241-3/+4
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-231-23/+4
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-7/+8
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-5/+7
* implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner2008-06-271-26/+11
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-271-0/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* disable some noisy debug outputChris Lattner2007-02-251-12/+12
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-34/+66
* constants can't be in the symtab anymoreChris Lattner2007-02-071-8/+4
* update comment.Chris Lattner2007-02-071-3/+3
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-071-16/+0
* eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...Chris Lattner2007-02-071-41/+2
* speed up conflict handling.Chris Lattner2007-02-071-2/+7
* Eliminate a bunch of work from ValueSymbolTable::insert for the common caseChris Lattner2007-02-071-1/+7
* For PR411:Reid Spencer2007-02-051-17/+10
* Removed iostream #includes. Replaced std::cerr with DOUT.Bill Wendling2006-11-171-10/+9
* Simple is good. CVS is for revision control, not file headersChris Lattner2006-01-111-3/+2
* For PR411:Reid Spencer2006-01-101-0/+167