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
*
Qualify an internal call in is_assignable to prevent ADL lookup, which would ...
Marshall Clow
2015-04-14
2
-1
/
+7
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
12
-161
/
+37
*
Fix race conditions in test class used throughout the std::thread tests.
Eric Fiselier
2015-04-02
10
-15
/
+34
*
[libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.
Eric Fiselier
2015-04-02
2
-0
/
+71
*
Remove statement with no effect inside tests.
Eric Fiselier
2015-04-01
2
-2
/
+0
*
[libcxx] Optimize vectors uninitialized construction of trivial types from an...
Eric Fiselier
2015-03-31
2
-23
/
+48
*
[libcxx] Add code coverage configuration to CMake and LIT.
Eric Fiselier
2015-03-31
6
-0
/
+73
*
Allow enabling CCache through an env variable. This helps enable/disable the ...
Eric Fiselier
2015-03-31
1
-1
/
+2
*
Make the new tests better; make sure that we're testing the case where no rea...
Marshall Clow
2015-03-30
2
-4
/
+11
*
While testing Erik's code coverage scripts, I found a hole in the test suite ...
Marshall Clow
2015-03-30
2
-16
/
+74
*
[libcxx] Fix PR22771 - Support access control SFINAE in the library version o...
Eric Fiselier
2015-03-30
2
-5
/
+18
*
Only enable special apple link flags for libc++abi (or none)
Eric Fiselier
2015-03-27
1
-1
/
+2
*
Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.
Eric Fiselier
2015-03-27
1
-1
/
+1
*
cleanup comments in sym_check
Eric Fiselier
2015-03-27
1
-5
/
+5
*
Add readelf support to abi_check. Prefer readelf over nm
Eric Fiselier
2015-03-27
1
-12
/
+88
*
Add tests for library version of is_convertible
Eric Fiselier
2015-03-26
1
-0
/
+18
*
Make the presence of stdin and stdout optional.
Ed Schouten
2015-03-26
17
-55
/
+158
*
Remove the state_types array.
Ed Schouten
2015-03-26
1
-8
/
+12
*
Don't let time_put test use implementation dependent constructs.
Ed Schouten
2015-03-26
1
-49
/
+11
*
Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...
Marshall Clow
2015-03-23
1
-1
/
+1
*
Remove unneeded redeclaration of reference_wrapper.
Eric Fiselier
2015-03-21
1
-2
/
+0
*
Improve automatic detection of filetype for sym_check
Eric Fiselier
2015-03-20
1
-1
/
+27
*
Fix use of incorrect package name in sym_check
Eric Fiselier
2015-03-20
1
-1
/
+1
*
Add symbol checking script to libc++ to help manage exported symbols.
Eric Fiselier
2015-03-20
10
-0
/
+492
*
Create macro to allow testing of is_convertible without the compiler builtin.
Eric Fiselier
2015-03-19
1
-1
/
+2
*
[libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_P...
Eric Fiselier
2015-03-19
3
-11
/
+32
*
Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#2...
Marshall Clow
2015-03-19
3
-2
/
+104
*
Add support for kfreebsd. Thanks to Jan Henke
Sylvestre Ledru
2015-03-19
1
-1
/
+1
*
Fix use after free and calls to operator comma in debug mode
Eric Fiselier
2015-03-19
2
-2
/
+2
*
[libc++] Fix PR22922 - Allocator support for std::function does not know how ...
Eric Fiselier
2015-03-18
6
-17
/
+34
*
Provide std::abs(<floating-point>) in <cmath> on Solaris.
Eric Fiselier
2015-03-18
1
-0
/
+4
*
Fix DYNLD_LIBRARY_PATH to include the ABI path if specified
Eric Fiselier
2015-03-17
1
-13
/
+20
*
Fix failed test command repro printing for *.pass.cpp tests
Jonathan Roelofs
2015-03-17
2
-4
/
+8
*
Clean up iostream creation in preparation for conditionalizing streams.
Ed Schouten
2015-03-17
1
-18
/
+20
*
[libcxx] Add <experimental/tuple> header for LFTS.
Eric Fiselier
2015-03-17
18
-11
/
+1694
*
Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No function...
Marshall Clow
2015-03-17
5
-8
/
+16
*
[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...
Eric Fiselier
2015-03-17
8
-120
/
+148
*
Don't attempt to validate the output of %p.
Ed Schouten
2015-03-16
1
-12
/
+21
*
Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...
Marshall Clow
2015-03-16
2
-0
/
+22
*
Don't hardcode the Czech locale name.
Ed Schouten
2015-03-16
11
-30
/
+44
*
Make *abs() and *div() work on CloudABI.
Ed Schouten
2015-03-16
2
-0
/
+8
*
Don't hardcode the locale name string.
Ed Schouten
2015-03-16
1
-1
/
+2
*
Remove unneeded initialisation of fenv_t and fexcept_t.
Ed Schouten
2015-03-15
1
-2
/
+2
*
Fix build break on Solaris introduced by r231940
Jonathan Roelofs
2015-03-13
1
-0
/
+2
*
Update copyright year to 2015.
Renato Golin
2015-03-12
1
-1
/
+1
*
Also enable the default rune table on CloudABI.
Ed Schouten
2015-03-12
1
-1
/
+1
*
Add option to disable access to the global filesystem namespace.
Ed Schouten
2015-03-12
15
-0
/
+104
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
3
-30
/
+95
*
Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
2015-03-11
2
-11
/
+17
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
3
-9
/
+5
[next]