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
*
Patch contributed by Dev Dude for mingw64 port.
Howard Hinnant
2012-08-19
1
-0
/
+3
*
Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...
Howard Hinnant
2012-08-08
1
-3
/
+3
*
Andrew Morrow: The attached patch updates the initialization of the 'struct t...
Howard Hinnant
2012-08-02
1
-1
/
+1
*
Andrew Morrow: Among the various libc++ tests that currently don't pass on Li...
Howard Hinnant
2012-08-02
1
-22
/
+21
*
Andrew Morrow: The attached patch is an attempt to implement
Howard Hinnant
2012-08-02
1
-2
/
+11
*
Despite my pathological distrust of spin locks, the number just don't lie. I...
Howard Hinnant
2012-07-30
1
-2
/
+13
*
Implement [util.smartptr.shared.atomic]. This is the last unimplemented
Howard Hinnant
2012-07-30
1
-0
/
+35
*
Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...
Howard Hinnant
2012-07-26
2
-1
/
+17
*
libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a
Richard Smith
2012-07-26
1
-4
/
+4
*
noexcept applied to <future>.
Howard Hinnant
2012-07-21
1
-1
/
+1
*
noexcept applied to <thread>.
Howard Hinnant
2012-07-21
1
-1
/
+1
*
noexcept applied to <condition_variable>.
Howard Hinnant
2012-07-21
1
-2
/
+2
*
noexcept and constexpr applied to <mutex>.
Howard Hinnant
2012-07-21
1
-8
/
+9
*
noexcept and constexpr applied to <ios>.
Howard Hinnant
2012-07-21
1
-1
/
+1
*
noexcept applied to <random>.
Howard Hinnant
2012-07-20
1
-1
/
+1
*
Teach libc++ to check for libc++abi and use its features if they're available.
Richard Smith
2012-07-11
1
-8
/
+11
*
Appy constexpr to <memory>. Picked up a few missing noexcepts as well.
Howard Hinnant
2012-07-07
1
-0
/
+1
*
Protect use of alignas against older versions of clang
Howard Hinnant
2012-05-31
1
-14
/
+14
*
libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build
Richard Smith
2012-04-19
1
-0
/
+4
*
Put std::piecewise_construct_t back into the dylib for ABI stability. When c...
Howard Hinnant
2012-04-03
1
-2
/
+1
*
constexpr support for <utility>. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-03
1
-0
/
+2
*
Alter the terminal streams such that they do not get added to the atexit chai...
Howard Hinnant
2012-03-16
1
-25
/
+38
*
Undo some overzealous #ifdefs for LIBCXXRT.
David Chisnall
2012-03-14
2
-10
/
+11
*
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
Jeffrey Yasskin
2012-03-10
1
-67
/
+235
*
Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...
Howard Hinnant
2012-03-07
1
-6
/
+6
*
Add a warning to ctype<char>::classic_table() if not implemented.
Howard Hinnant
2012-02-29
1
-0
/
+1
*
I'm reverting one of the changes made to exception.cpp in r151717. I'm unsur...
Howard Hinnant
2012-02-29
1
-0
/
+4
*
Add support files required for building on Solaris.
David Chisnall
2012-02-29
4
-0
/
+418
*
Solaris port. Currently sees around 200 test failures, mostly related to
David Chisnall
2012-02-29
3
-1
/
+15
*
Some libcxxrt-compatibility cleanups (avoid defining things twice).
David Chisnall
2012-02-29
3
-30
/
+31
*
At least temporarily move operator new/delete from the abi back to here. I'm...
Howard Hinnant
2012-02-25
1
-2
/
+2
*
Silence -Wmissing-field-initializers a little higher in the source.
Howard Hinnant
2012-02-20
1
-1
/
+2
*
Initialize all the fields of struct tm before passing it to strftime. One of ...
Howard Hinnant
2012-02-19
1
-2
/
+2
*
Move typeinfos for exceptions in <stdexcept> to the abi
Howard Hinnant
2012-02-17
1
-0
/
+9
*
Fix up narrowing conversions in switch statement.
Howard Hinnant
2012-02-08
1
-4
/
+4
*
Make attributes on definition consistent with those on declaration.
Howard Hinnant
2012-02-03
1
-0
/
+1
*
Prepare for running on top of new libc++abi.
Howard Hinnant
2012-02-02
3
-13
/
+35
*
Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...
Howard Hinnant
2012-02-02
1
-1
/
+1
*
Fix memory leak in converting weak_ptr to shared_ptr
Howard Hinnant
2011-12-27
1
-3
/
+0
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
13
-169
/
+185
*
More windows port work by Ruben Van Boxem
Howard Hinnant
2011-10-22
1
-6
/
+6
*
de-tabbify
Howard Hinnant
2011-10-17
3
-6
/
+6
*
Windows port work by Ruben Van Boxem
Howard Hinnant
2011-09-29
2
-1
/
+95
*
Windows patch work by Ruben Van Boxem
Howard Hinnant
2011-09-29
1
-43
/
+49
*
Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...
Howard Hinnant
2011-09-28
1
-62
/
+47
*
Work on Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-28
1
-2
/
+11
*
Another installment on debug mode. This addresses list. However this should...
Howard Hinnant
2011-09-27
1
-31
/
+42
*
Work on Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-23
4
-2
/
+76
*
Partial Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-22
1
-0
/
+22
*
Correct change to exception.cpp from r140245
Howard Hinnant
2011-09-21
1
-1
/
+1
[next]