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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http:/...
Howard Hinnant
2012-12-20
1
-0
/
+1
*
Implement std::is_base_of for the case where we don't have a compiler
Richard Smith
2012-12-20
1
-1
/
+22
*
Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...
Marshall Clow
2012-12-18
1
-0
/
+3
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
4
-0
/
+335
*
Remove 'noreturn' attribute from friend declaration. This attribute will be
Richard Smith
2012-11-29
1
-1
/
+1
*
Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s...
Howard Hinnant
2012-11-26
3
-0
/
+23
*
istreambuf_iterator increment should call sbumpc instead of snextc. Patch
Howard Hinnant
2012-11-16
1
-9
/
+7
*
Restrict optimized __pad_and_output implementation detail to desired releases.
Howard Hinnant
2012-11-14
2
-0
/
+19
*
Dimitry Andric: Silence some miscellaneous warnings.
Howard Hinnant
2012-11-06
3
-1
/
+5
*
Dimitry Andric: Silence some warnings in <locale>.
Howard Hinnant
2012-11-06
1
-3
/
+2
*
Enable the tuple interface of pair in C++03 mode.
Howard Hinnant
2012-11-06
1
-4
/
+0
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
10
-91
/
+95
*
peek should set eofbit if sgetc() returns eof.
Howard Hinnant
2012-11-01
1
-0
/
+4
*
Richard Smith: This fixes a problem in std::is_constructible for incomplete ...
Howard Hinnant
2012-11-01
1
-1
/
+3
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
15
-103
/
+103
*
Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...
Howard Hinnant
2012-10-13
1
-1
/
+1
*
Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad...
Howard Hinnant
2012-10-13
2
-1
/
+8
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
7
-2
/
+9
*
Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in...
Howard Hinnant
2012-10-03
1
-6
/
+11
*
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
*
Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...
Howard Hinnant
2012-09-19
1
-1
/
+5
*
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
*
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
1
-2
/
+2
*
Change sleep_for, sleep_until, and the condition_variable timed wait
Howard Hinnant
2012-08-30
2
-26
/
+24
*
Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...
Howard Hinnant
2012-08-26
1
-2
/
+4
*
Michel Morin: My previous fix for C++03 was incomplete.
Howard Hinnant
2012-08-25
1
-15
/
+18
*
Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...
Howard Hinnant
2012-08-24
1
-0
/
+3
*
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
*
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
1
-1
/
+1
*
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
*
Patch constributed by Michel Moren in http://llvm.org/bugs/show_bug.cgi?id=13...
Howard Hinnant
2012-08-13
1
-1
/
+2
*
std::equal operating on non-const __bit_iterators was not working. This fixe...
Howard Hinnant
2012-08-05
1
-14
/
+14
*
Performance tweaking rotate.
Howard Hinnant
2012-08-03
1
-27
/
+84
*
Implement [util.smartptr.shared.atomic]. This is the last unimplemented
Howard Hinnant
2012-07-30
1
-1
/
+148
*
Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...
Howard Hinnant
2012-07-26
1
-0
/
+12
*
<algorithm> no longer needs to include <cstdlib>, but can get away with just ...
Howard Hinnant
2012-07-26
1
-1
/
+1
*
locale::id really needs to be constructed at compile time.
Howard Hinnant
2012-07-26
1
-1
/
+1
*
libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a
Richard Smith
2012-07-26
2
-11
/
+11
*
Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...
Howard Hinnant
2012-07-21
1
-6
/
+6
[next]