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
*
force the bots to cycle
Eric Fiselier
2019-05-09
1
-1
/
+0
*
Mark private function __sign as constexpr.
Marshall Clow
2019-05-07
1
-1
/
+1
*
Remove unneeded <algorithm> include in cmath.
Eric Fiselier
2019-05-06
1
-1
/
+0
*
[libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining them
Petr Hosek
2019-05-06
1
-1
/
+6
*
Mark is_trivially_destructible as unsupported with apple-clang-9
Nico Weber
2019-05-03
1
-0
/
+1
*
[libc++][test] Remove non-portable assumption that thread's constructor alloc...
Casey Carter
2019-05-02
1
-10
/
+19
*
[libc++][CMake] Link against libSystem on Apple platforms
Louis Dionne
2019-05-02
2
-0
/
+11
*
[gn] Support for building libc++
Petr Hosek
2019-05-02
1
-2
/
+1
*
[libcxx] cmake - guard list remove
Brian Cain
2019-05-02
1
-4
/
+6
*
Add missing locale requirement to test.
Dan Albert
2019-05-01
1
-0
/
+1
*
[WebAssembly] WASI support for libcxx
Dan Gohman
2019-05-01
5
-6
/
+12
*
Get rid of a bunch of 'unused variable' warnings in test when run with debug_...
Marshall Clow
2019-05-01
5
-4
/
+8
*
[libcxx] Move CMake file to src, avoid using globs
Petr Hosek
2019-05-01
2
-17
/
+78
*
Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...
Marshall Clow
2019-05-01
18
-46
/
+41
*
Support overaligned types in `aligned_storage`.
Eric Fiselier
2019-04-30
2
-2
/
+12
*
[libc++][CMake] Refactor how we link against system libraries
Louis Dionne
2019-04-30
3
-40
/
+79
*
Implement LWG 2960: nonesuch is insufficiently useless
Marshall Clow
2019-04-30
4
-6
/
+67
*
Mark LWG#2977 as 'Nothing to do'. NFC
Marshall Clow
2019-04-30
1
-2
/
+2
*
Add tests specifically for LWG2164. We already did this; but now we have test...
Marshall Clow
2019-04-29
3
-1
/
+24
*
Fix permission error while running bots
Eric Fiselier
2019-04-28
1
-0
/
+1
*
attempt to unbreak build bots
Eric Fiselier
2019-04-28
2
-5
/
+7
*
Attempt to switch to auto-scaling bots
Eric Fiselier
2019-04-28
3
-0
/
+117
*
Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...
Marshall Clow
2019-04-26
8
-13
/
+34
*
[libc++] Relax libc++-only test on regex_constants
Louis Dionne
2019-04-26
1
-13
/
+13
*
Fix r359229 which tried to fix r359159...
Chandler Carruth
2019-04-26
1
-1
/
+1
*
add tuple_cat test for const T
Eric Fiselier
2019-04-26
1
-6
/
+6
*
Fix return type of std::tuple_cat.
Eric Fiselier
2019-04-26
2
-2
/
+17
*
Remove incorrect explicit instantiation declarations for valarray
Richard Smith
2019-04-25
3
-6
/
+4
*
Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).
Richard Smith
2019-04-25
3
-68
/
+39
*
Fix buildbot failures after r359159.
Richard Smith
2019-04-25
1
-1
/
+1
*
Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW mode
Martin Storsjo
2019-04-25
1
-2
/
+7
*
[libc++][test] Fix noexcept assertions in variant's get tests
Casey Carter
2019-04-25
3
-6
/
+20
*
Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.
Marshall Clow
2019-04-25
3
-1
/
+103
*
Implement midpoint for floating point types. Reviewed as https://reviews.llvm...
Marshall Clow
2019-04-25
8
-1
/
+228
*
Update test to better check for the non-constexpr-ness of a move constructor....
Marshall Clow
2019-04-25
1
-5
/
+20
*
Use modern type trait implementations when available.
Richard Smith
2019-04-25
2
-14
/
+45
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
10
-10
/
+103
*
Make the test object callable. libstdc++'s bind checks that (libc++ currently...
Marshall Clow
2019-04-24
1
-1
/
+1
*
Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.
Marshall Clow
2019-04-24
1
-1
/
+1
*
Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...
Marshall Clow
2019-04-24
4
-7
/
+7
*
Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...
Marshall Clow
2019-04-24
2
-8
/
+25
*
Avoid name conflict with kernel headers
Eric Fiselier
2019-04-24
4
-9
/
+12
*
[libcxx] Use relative path for libc++ library when generating script
Petr Hosek
2019-04-23
1
-1
/
+4
*
Fix namespace name conflict with GCC
Eric Fiselier
2019-04-23
6
-55
/
+55
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
7
-52
/
+242
*
[libc++] Remove redundant conditionals for Apple platforms
Louis Dionne
2019-04-23
3
-8
/
+6
*
[libcxx] Update gen_link_script.py to support different input and output
Petr Hosek
2019-04-22
2
-62
/
+34
*
[libc++][test] Update some wstring_convert tests for MSVC quirks
Casey Carter
2019-04-22
3
-20
/
+23
*
[libc++] [test] Silence C++20 deprecation warnings in the MSVC STL
Casey Carter
2019-04-19
1
-1
/
+2
*
[libc++] Make __debug_less::operator() constexpr
Thomas Anderson
2019-04-19
2
-0
/
+14
[next]