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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
15
-32
/
+75
*
Revert "Fix use of __libcpp_deallocate in dynarray"
Eric Christopher
2018-10-25
1
-1
/
+1
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
6
-377
/
+55
*
Fix use of __libcpp_deallocate in dynarray
Eric Fiselier
2018-10-25
1
-1
/
+1
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
6
-55
/
+377
*
Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek
2018-10-24
2
-30
/
+0
*
Fix use of libc++ specific macro in support/test_macros.h
Eric Fiselier
2018-10-24
1
-3
/
+4
*
Adjust unsupported C++ versions in some tests
Mikhail Maltsev
2018-10-24
176
-176
/
+176
*
Off-by-one errors strike again. Thank goodness for ASAN and the bots.
Marshall Clow
2018-10-23
1
-4
/
+14
*
When filling a vector<bool> with stuff, initialize the last word of the stora...
Marshall Clow
2018-10-23
1
-0
/
+4
*
Add benchmark for std::set.
Samuel Benzaquen
2018-10-23
2
-20
/
+312
*
Mark the move construct/move assign tests as unsupported on C++03
Marshall Clow
2018-10-23
2
-1
/
+2
*
Add tests for match_results copy/move assignment operators. NFC
Marshall Clow
2018-10-23
3
-0
/
+106
*
Remove a 'const' from the synopsis. NFC
Marshall Clow
2018-10-23
1
-1
/
+1
*
Updated the issue notes.
Marshall Clow
2018-10-23
1
-6
/
+6
*
Add tests for match_results copy/move construction. NFC
Marshall Clow
2018-10-23
2
-0
/
+83
*
Added more notes to the issues.
Marshall Clow
2018-10-22
1
-6
/
+6
*
Update commnents to reflect the changes for LWG#3127. NFC
Marshall Clow
2018-10-22
1
-1
/
+1
*
Update commnents to reflect the changes for LWG#3127. NFC
Marshall Clow
2018-10-22
2
-1
/
+31
*
Update commnents to reflect the changes for LWG#3122. NFC
Marshall Clow
2018-10-22
3
-0
/
+3
*
[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
Billy Robert O'Neal III
2018-10-20
2
-7
/
+3
*
[libcxx] [test] Add missing <stdexcept> to map at tests.
Billy Robert O'Neal III
2018-10-19
2
-3
/
+5
*
Repair thread-unsafe modifications of n_alive in F.pass.cpp
Billy Robert O'Neal III
2018-10-19
1
-4
/
+10
*
[libcxx] Improve reporting when running the lit test suite
Louis Dionne
2018-10-17
1
-10
/
+10
*
[libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10
Louis Dionne
2018-10-17
4
-4
/
+4
*
[libcxx] Avoid repeating the definition of std:: namespaces
Louis Dionne
2018-10-16
1
-20
/
+6
*
[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
Louis Dionne
2018-10-16
5
-41
/
+40
*
Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...
Marshall Clow
2018-10-16
180
-2
/
+10901
*
Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Review...
Marshall Clow
2018-10-16
1
-0
/
+10
*
Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."
Artem Dergachev
2018-10-16
2
-2
/
+6
*
Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
2018-10-16
183
-10964
/
+3
*
[libcxx] Remove custom CMake code targeting Mac OS 10.6
Louis Dionne
2018-10-16
2
-9
/
+4
*
Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232
Marshall Clow
2018-10-15
2
-2
/
+6
*
Wrap up the new chrono literals in an #ifdef so that old versions of clang do...
Marshall Clow
2018-10-15
4
-1
/
+10
*
Implement the first part of the calendar support for C++20. This is still inc...
Marshall Clow
2018-10-15
180
-1
/
+10949
*
One more local type warning removed from the tests. NFC
Marshall Clow
2018-10-12
1
-8
/
+12
*
Update the array tests to not use a local type; removes warnings in C++03. NFC
Marshall Clow
2018-10-12
3
-9
/
+13
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
12
-62
/
+62
*
Add benchmarks for std::function.
Samuel Benzaquen
2018-10-12
2
-0
/
+324
*
[NFC][libc++] Fix broken link in comment
Louis Dionne
2018-10-12
1
-1
/
+1
*
Revert commit r344254; does not work with C++03
Marshall Clow
2018-10-11
1
-39
/
+14
*
Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX...
Marshall Clow
2018-10-11
1
-14
/
+39
*
Add a test that shows what happens with throwing destructors. NFC.
Marshall Clow
2018-10-11
1
-0
/
+11
*
Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE
Eric Fiselier
2018-10-11
1
-1
/
+1
*
Distinguish between library and language support for aligned allocation.
Eric Fiselier
2018-10-11
4
-29
/
+33
*
Use TEST_STD_VER instead of __cplusplus [NFC]
Aaron Puchert
2018-10-10
24
-24
/
+49
*
Use std::scoped_lock only for C++17 and newer
Aaron Puchert
2018-10-10
1
-0
/
+2
*
Add test macros for always_inline and noinline
Eric Fiselier
2018-10-10
3
-10
/
+23
*
Fix linking filesystem benchmarks
Eric Fiselier
2018-10-10
1
-1
/
+4
*
Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert
2018-10-09
2
-1
/
+7
[next]