Fix PR6910.
[oota-llvm.git] / include / llvm / ADT / DenseMapInfo.h
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...