Whitespace.
[oota-llvm.git] / include / llvm / ADT / DenseMapInfo.h
2015-08-10 NAKAMURA TakumiWhitespace.
2015-06-24 Chandler Carruth[ADT] Teach DenseMap to support StringRef keys.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2011-10-12 Eli FriedmanUse unsigned multiply to hash integers, so we don't...
2011-07-28 Nick LewyckyIn DenseMapInfo<pair<T, U>> tombstone key, use the...
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...