index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
utilities
/
meta
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
105
-6008
/
+0
*
Move the optional tests into test/experimental. They were put into test/utili...
Marshall Clow
2014-12-09
1
-0
/
+6
*
Fix a warning in the test; no functionality change
Marshall Clow
2014-11-17
1
-1
/
+1
*
Implement void_t from N3911. Add a private version for use in the library bef...
Marshall Clow
2014-11-17
1
-0
/
+69
*
Fix rvalue bug in __has_operator_addressof
Eric Fiselier
2014-11-05
1
-1
/
+14
*
Fix operator & detection trait to check for free function overloads as well
Eric Fiselier
2014-11-05
1
-0
/
+5
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
2
-2
/
+2
*
Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...
Marshall Clow
2014-10-07
1
-1
/
+14
*
Fix some type-traits (is_assignable, etc) dealing with classes that take non-...
Marshall Clow
2014-09-22
5
-0
/
+32
*
Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...
Marshall Clow
2014-09-02
13
-21
/
+20
*
Add extra test case for PR20345. Should have been commited with r215984
Eric Fiselier
2014-08-19
1
-0
/
+76
*
Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch ...
Eric Fiselier
2014-08-19
1
-0
/
+24
*
Tame a few enum size tests when using -fshort-enums on ARM.
Jonathan Roelofs
2014-08-15
2
-2
/
+2
*
Correctly implement LWG 2049; std::is_destructible.
Marshall Clow
2014-07-16
4
-13
/
+75
*
Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
Nico Weber
2014-06-04
1
-3
/
+11
*
Fix a problem exposed by r208825, which caused bind (and other bits of libc++...
Marshall Clow
2014-05-29
1
-0
/
+23
*
Fixed a test that was attempting to use rvalue-references w/o checking to see...
Marshall Clow
2014-04-17
1
-1
/
+4
*
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...
Stephan Tolksdorf
2014-03-26
6
-0
/
+46
*
Mark is_final as a C++14 feature.
Marshall Clow
2014-03-05
1
-1
/
+1
*
Implement LWG #2212: std::is_final. This requires compiler support, which mod...
Marshall Clow
2014-03-05
1
-0
/
+53
*
Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...
Marshall Clow
2014-02-10
1
-0
/
+18
*
Fix erroneous test; was failing on darwin-ppc32. Fixes PR18469.
Marshall Clow
2014-01-18
1
-0
/
+4
*
Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...
Richard Smith
2013-10-21
2
-2
/
+2
*
Fix LWG Issue 2141: common_type trait produces reference types
Marshall Clow
2013-10-07
2
-3
/
+17
*
LWG Issue 2247: Implement type trait 'is_null_pointer'
Marshall Clow
2013-10-05
14
-0
/
+91
*
Implement N3672, optional<T>.
Howard Hinnant
2013-09-02
2
-0
/
+67
*
is_destructible for function types was mistakenly returning true instead of f...
Howard Hinnant
2013-08-30
1
-0
/
+3
*
Add a check for arrays of unknown bounds to is_destructible. This fixes http...
Howard Hinnant
2013-08-09
1
-0
/
+2
*
A few fixes to tests for Windows port.
Howard Hinnant
2013-07-15
1
-2
/
+3
*
Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.
Howard Hinnant
2013-07-11
2
-4
/
+4
*
War on tabs.
Howard Hinnant
2013-07-08
2
-9
/
+9
*
Implement n3545 for c++14
Marshall Clow
2013-07-08
1
-0
/
+5
*
Patch for N3655 (Transformation type traits) with Howard's additions
Marshall Clow
2013-07-04
48
-591
/
+963
*
Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...
Howard Hinnant
2013-05-07
1
-0
/
+7
*
Somehow aligned_union got dropped through the cracks. This adds it. Did a d...
Howard Hinnant
2013-04-22
3
-8
/
+73
*
Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...
Howard Hinnant
2013-04-02
1
-0
/
+6
*
Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...
Howard Hinnant
2012-02-24
2
-11
/
+19
*
Given that __underlying_type is now available in clang, implement
Alexis Hunt
2011-07-18
1
-1
/
+15
*
noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...
Howard Hinnant
2011-05-28
1
-1
/
+1
*
Redesign of result_of to handle reference-qualified member functions
Howard Hinnant
2011-05-16
1
-0
/
+4
*
A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...
Howard Hinnant
2011-05-13
17
-48
/
+79
*
minor corrections to test, and hook is_base_of up to clang intrinsic
Howard Hinnant
2011-01-28
2
-5
/
+2
*
placeholder test
Howard Hinnant
2011-01-25
1
-0
/
+19
*
Eliminate the C++0x-only is_convertible testing function that accepts
Douglas Gregor
2011-01-25
1
-0
/
+15
*
Update testsuite strucuture to latest draft
Howard Hinnant
2010-11-23
3
-0
/
+0
*
N3123
Howard Hinnant
2010-11-20
1
-3
/
+3
*
N3142. Many of these traits are just placeholders with medium quality emulat...
Howard Hinnant
2010-11-19
38
-723
/
+1235
*
license change
Howard Hinnant
2010-11-16
92
-184
/
+184
*
Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign...
Howard Hinnant
2010-09-08
1
-1
/
+32
*
has_nothrow_copy_assign hooked up to clang
Howard Hinnant
2010-09-08
1
-30
/
+18
[next]