aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/TypeSymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* Pass StringRef by value.Daniel Dunbar2009-11-061-5/+5
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-011-2/+7
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-061-0/+10
* Remove unused forward decls.Benjamin Kramer2009-08-051-0/+2
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-3/+3
* Fixed spelling.Misha Brukman2009-04-011-1/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Properly initialize value :)Anton Korobeynikov2007-07-191-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+137