summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/DenseMapInfo.h
Commit message (Expand)AuthorAge
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-13
* Use unsigned multiply to hash integers, so we don't end up with undefined beh...Eli Friedman2011-10-12
* In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U insteadNick Lewycky2011-07-28
* drive by bug fix: DenseMapInfo::isEqual should be determined according toChris Lattner2011-04-09
* Add a specialization for 'long', a hole in the set of fundamentalChandler Carruth2010-10-31
* Add DenseMapInfo for int.Evan Cheng2010-04-29
* Add DenseMapInfo for signed long long.Evan Cheng2010-01-22
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* More warnings patrol: Another unused argument and more implicitEric Christopher2009-10-17
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-14
* Mark constants as unsigned, as pointed out by iccDuncan Sands2009-09-06
* Allow unsigned long long DenseMapInfo.Mike Stump2009-08-26
* Split DenseMapInfo into a separate header file, so that it can beDan Gohman2009-07-31