drive by bug fix: DenseMapInfo::isEqual should be determined according to
[oota-llvm.git] / include / llvm / ADT / DenseMapInfo.h
2011-04-09 Chris Lattnerdrive by bug fix: DenseMapInfo::isEqual should be deter...
2010-10-31 Chandler CarruthAdd a specialization for 'long', a hole in the set...
2010-04-29 Evan ChengAdd DenseMapInfo for int.
2010-01-22 Evan ChengAdd DenseMapInfo for signed long long.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-09-06 Duncan SandsMark constants as unsigned, as pointed out by icc
2009-08-26 Mike StumpAllow unsigned long long DenseMapInfo.
2009-07-31 Dan GohmanSplit DenseMapInfo into a separate header file, so...