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
*
Fix the remaining atomic tests, all of which were wrong for the case where a
David Chisnall
2012-04-05
7
-16
/
+18
*
Fix test cases that were trying to make atomic things that are not trivially ...
David Chisnall
2012-04-05
11
-44
/
+0
*
Fix use of __atomic_is_lock_free() intrinsic.
David Chisnall
2012-04-05
1
-2
/
+2
*
Put std::piecewise_construct_t back into the dylib for ABI stability. When c...
Howard Hinnant
2012-04-03
2
-3
/
+2
*
constexpr support for <utility>. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-03
2
-2
/
+7
*
Updated documentation contributed by Christopher Jefferson.
Howard Hinnant
2012-04-03
1
-1
/
+3
*
Update <random> with constexpr support. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-02
6
-102
/
+132
*
Update <limits> with constexpr support. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-02
2
-417
/
+420
*
Fix test for default constructor of discrete_distribution. This partially ad...
Howard Hinnant
2012-04-02
1
-6
/
+3
*
This is an initial commit of constexpr support as proposed by Richard Smith. ...
Howard Hinnant
2012-04-02
4
-15
/
+10
*
I believe tuple is still under development in the standard. Daniel Krugler i...
Howard Hinnant
2012-04-01
4
-11
/
+105
*
It appears that the standard accidentally removed the default constructor for...
Howard Hinnant
2012-03-21
1
-1
/
+1
*
Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...
Howard Hinnant
2012-03-19
2
-12
/
+12
*
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
*
Make sure [at_]quick_exit is in std::
David Chisnall
2012-03-14
2
-0
/
+8
*
Don't refer to a function that doesn't exist in the quick_exit test.
David Chisnall
2012-03-14
1
-1
/
+1
*
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
Jeffrey Yasskin
2012-03-10
8
-222
/
+412
*
Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...
Howard Hinnant
2012-03-07
2
-7
/
+7
*
Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers
David Chisnall
2012-03-02
1
-0
/
+1
*
Fix MSVC / Sun #ifdef ordering. Remove another #if-nothing-#endif.
David Chisnall
2012-02-29
1
-4
/
+2
*
Remove a spurious #ifdef / #endif pair with nothing between them.
David Chisnall
2012-02-29
1
-2
/
+0
*
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
7
-0
/
+606
*
Solaris port. Currently sees around 200 test failures, mostly related to
David Chisnall
2012-02-29
9
-9
/
+79
*
Make the failure reporting in testit a bit more useful.
David Chisnall
2012-02-29
1
-2
/
+4
*
Don't define __locale_raii if we are not going to be using it.
David Chisnall
2012-02-29
1
-0
/
+2
*
Some libcxxrt-compatibility cleanups (avoid defining things twice).
David Chisnall
2012-02-29
3
-30
/
+31
*
Reduce the number of move constructions when constructing a std::function. T...
Howard Hinnant
2012-02-28
1
-2
/
+16
*
vector::emplace_back was mistakenly requiring move assignable. Fixed that an...
Howard Hinnant
2012-02-26
1
-6
/
+19
*
update test for explicit bool operator.
Howard Hinnant
2012-02-25
1
-3
/
+3
*
At least temporarily move operator new/delete from the abi back to here. I'm...
Howard Hinnant
2012-02-25
2
-10
/
+10
*
ReExport some mor symbols from libc++abi.
Howard Hinnant
2012-02-25
1
-0
/
+42
*
Silence some warnings in a test.
Howard Hinnant
2012-02-25
1
-0
/
+2
*
Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...
Howard Hinnant
2012-02-24
3
-55
/
+77
*
Use Xcode relative compilers when possible
Dave Zarzycki
2012-02-22
1
-1
/
+6
*
Modernize conversion to bool to the explicit bool conversion operator (librar...
Howard Hinnant
2012-02-21
9
-14
/
+22
*
Modernize relational operators for shared_ptr and unique_ptr. This includes ...
Howard Hinnant
2012-02-21
5
-8
/
+377
*
Add missing newlines at EOF.
Bob Wilson
2012-02-20
2
-2
/
+2
*
Silence -Wmissing-field-initializers a little higher in the source.
Howard Hinnant
2012-02-20
1
-1
/
+2
*
Add myself to the CREDITS file.
Jeffrey Yasskin
2012-02-19
1
-0
/
+5
*
Initialize all the fields of struct tm before passing it to strftime. One of ...
Howard Hinnant
2012-02-19
1
-2
/
+2
*
Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...
Howard Hinnant
2012-02-19
1
-1
/
+1
*
Give the emulated nullptr_t a default constructor.
Howard Hinnant
2012-02-18
1
-0
/
+1
*
Exercise rvalue arguements to make_shared for C++11 mode.
Howard Hinnant
2012-02-18
1
-0
/
+11
*
Move typeinfos for exceptions in <stdexcept> to the abi
Howard Hinnant
2012-02-17
2
-0
/
+74
*
Use __is_polymorphic if available. This fixes http://llvm.org/bugs/show_bug....
Howard Hinnant
2012-02-15
1
-0
/
+10
*
tuple was accidentally lacking a valid copy assignment operator. It went und...
Howard Hinnant
2012-02-15
3
-2
/
+10
*
Do not parse sign if a sign is not the next legal character when parsing floa...
Howard Hinnant
2012-02-15
3
-0
/
+33
[next]