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
...
*
Neglected to remove a debugging comment from last commit.
Howard Hinnant
2013-05-21
1
-1
/
+1
*
Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...
Howard Hinnant
2013-05-21
2
-3
/
+11
*
Add NetBSD support.
Joerg Sonnenberger
2013-05-17
4
-12
/
+55
*
Create a weak pthread_create reference on NetBSD to not force a
Joerg Sonnenberger
2013-05-17
1
-0
/
+4
*
Glen: This patch gets the string conversion functions working on Windows. I...
Howard Hinnant
2013-05-16
4
-520
/
+375
*
Remove cv qualifiers from member pointers in the __member_pointer_traits test...
Howard Hinnant
2013-05-15
2
-1
/
+19
*
Fixing the MSan/compiler-rt build
David Blaikie
2013-05-13
1
-1
/
+11
*
İsmail Dönmez: Enable quick_exit on linux.
Howard Hinnant
2013-05-10
1
-1
/
+1
*
XFAIL this test when using the darwin12 system library. Reviewed by Howard
David Dean
2013-05-10
1
-0
/
+1
*
Fix incorrect type usage; nice catch by Sebastian
Marshall Clow
2013-05-10
1
-1
/
+1
*
Don't try to free the C locale.
Joerg Sonnenberger
2013-05-09
1
-1
/
+1
*
Implement n3607: 'equal', 'mismatch', and 'is_permutation'
Marshall Clow
2013-05-09
7
-0
/
+982
*
Initialize codecvt explicitly with the C locale, which might not be 0.
Joerg Sonnenberger
2013-05-09
1
-1
/
+1
*
Put a 1-character unget buffer into cin. This fixes http://llvm.org/bugs/sho...
Howard Hinnant
2013-05-08
1
-20
/
+49
*
Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...
Howard Hinnant
2013-05-07
3
-8
/
+47
*
Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang drive...
Howard Hinnant
2013-05-07
1
-0
/
+8
*
Mark some tests with XFAIL for Lion and Mountain Lion.
Howard Hinnant
2013-05-07
5
-0
/
+15
*
Expose accidentally removed __compressed_pair constructor taking piecewise_co...
Howard Hinnant
2013-05-06
2
-20
/
+30
*
Stephan Tolksdorf: fixes the issue in the <atomic> header and adds correspond...
Howard Hinnant
2013-05-02
8
-13
/
+68
*
The push/pop variant of pragma GCC diagnostic is only supported by Clang
Joerg Sonnenberger
2013-05-02
1
-0
/
+4
*
Make it possible to provide special (linker) flags for the thread tests.
Joerg Sonnenberger
2013-05-02
1
-5
/
+15
*
Add explicit casts to unsigned char before calling ctype functions.
Joerg Sonnenberger
2013-05-02
6
-9
/
+9
*
This patch introduces an alternative layout for basic_string which when the s...
Howard Hinnant
2013-04-30
1
-12
/
+107
*
Add entry for myself.
Joerg Sonnenberger
2013-04-29
1
-0
/
+4
*
Use protected version of the malloc attribute in case source wants to
Joerg Sonnenberger
2013-04-29
1
-1
/
+1
*
GCC doesn't support __has_attribute.
Joerg Sonnenberger
2013-04-27
1
-0
/
+4
*
Use static_cast.
Joerg Sonnenberger
2013-04-27
1
-5
/
+8
*
Use reinterpret_casts directly in place of C-style casts.
Joerg Sonnenberger
2013-04-27
1
-4
/
+4
*
Only use Clang pragma when compiling with clang.
Joerg Sonnenberger
2013-04-27
1
-0
/
+2
*
Fix typos.
Joerg Sonnenberger
2013-04-26
1
-2
/
+2
*
İsmail Dönmez: Change to mktemp template to make it compatible with Linux.
Howard Hinnant
2013-04-25
1
-1
/
+1
*
default_delete needs a static_assert against void types. I had previously th...
Howard Hinnant
2013-04-24
2
-0
/
+26
*
Avoid bash specific functionality to work with any POSIX shell
Joerg Sonnenberger
2013-04-23
1
-16
/
+15
*
Change makefile comment to refer to libc++ instead of libcpp.
Bob Wilson
2013-04-23
1
-1
/
+1
*
PR15820: Use tar instead of rsync to install the headers.
Bob Wilson
2013-04-23
1
-2
/
+2
*
PR12597: Remove "chown -R root:wheel" from the makefile.
Bob Wilson
2013-04-23
1
-1
/
+0
*
Zero-initialize all mbstate_t in the codecvt tests.
Howard Hinnant
2013-04-23
13
-15
/
+15
*
Modest performance improvement for std::string's operator==.
Howard Hinnant
2013-04-22
1
-7
/
+28
*
Somehow aligned_union got dropped through the cracks. This adds it. Did a d...
Howard Hinnant
2013-04-22
4
-11
/
+107
*
After years of telling people: 'If you ever find any of my code that self-mov...
Howard Hinnant
2013-04-18
2
-1
/
+9
*
I believe this finishes up debug mode for list. The testing is a little weak...
Howard Hinnant
2013-04-16
4
-1
/
+37
*
Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...
Howard Hinnant
2013-04-16
1
-1
/
+1
*
addressof misbehaving for type with an implicit conversion operator to char&....
Howard Hinnant
2013-04-16
2
-1
/
+19
*
Numeric parsing was getting the wrong answer when faced with very long inputs...
Howard Hinnant
2013-04-15
2
-16
/
+144
*
Accidentally disallowed explicit tuple conversions when all elements of the t...
Howard Hinnant
2013-04-14
2
-1
/
+10
*
Set failbit when strtold sets errno to ERANGE when parsing floating point val...
Howard Hinnant
2013-04-13
2
-0
/
+55
*
Ruben Van Boxem: Turn islower_l and isupper_l into functions (instead of mac...
Howard Hinnant
2013-04-12
1
-2
/
+15
*
Change <cwchar> and <cstring> to look out for flags which may or may not be s...
Howard Hinnant
2013-04-08
2
-8
/
+17
*
Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.
Howard Hinnant
2013-04-05
3
-4
/
+45
*
More list debug mode tests.
Howard Hinnant
2013-04-05
6
-0
/
+228
[prev]
[next]