aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/DenseMapInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Add DenseMapInfo for int.Evan Cheng2010-04-291-0/+10
* Add DenseMapInfo for signed long long.Evan Cheng2010-01-221-0/+13
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-8/+1
* More warnings patrol: Another unused argument and more implicitEric Christopher2009-10-171-2/+2
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-141-1/+1
* Mark constants as unsigned, as pointed out by iccDuncan Sands2009-09-061-10/+10
* Allow unsigned long long DenseMapInfo.Mike Stump2009-08-261-0/+14
* Split DenseMapInfo into a separate header file, so that it can beDan Gohman2009-07-311-0/+121