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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use libcxx's default rune table with the Musl C library.
Vasileios Kalintiris
2015-11-24
1
-12
/
+12
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+2
*
Add initial support for the MUSL C library.
Vasileios Kalintiris
2015-11-09
1
-13
/
+17
*
Fix an unfortunate yet old typo that never got attention before r250507.
Benjamin Kramer
2015-10-16
1
-1
/
+1
*
Remove a long-standing __has_include hack.
Benjamin Kramer
2015-10-16
4
-25
/
+8
*
Add placeholder __libcpp_relaxed_store() for when atomic builtins are not ava...
Dimitry Andric
2015-09-22
1
-0
/
+7
*
Fix a typo: overidden -> overridden - Patch from Kai Zhao
Eric Fiselier
2015-08-20
1
-1
/
+1
*
[libcxx] Allow use of <atomic> in C++03. Try 3.
Eric Fiselier
2015-08-19
2
-3
/
+3
*
Remove commented out TODOs. They defined unneeded methods.
Eric Fiselier
2015-08-19
1
-4
/
+0
*
Move atomic_support.h and config_elast.h into src/include
Eric Fiselier
2015-08-18
6
-4
/
+4
*
Mark any as done and comment out extra methods until speaking to Marshall
Eric Fiselier
2015-07-31
1
-3
/
+3
*
[libcxx] Add <experimental/any> v2.
Eric Fiselier
2015-07-31
1
-0
/
+22
*
[libcxx] Add atomic_support.h header to src that handles needed atomic operat...
Eric Fiselier
2015-07-07
3
-10
/
+159
*
Make locale code compile on CloudABI.
Ed Schouten
2015-07-06
1
-10
/
+13
*
Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
2015-07-06
1
-11
/
+11
*
Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
2015-06-30
1
-7
/
+18
*
When building libc++, we use '"' as a delimiter instead of '<' when including...
Marshall Clow
2015-06-23
2
-4
/
+4
*
Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
2015-06-12
1
-5
/
+0
*
Avoid C-style cast.
Joerg Sonnenberger
2015-06-05
1
-1
/
+1
*
Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...
Marshall Clow
2015-06-02
1
-1
/
+1
*
Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...
Marshall Clow
2015-06-02
1
-5
/
+11
*
Fix building and testing libc++ with GCC.
Eric Fiselier
2015-05-20
1
-1
/
+1
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
1
-14
/
+0
*
Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().
Ed Schouten
2015-05-14
1
-24
/
+40
*
Fix -Wpessimizing-move warning by remove the call to std::move.
Richard Trieu
2015-04-30
1
-1
/
+1
*
Make the presence of stdin and stdout optional.
Ed Schouten
2015-03-26
1
-0
/
+14
*
Remove the state_types array.
Ed Schouten
2015-03-26
1
-8
/
+12
*
Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...
Marshall Clow
2015-03-23
1
-1
/
+1
*
Fix use after free and calls to operator comma in debug mode
Eric Fiselier
2015-03-19
1
-1
/
+1
*
Clean up iostream creation in preparation for conditionalizing streams.
Ed Schouten
2015-03-17
1
-18
/
+20
*
Fix build break on Solaris introduced by r231940
Jonathan Roelofs
2015-03-13
1
-0
/
+2
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
1
-30
/
+38
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
1
-2
/
+0
*
Don't include <sys/sysctl.h> on CloudABI.
Ed Schouten
2015-03-10
1
-2
/
+2
*
Print log/error messages on stderr, not stdout
Ed Schouten
2015-03-10
2
-9
/
+9
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
1
-35
/
+60
*
Nbjoerg suggested a better name for the macro for the default rune table: _LI...
Marshall Clow
2015-03-04
1
-1
/
+1
*
Create a default rune table for libc++. Initial setting - never enabled. The ...
Marshall Clow
2015-03-04
1
-0
/
+82
*
libc++: support newlib's ctype
JF Bastien
2015-02-25
1
-0
/
+3
*
Reword ELAST warning
JF Bastien
2015-02-24
1
-1
/
+1
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
1
-8
/
+8
*
Implement C++14's sized deallocation functions, since there are no longer imp...
Larisse Voufo
2015-02-15
1
-1
/
+29
*
libc++: remove unused variable in random_device::operator()()
JF Bastien
2015-02-04
1
-1
/
+0
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
1
-200
/
+13
*
[libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
2015-01-06
3
-7
/
+50
*
Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...
Eric Fiselier
2014-12-12
1
-1
/
+1
*
Add all the relational operators to std::experimental::optional. Also update ...
Marshall Clow
2014-12-09
1
-3
/
+2
*
libc++: support NaCl when building thread.cpp
JF Bastien
2014-12-02
1
-4
/
+4
*
libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
2014-12-01
1
-6
/
+43
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-1
/
+1
[next]