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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix undefined behavior in __hash_table
Eric Fiselier
2016-07-23
2
-6
/
+2
*
Implement P0392r0. Integrate filesystem::path and string_view.
Eric Fiselier
2016-07-23
6
-3
/
+121
*
Revert r276506 - Diagnose invalid memory order arguments in <atomic>.
Eric Fiselier
2016-07-23
1
-125
/
+0
*
[libcxx] Diagnose invalid memory order arguments in <atomic>. Fixes PR21179.
Eric Fiselier
2016-07-23
1
-0
/
+125
*
Again, w/o the tabs
Marshall Clow
2016-07-21
1
-5
/
+5
*
Another fix to appease the no-exception bots.
Marshall Clow
2016-07-21
1
-7
/
+11
*
Fix some string_view tests that were failing when exceptions were disabled. A...
Marshall Clow
2016-07-21
5
-6
/
+31
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
95
-5
/
+17377
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
9
-80
/
+104
*
Disable warning flags when running .fail.cpp tests.
Eric Fiselier
2016-07-20
3
-26
/
+57
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
3
-2
/
+12
*
Fix inheriting constructor test for std::function.
Eric Fiselier
2016-07-20
1
-4
/
+7
*
Unbreak is_constructible tests for Clang <= 3.7.
Eric Fiselier
2016-07-20
2
-1
/
+25
*
Add missed test in r276090.
Eric Fiselier
2016-07-20
1
-0
/
+23
*
Reimplement is_constructible fallback implementation. Fixes PR21574.
Eric Fiselier
2016-07-20
2
-7
/
+60
*
Add tests for reference binding assertions in std::tuple.
Eric Fiselier
2016-07-20
2
-0
/
+104
*
Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.
Eric Fiselier
2016-07-20
2
-1
/
+76
*
Add heterogeneous comparator support for __debug_less. Fixes PR17147.
Eric Fiselier
2016-07-19
1
-0
/
+167
*
Fix undefined behavior in __tree
Eric Fiselier
2016-07-19
6
-1
/
+43
*
Remove locale tests that depend on enviroment variables.
Eric Fiselier
2016-07-18
1
-17
/
+0
*
[libcxx][filesystem] Remove setgid from parent before testing permissions
Jonas Hahnfeld
2016-07-18
1
-0
/
+3
*
Rework libatomic handling in CMake and LIT.
Eric Fiselier
2016-07-18
3
-1
/
+7
*
Improve ABI tests for std::pair.
Eric Fiselier
2016-07-18
2
-5
/
+152
*
Add checkpoint diagnostics to help diagnose buildbot failures.
Eric Fiselier
2016-07-18
2
-2
/
+11
*
Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.
Eric Fiselier
2016-07-18
3
-0
/
+12
*
Add includes in test. Patch from STL@microsoft.com
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Rename and rework `_LIBCPP_TRIVIAL_PAIR_COPY_CTOR`. Move FreeBSD configuratio...
Eric Fiselier
2016-07-18
1
-0
/
+55
*
Suppress warning in make_from_tuple tests.
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Implement C++17 tuple bits. Including apply and make_from_tuple.
Eric Fiselier
2016-07-18
7
-0
/
+1151
*
Fix std::experimental::optional tests. Patch from Casey Carter.
Eric Fiselier
2016-07-17
5
-13
/
+9
*
Add more tests for LWG#2582. No code changes needed, just tests.
Marshall Clow
2016-07-12
25
-19
/
+47
*
libc++: name anonymous structs
JF Bastien
2016-07-12
1
-9
/
+9
*
Add tests for the meta.unary.props that do not require a complete type. This ...
Marshall Clow
2016-07-12
4
-0
/
+14
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
3
-0
/
+99
*
Allow is_swappable to SFINAE on deleted/ambiguous swap functions
Eric Fiselier
2016-07-11
1
-0
/
+21
*
Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.
Marshall Clow
2016-07-08
1
-2
/
+2
*
Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...
Manman Ren
2016-07-06
1
-7
/
+7
*
Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...
Marshall Clow
2016-07-06
1
-7
/
+7
*
Handle std::get<T>(...) for std::tuple<>
Eric Fiselier
2016-07-02
1
-0
/
+3
*
Rewrite std::get<Type>(...) helper using constexpr functions.
Eric Fiselier
2016-07-02
5
-92
/
+35
*
Cleanup SFINAE in tuple, and add tests for reference assignment
Eric Fiselier
2016-07-02
2
-0
/
+31
*
Make tuple_constructible and family lazy again.
Eric Fiselier
2016-07-02
1
-0
/
+102
*
Turn off ASAN's odr-violation diagnostics for now. See PR28391
Eric Fiselier
2016-07-01
1
-0
/
+3
*
Flatten the tuple_element and __make_tuple_types implementations.
Eric Fiselier
2016-07-01
1
-0
/
+34
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
6
-12
/
+0
*
Fix C++03 build.
Eric Fiselier
2016-06-30
5
-1
/
+16
*
Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...
Marshall Clow
2016-06-30
2
-4
/
+135
*
Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...
Marshall Clow
2016-06-30
6
-0
/
+12
*
Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...
Marshall Clow
2016-06-30
1
-0
/
+4
*
Implement LWG#2596: 'vector::data() should use addressof'
Marshall Clow
2016-06-30
2
-3
/
+41
[next]