Add support to the hashing infrastructure for automatically hashing both
[oota-llvm.git] / include / llvm / Support / type_traits.h
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthAdd a header that was technically missing to see if...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2009-12-15 Chris Lattnerimprove isPodLike to know that all non-class types...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-13 Douglas GregorAdd is_same type trait
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-04 Douglas GregorAdd some type traits that are used for Clang's statical...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-24 Chris LattnerCheck in a new type_traits header which provides the...