[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Support / type_traits.h
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-20 Benjamin KramerPut MSVC back into the dumb compiler's corner.
2015-02-20 Benjamin KramerBase isPodLike on is_trivially_copyable for GCC 5 and...
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2012-09-13 Richard SmithFix some code which is invalid in C++11: an expression...
2012-04-28 Benjamin KramerIf the __is_trivially_copyable type trait is available...
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2012-03-07 Chandler CarruthTry a completely different approach to this type trait...
2012-03-07 Chandler CarruthAttempt #2 at appeasing GCC 4.3. This compiler really...
2012-03-07 Chandler CarruthSwitch the is_integral_or_enum trait machinery to use...
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...