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
*
<rdar://problem/9073695> std::uncaught_exception() becomes true before evalua...
Nick Kledzik
2011-03-11
1
-1
/
+10
*
http://llvm.org/bugs/show_bug.cgi?id=9444
Howard Hinnant
2011-03-10
1
-26
/
+13
*
I have to revert this recent fix to tuple conversions until clang implements ...
Howard Hinnant
2011-03-10
1
-0
/
+4
*
Corrected const-correctness on nullptr type_traits, and beefed up the test fo...
Howard Hinnant
2011-03-09
2
-4
/
+26
*
Walter Brown brought to my attention that type_traits was failing to correctl...
Howard Hinnant
2011-03-09
1
-0
/
+5
*
Chris Jefferson found a defect in the C++0x working draft by trying to run li...
Howard Hinnant
2011-03-09
1
-7
/
+19
*
http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fi...
Howard Hinnant
2011-03-03
1
-0
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this p...
Howard Hinnant
2011-03-02
1
-1
/
+1
*
Chris Jefferson found this bug to pair/tuple introduced by a recent change to...
Howard Hinnant
2011-03-01
1
-1
/
+1
*
Fix copy_n to increment only n-1 times for an input iterator. This works muc...
Howard Hinnant
2011-02-27
1
-1
/
+10
*
Fixed two problems found by Chris Jefferson: Made operator>> for char consis...
Howard Hinnant
2011-02-27
3
-8
/
+16
*
http://llvm.org/bugs/show_bug.cgi?id=9326
Howard Hinnant
2011-02-25
2
-8
/
+77
*
Chris Jefferson spotted a problem with messages_base::catalog while getting l...
Howard Hinnant
2011-02-25
1
-4
/
+13
*
Jean-Daniel Dupas fixes install directions
Howard Hinnant
2011-02-22
1
-1
/
+2
*
Change install name to libc++.1.dylib
Howard Hinnant
2011-02-16
1
-2
/
+2
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
16
-72
/
+72
*
Update testit to default to clang
Howard Hinnant
2011-02-14
1
-62
/
+5
*
fix stupid type-o
Howard Hinnant
2011-02-10
1
-1
/
+1
*
Installed __has_feature(is_convertible_to) and __has_feature(is_base_of)
Howard Hinnant
2011-02-10
1
-6
/
+6
*
Missing traits::to_int_type in fstream
Howard Hinnant
2011-02-02
1
-4
/
+4
*
Qualify calls to addressof with std::. Bug 9106
Howard Hinnant
2011-02-02
9
-140
/
+140
*
Bug 9096 - list::iterator not default constructible
Howard Hinnant
2011-01-28
15
-10
/
+267
*
minor corrections to test, and hook is_base_of up to clang intrinsic
Howard Hinnant
2011-01-28
3
-5
/
+12
*
Eliminate extraneous {};
Douglas Gregor
2011-01-27
1
-2
/
+0
*
Updated getting started directions.
Howard Hinnant
2011-01-27
1
-7
/
+36
*
updated buildit to work with recent clang updates
Howard Hinnant
2011-01-27
1
-1
/
+3
*
clang found a missing return statement.
Howard Hinnant
2011-01-27
1
-0
/
+1
*
Make forward_list splice_after and merge work for lvalue lists
Howard Hinnant
2011-01-27
1
-22
/
+49
*
Reverted previous fix to is_convertible as it caused more problems than it fi...
Howard Hinnant
2011-01-27
1
-0
/
+15
*
Inline namespaces are always available in Clang. Rely on that without
Douglas Gregor
2011-01-26
1
-10
/
+3
*
Teach move_iterator that rvalue references cannot bind to non-function
Douglas Gregor
2011-01-26
1
-3
/
+10
*
Add always_inline to string move constructors
Howard Hinnant
2011-01-26
1
-0
/
+2
*
Remove an (incorrect) compiler workaround in the __mu function. The
Douglas Gregor
2011-01-25
1
-4
/
+1
*
placeholder test
Howard Hinnant
2011-01-25
1
-0
/
+19
*
tweak for readability (no functionality change)
Howard Hinnant
2011-01-25
1
-1
/
+1
*
An rvalue reference cannot bind to an lvalue, so static_cast the
Douglas Gregor
2011-01-25
1
-1
/
+2
*
Eliminate the C++0x-only is_convertible testing function that accepts
Douglas Gregor
2011-01-25
2
-4
/
+15
*
Chandler Carruth changed >> to > > in several places.
Howard Hinnant
2011-01-24
2
-34
/
+34
*
Teach the Lit configuration to actually use the cxx0x setting when
Chandler Carruth
2011-01-23
1
-2
/
+7
*
Add attribute to inlined member.
Howard Hinnant
2011-01-13
1
-0
/
+1
*
Fixing an ambiguity in variadics found by clang.
Howard Hinnant
2011-01-12
1
-9
/
+9
*
fix guard
Howard Hinnant
2011-01-11
1
-2
/
+2
*
Two minor fixes: 1. Put integral_constant conversion to integral in even wi...
Howard Hinnant
2011-01-08
2
-2
/
+5
*
Reverting an old optimization that conflicts with the new allocator model, an...
Howard Hinnant
2011-01-04
4
-91
/
+1
*
Marshall Clow's fix for Bug 8421.
Howard Hinnant
2011-01-04
2
-3
/
+6
*
Effort to reduce the number of exported symbols
Howard Hinnant
2010-12-17
10
-78
/
+166
*
Reduced copying cost of tuple_cat from quadratic to linear.
Howard Hinnant
2010-12-12
1
-33
/
+70
*
LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...
Howard Hinnant
2010-12-11
3
-66
/
+170
*
The implementation of the new definition of result_of (N3123) resulted in som...
Howard Hinnant
2010-12-11
1
-7
/
+8
*
Add CMake build and fix major Linux blockers.
Michael J. Spencer
2010-12-10
15
-24
/
+562
[next]