aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/DenseMapInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-3/+3
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-131-1/+1
* Use unsigned multiply to hash integers, so we don't end up with undefined beh...Eli Friedman2011-10-121-5/+5
* In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U insteadNick Lewycky2011-07-281-2/+2
* drive by bug fix: DenseMapInfo::isEqual should be determined according toChris Lattner2011-04-091-1/+4
* Add a specialization for 'long', a hole in the set of fundamentalChandler Carruth2010-10-311-0/+14
* 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