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
*
Think-o in poisson_distribution at mean == 10
Howard Hinnant
2011-04-14
1
-1
/
+1
*
Fix bug in Sseq constraints found by Seth Cantrell
Howard Hinnant
2011-04-11
3
-14
/
+24
*
http://llvm.org/bugs/show_bug.cgi?id=9672
Howard Hinnant
2011-04-11
1
-2
/
+2
*
Changes to cerrno to protect against the case the ELAST is not defined.
Howard Hinnant
2011-04-10
1
-1
/
+19
*
time_get was missing the %F specifier. This change impacts the binary.
Howard Hinnant
2011-04-10
1
-0
/
+6
*
Chris Jefferson found a missing const (Bugzilla 9632)
Howard Hinnant
2011-04-05
1
-1
/
+1
*
Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351
Howard Hinnant
2011-04-04
4
-76
/
+5
*
... And these wonderful tests.
Howard Hinnant
2011-04-03
4
-0
/
+96
*
Chris Jefferson submitted this patch to fix http://llvm.org/bugs/show_bug.cgi...
Howard Hinnant
2011-04-03
1
-23
/
+24
*
Provide a more readable error message for <atomic> until it is implemented.
Howard Hinnant
2011-03-31
1
-0
/
+6
*
Jonathan Sauer found a bug in the way ^ was handled
Howard Hinnant
2011-03-26
1
-28
/
+69
*
Jonathan Sauer updated is_base_of traits status
Howard Hinnant
2011-03-26
1
-1
/
+1
*
<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
[next]