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
...
*
Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...
Howard Hinnant
2013-04-02
1
-5
/
+14
*
Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-03-29
3
-10
/
+34
*
Fix a few warnings/errors for compiling with -fno-exceptions.
Howard Hinnant
2013-03-28
5
-2
/
+23
*
Marshall Clow found this memory problem in strstream using -fsanitize=address...
Howard Hinnant
2013-03-19
1
-0
/
+2
*
This is an optimization which produces improved launching time. There should...
Howard Hinnant
2013-03-19
1
-6
/
+8
*
Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...
Marshall Clow
2013-03-18
1
-1
/
+1
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
5
-8
/
+8
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
3
-10
/
+10
*
This should be nothing but a load-time optimization. I'm trying to reduce lo...
Howard Hinnant
2013-03-16
1
-1
/
+9
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-2
/
+2
*
Belt and suspenders when calling sysconf
Marshall Clow
2013-02-07
1
-1
/
+3
*
Another libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-1
/
+1
*
More libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-2
/
+6
*
Clean up some warnings for Linux build; No functionality change
Marshall Clow
2013-02-07
1
-43
/
+50
*
Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...
Howard Hinnant
2013-01-22
1
-16
/
+16
*
Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...
Howard Hinnant
2013-01-22
1
-1
/
+1
*
Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...
Howard Hinnant
2013-01-14
1
-1
/
+1
*
Fix string conversions functions to throw out_of_range properly. Fixes http:...
Howard Hinnant
2013-01-14
1
-58
/
+66
*
Saleem Abdulrasool: GCC complains about the template functions as potentially...
Howard Hinnant
2012-12-28
1
-28
/
+5
*
Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.
Howard Hinnant
2012-12-27
2
-2
/
+35
*
Saleem Abdulrasool: avoid hardcoding buffer lengths.
Howard Hinnant
2012-12-27
2
-44
/
+61
*
Saleem Abdulrasool: Silence warning and reduce unnecessary code in hash.cpp.
Howard Hinnant
2012-12-27
1
-8
/
+13
*
Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...
Howard Hinnant
2012-12-27
2
-14
/
+13
*
Remove redundant inits. Patch by Eitan Adler.
Chad Rosier
2012-12-22
1
-3
/
+0
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
2
-0
/
+26
*
[CMake] Add support for selecting which c++ abi library to use.
Michael J. Spencer
2012-11-30
1
-3
/
+3
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-3
/
+3
*
Some minor mingw64 porting tweaks from Glen.
Howard Hinnant
2012-09-03
1
-2
/
+7
*
Change sleep_for, sleep_until, and the condition_variable timed wait
Howard Hinnant
2012-08-30
2
-5
/
+29
*
Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...
Howard Hinnant
2012-08-24
1
-0
/
+20
*
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
[prev]
[next]