index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
type_traits.h
Age
Commit message (
Expand
)
Author
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-01-20
[Support] Port ErrorOr<T> from lld to C++03.
Michael J. Spencer
2012-09-13
Fix some code which is invalid in C++11: an expression of enumeration type
Richard Smith
2012-04-28
If the __is_trivially_copyable type trait is available use it as the baseline...
Benjamin Kramer
2012-04-06
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-03-07
Try a completely different approach to this type trait to appease older
Chandler Carruth
2012-03-07
Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like these
Chandler Carruth
2012-03-07
Switch the is_integral_or_enum trait machinery to use an explicit
Chandler Carruth
2012-03-07
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-02
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
Add a header that was technically missing to see if this gets the
Chandler Carruth
2012-03-02
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-01
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2009-12-15
improve isPodLike to know that all non-class types are pod.
Chris Lattner
2009-12-15
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-10-22
Try r84890 again (adding ValueMap<>), now that I've tested the compile on
Jeffrey Yasskin
2009-10-22
Revert r84890, which broke the linux build.
Jeffrey Yasskin
2009-10-22
Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use
Jeffrey Yasskin
2009-10-13
Add is_same type trait
Douglas Gregor
2009-08-12
This void is implicit in C++.
Dan Gohman
2009-08-04
Add some type traits that are used for Clang's statically-checked
Douglas Gregor
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-02-24
Check in a new type_traits header which provides the mysterious is_class
Chris Lattner