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
*
Silence some warnings in a test.
Howard Hinnant
2012-02-25
1
-0
/
+2
*
Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...
Howard Hinnant
2012-02-24
3
-55
/
+77
*
Use Xcode relative compilers when possible
Dave Zarzycki
2012-02-22
1
-1
/
+6
*
Modernize conversion to bool to the explicit bool conversion operator (librar...
Howard Hinnant
2012-02-21
9
-14
/
+22
*
Modernize relational operators for shared_ptr and unique_ptr. This includes ...
Howard Hinnant
2012-02-21
5
-8
/
+377
*
Add missing newlines at EOF.
Bob Wilson
2012-02-20
2
-2
/
+2
*
Silence -Wmissing-field-initializers a little higher in the source.
Howard Hinnant
2012-02-20
1
-1
/
+2
*
Add myself to the CREDITS file.
Jeffrey Yasskin
2012-02-19
1
-0
/
+5
*
Initialize all the fields of struct tm before passing it to strftime. One of ...
Howard Hinnant
2012-02-19
1
-2
/
+2
*
Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...
Howard Hinnant
2012-02-19
1
-1
/
+1
*
Give the emulated nullptr_t a default constructor.
Howard Hinnant
2012-02-18
1
-0
/
+1
*
Exercise rvalue arguements to make_shared for C++11 mode.
Howard Hinnant
2012-02-18
1
-0
/
+11
*
Move typeinfos for exceptions in <stdexcept> to the abi
Howard Hinnant
2012-02-17
2
-0
/
+74
*
Use __is_polymorphic if available. This fixes http://llvm.org/bugs/show_bug....
Howard Hinnant
2012-02-15
1
-0
/
+10
*
tuple was accidentally lacking a valid copy assignment operator. It went und...
Howard Hinnant
2012-02-15
3
-2
/
+10
*
Do not parse sign if a sign is not the next legal character when parsing floa...
Howard Hinnant
2012-02-15
3
-0
/
+33
*
Another stab at fixing http://llvm.org/bugs/show_bug.cgi?id=12007. I earlier...
Howard Hinnant
2012-02-15
1
-1
/
+1
*
Remove reference from common_type definition. It looks like a recent clang d...
Howard Hinnant
2012-02-15
1
-1
/
+1
*
Implement a few optimizations for vector push_back and insert. Fixes r10828365.
Howard Hinnant
2012-02-15
3
-26
/
+103
*
Provide a move(const T&) overload for C++03 mode to enable moving from rvalue...
Howard Hinnant
2012-02-14
1
-0
/
+12
*
Fix up narrowing conversions in switch statement.
Howard Hinnant
2012-02-08
1
-4
/
+4
*
Make attributes on definition consistent with those on declaration.
Howard Hinnant
2012-02-03
1
-0
/
+1
*
Added some more symbols to the v2 rexport list.
Howard Hinnant
2012-02-02
1
-0
/
+4
*
Prepare for running on top of new libc++abi.
Howard Hinnant
2012-02-02
4
-13
/
+234
*
Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...
Howard Hinnant
2012-02-02
1
-1
/
+1
*
Fix .PHONY target to match new installheaders target.
Bob Wilson
2012-01-21
1
-1
/
+1
*
Enable full functionality of shared_ptr<const void> by adding allocator<const...
Howard Hinnant
2012-01-19
1
-0
/
+11
*
Added installheaders target.
Howard Hinnant
2012-01-18
1
-0
/
+2
*
Remove installhdrs target from Makefile
Howard Hinnant
2012-01-18
1
-2
/
+0
*
Create target installhdrs as a synonym for do-installhdrs.
Howard Hinnant
2012-01-18
1
-0
/
+2
*
Put do-installhdrs target back into Makefile.
Howard Hinnant
2012-01-17
1
-0
/
+11
*
Stop installing headers, this is now done by clang
Howard Hinnant
2012-01-17
1
-20
/
+1
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11752
Howard Hinnant
2012-01-12
2
-3
/
+3
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11734
Howard Hinnant
2012-01-10
1
-4
/
+8
*
1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. ...
Howard Hinnant
2012-01-02
1
-115
/
+460
*
Happy new year 2012!
NAKAMURA Takumi
2012-01-01
1
-2
/
+2
*
The exception recovery mechanism for the uninitialized_* algorithms did not w...
Howard Hinnant
2011-12-29
2
-20
/
+66
*
Fix memory leak in converting weak_ptr to shared_ptr
Howard Hinnant
2011-12-27
1
-3
/
+0
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11616
Howard Hinnant
2011-12-19
3
-61
/
+139
*
Some fixes to <atomic> operations to explicitly use atomic types and operations.
David Chisnall
2011-12-19
1
-6
/
+6
*
Allow unique_ptr<T const []> to be constructed and assigned from a unique_ptr...
Howard Hinnant
2011-12-18
1
-19
/
+77
*
Allow unique_ptr<T const []> to be constructed with a T* (in addition to a co...
Howard Hinnant
2011-12-16
1
-4
/
+22
*
Remove quotes from locale name identifier. Credit Edward Meewis.
Howard Hinnant
2011-12-15
1
-1
/
+1
*
As an extension, support incomplete types in the unordered containers to matc...
Howard Hinnant
2011-12-12
2
-27
/
+71
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
Howard Hinnant
2011-12-11
5
-8
/
+40
*
Installation of CityHash by Craig Silverstein
Howard Hinnant
2011-12-10
3
-45
/
+172
*
Starting using murmur2 when combining multiple size_t's into a single hash, a...
Howard Hinnant
2011-12-05
4
-18
/
+101
*
Version #next on the hash functions for scalars. This builds on Dave's work,...
Howard Hinnant
2011-12-03
2
-83
/
+149
*
I had picked up the wrong version of DaveZ's hash patches. Corrected here.
Howard Hinnant
2011-12-02
1
-39
/
+49
*
Fixes to hash for long long, unsigned long long, float, double and long doubl...
Howard Hinnant
2011-12-02
1
-22
/
+56
[next]