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
*
Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in...
Howard Hinnant
2012-10-03
2
-6
/
+15
*
Make vector::iterator and string::iterator more resilient against overly gene...
Howard Hinnant
2012-10-02
1
-0
/
+32
*
Due to a mistake on my own part, I need to burn some version numbers. This d...
Howard Hinnant
2012-09-28
1
-1
/
+1
*
Bump _LIBCPP_VERSION to 1002
Howard Hinnant
2012-09-26
1
-1
/
+1
*
Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...
Howard Hinnant
2012-09-24
1
-11
/
+11
*
Updating email address
Marshall Clow
2012-09-24
1
-1
/
+1
*
Fix installheaders target to do what it did prior to r161760. rdar://12348765
Bob Wilson
2012-09-21
1
-0
/
+9
*
Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...
Howard Hinnant
2012-09-19
2
-1
/
+6
*
Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...
Howard Hinnant
2012-09-19
2
-0
/
+54
*
Align <atomic> with clang r163964 which disallows const _Atomic types.
Howard Hinnant
2012-09-16
1
-1
/
+1
*
Update CREDITS.TXT
Howard Hinnant
2012-09-14
1
-0
/
+4
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
26
-59
/
+110
*
Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...
Howard Hinnant
2012-09-11
1
-2
/
+2
*
Some minor mingw64 porting tweaks from Glen.
Howard Hinnant
2012-09-03
2
-4
/
+9
*
Change sleep_for, sleep_until, and the condition_variable timed wait
Howard Hinnant
2012-08-30
4
-31
/
+53
*
Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...
Howard Hinnant
2012-08-26
1
-2
/
+4
*
Update CREDITS.TXT
Howard Hinnant
2012-08-26
1
-0
/
+4
*
Michel Morin: My previous fix for C++03 was incomplete.
Howard Hinnant
2012-08-25
1
-15
/
+18
*
Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...
Howard Hinnant
2012-08-24
1
-0
/
+20
*
Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...
Howard Hinnant
2012-08-24
1
-0
/
+3
*
Add Hyeon-bin Jeong to CREDITS.TXT
Howard Hinnant
2012-08-24
1
-0
/
+4
*
Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers.
Howard Hinnant
2012-08-24
1
-23
/
+17
*
Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...
Howard Hinnant
2012-08-24
1
-2
/
+3
*
Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.
Howard Hinnant
2012-08-24
1
-1
/
+1
*
basic_filebuf needs to delay obtaining a codecvt facet from the global locale...
Howard Hinnant
2012-08-24
1
-2
/
+23
*
Fix a typo in the docs
Marshall Clow
2012-08-22
1
-1
/
+1
*
In C++03 mode add an explicit conversion from int to the emulated class enum....
Howard Hinnant
2012-08-19
1
-0
/
+2
*
Patch contributed by Dev Dude for mingw64 port.
Howard Hinnant
2012-08-19
2
-1
/
+4
*
Apply patches supplied by Michel Morin in http://llvm.org/bugs/show_bug.cgi?i...
Howard Hinnant
2012-08-17
1
-4
/
+8
*
Consistently label __bit_array as a struct, not a class.
Howard Hinnant
2012-08-17
2
-3
/
+3
*
Remove obsolete do-installhdrs target (again).
Howard Hinnant
2012-08-13
1
-2
/
+2
*
Remove obsolete do-installhdrs target.
Howard Hinnant
2012-08-13
1
-11
/
+0
*
Patch constributed by Michel Moren in http://llvm.org/bugs/show_bug.cgi?id=13...
Howard Hinnant
2012-08-13
1
-1
/
+2
*
Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...
Howard Hinnant
2012-08-08
1
-3
/
+3
*
std::equal operating on non-const __bit_iterators was not working. This fixe...
Howard Hinnant
2012-08-05
1
-14
/
+14
*
Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variable
Howard Hinnant
2012-08-05
1
-1
/
+2
*
Loosen up the timing requirements on 4 more tests.
Howard Hinnant
2012-08-04
4
-4
/
+4
*
Performance tweaking rotate.
Howard Hinnant
2012-08-03
1
-27
/
+84
*
Andrew Morrow: The attached patch updates the initialization of the 'struct t...
Howard Hinnant
2012-08-02
1
-1
/
+1
*
Andrew Morrow: There are two tests under test/utilities/memory that heap allo...
Howard Hinnant
2012-08-02
2
-4
/
+0
*
Andrew Morrow: The attached patch updates the lit.config for libc++ unit test...
Howard Hinnant
2012-08-02
1
-0
/
+2
*
Andrew Morrow: Among the various libc++ tests that currently don't pass on Li...
Howard Hinnant
2012-08-02
2
-26
/
+21
*
Andrew Morrow: The attached patch is an attempt to implement
Howard Hinnant
2012-08-02
2
-9
/
+11
*
Andrew Morrow: This patch fixes
Howard Hinnant
2012-08-02
2
-6
/
+1
*
Andrew Morrow: Attached is a writeup of the current state of the libc++ test ...
Howard Hinnant
2012-07-31
2
-2
/
+141
*
Despite my pathological distrust of spin locks, the number just don't lie. I...
Howard Hinnant
2012-07-30
1
-2
/
+13
*
Updated status
Howard Hinnant
2012-07-30
1
-6
/
+0
*
Updated the complete by-chapter graph
Howard Hinnant
2012-07-30
2
-1
/
+1
*
Implement [util.smartptr.shared.atomic]. This is the last unimplemented
Howard Hinnant
2012-07-30
13
-1
/
+592
*
Update CREDITS.TXT
Howard Hinnant
2012-07-26
1
-0
/
+4
[next]