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
*
Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...
Howard Hinnant
2013-01-22
2
-20
/
+20
*
Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...
Howard Hinnant
2013-01-22
1
-1
/
+1
*
Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with lib...
Howard Hinnant
2013-01-22
1
-0
/
+1
*
Implement the ATOMIC_*_LOCK_FREE macros.
Howard Hinnant
2013-01-21
1
-8
/
+12
*
Donated anonymously: This enables GCC 4.8.0 to build libc++.
Howard Hinnant
2013-01-21
2
-2
/
+2
*
Make a few tests optimization-proof. These tests were failing under -O3 beca...
Howard Hinnant
2013-01-16
4
-4
/
+4
*
Optimize basic_ostream::write by having it call sputn instead of sputc.
Howard Hinnant
2013-01-15
1
-11
/
+2
*
Make <cmath> classification macros work with integral types.
Howard Hinnant
2013-01-14
2
-42
/
+60
*
Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...
Howard Hinnant
2013-01-14
2
-2
/
+6
*
Fix string conversions functions to throw out_of_range properly. Fixes http:...
Howard Hinnant
2013-01-14
3
-62
/
+80
*
Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...
Howard Hinnant
2013-01-14
2
-6
/
+30
*
Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s...
Howard Hinnant
2013-01-14
3
-2
/
+8
*
Fix exception safety bug in vector::push_back
Howard Hinnant
2013-01-11
8
-3
/
+446
*
Made test output iterators have value_type of 'void'; matches ones in library
Marshall Clow
2013-01-09
2
-1
/
+14
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
364
-388
/
+389
*
atomic_bool was missing (just a typedef to atomic<bool>).
Howard Hinnant
2013-01-04
2
-0
/
+59
*
...and then there was one. Only one copy of 'iterators.h' in the test tree fo...
Marshall Clow
2013-01-04
113
-762
/
+152
*
Removed another copy of 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
59
-336
/
+58
*
Removed several more different 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
134
-883
/
+131
*
Removed 7 (of 8) different 'iterators.h' files in test/localization
Marshall Clow
2013-01-03
66
-355
/
+85
*
Updating CREDITS.TXT
Howard Hinnant
2013-01-01
1
-0
/
+4
*
Update the copyright coredits -- Happy new year 2013!
NAKAMURA Takumi
2013-01-01
1
-2
/
+2
*
Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.
Howard Hinnant
2012-12-31
2
-1
/
+3
*
[CMake] Fix c++ abi library configuration on Linux.
Michael J. Spencer
2012-12-31
3
-5
/
+69
*
Don't mark variadic functions as always inline -- they cannot in fact be
Chandler Carruth
2012-12-31
1
-4
/
+4
*
Add a simple .arcconfig to make using the 'arc' commandline tool and the
Chandler Carruth
2012-12-31
1
-0
/
+4
*
Remove test for eof from istreambuf_iterator constructors. It is no longer n...
Howard Hinnant
2012-12-29
1
-2
/
+2
*
Saleem Abdulrasool: GCC complains about the template functions as potentially...
Howard Hinnant
2012-12-28
1
-28
/
+5
*
Saleem Abdulrasool: Add entry to CREDITS.TXT.
Howard Hinnant
2012-12-27
1
-43
/
+47
*
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
*
Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.
Howard Hinnant
2012-12-20
1
-0
/
+2
*
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
2
-0
/
+28
*
Updated CREDITS.TXT
Howard Hinnant
2012-12-13
1
-0
/
+4
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
19
-0
/
+669
*
Modify testit to use the local headers and lib. Thanks go to Jeffrey Yasskin.
Howard Hinnant
2012-12-09
1
-0
/
+28
*
[CMake] Add support for selecting which c++ abi library to use.
Michael J. Spencer
2012-11-30
3
-3
/
+59
*
Remove 'noreturn' attribute from friend declaration. This attribute will be
Richard Smith
2012-11-29
1
-1
/
+1
*
tests/lit: Change test default parameters to assume local build.
Daniel Dunbar
2012-11-27
1
-17
/
+29
*
Fix type-o.
Howard Hinnant
2012-11-27
1
-1
/
+1
*
Remove by-chapter breakdown of what is implemented. The chart is now obsolete.
Howard Hinnant
2012-11-27
2
-3
/
+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
*
Change C++0x references to C++11, Fixes bug #12745
Marshall Clow
2012-11-14
1
-4
/
+4
[next]