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
*
Partial Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-22
10
-5
/
+433
*
Fix test bugs found by David Chisnall
Howard Hinnant
2011-09-21
7
-15
/
+15
*
Fix locales used in re tests.
David Chisnall
2011-09-21
5
-13
/
+13
*
Remove undefines in cstdio test. Fix these properly rather than bodging the ...
David Chisnall
2011-09-21
1
-24
/
+0
*
More +.UTF-8 fixes.
David Chisnall
2011-09-21
20
-31
/
+31
*
Fix failure found by David Chisnall
Howard Hinnant
2011-09-21
1
-129
/
+129
*
Correct change to exception.cpp from r140245
Howard Hinnant
2011-09-21
1
-1
/
+1
*
More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...
David Chisnall
2011-09-21
7
-19
/
+43
*
Fully-qualify some more locales in the tests...
David Chisnall
2011-09-21
5
-11
/
+11
*
Don't check STREAMS error numbers on systems that don't implement the obsolet...
David Chisnall
2011-09-21
2
-0
/
+16
*
More locale cleanups. Fully specify locales in iostream tests.
David Chisnall
2011-09-21
4
-22
/
+22
*
Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.
David Chisnall
2011-09-21
6
-44
/
+58
*
Localisation test fixes to make the tests pass on FreeBSD, which does not pro...
David Chisnall
2011-09-21
50
-283
/
+297
*
Chris Jefferson noted that vector iterator ownership can be transferred from ...
Howard Hinnant
2011-09-19
1
-2
/
+7
*
Removed unneeded boost implementation of is_base_of
Howard Hinnant
2011-09-19
1
-45
/
+1
*
Enable __locale to work on FreeBSD.
David Chisnall
2011-09-18
1
-1
/
+1
*
Doug Gregor pointed out some problems with debug mode enabled in one TU and n...
Howard Hinnant
2011-09-16
3
-5
/
+26
*
The vector test suite now passes for no-debug, debug-lite and debug-regular
Howard Hinnant
2011-09-16
2
-40
/
+43
*
Create multilevel debug mode
Howard Hinnant
2011-09-16
5
-57
/
+82
*
Initial checkin for debug mode (version 2)
Howard Hinnant
2011-09-14
6
-118
/
+997
*
Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909
Howard Hinnant
2011-09-12
1
-4
/
+8
*
Fix const correctness bug in __move_assign. Found and fixed by Ion GaztanĚaga.
Howard Hinnant
2011-09-02
5
-14
/
+14
*
Up version number by 1. This is a 'minor version' update.
Howard Hinnant
2011-09-01
1
-1
/
+1
*
Reimplemented much of <istream> such that single character extractions do not...
Howard Hinnant
2011-09-01
6
-217
/
+177
*
__split_buffer should only require default constructible. Bug found and fixe...
Howard Hinnant
2011-08-28
1
-1
/
+1
*
Merge the Apple branch into trunk
Dave Zarzycki
2011-08-18
1
-7
/
+28
*
Don't move assign string::allocator_type when propagate_on_container_move_ass...
Howard Hinnant
2011-08-17
1
-1
/
+23
*
Fix needle-in-haystack bug found by Walter Brown
Howard Hinnant
2011-08-15
1
-1
/
+4
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
122
-227
/
+484
*
Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI
Howard Hinnant
2011-07-31
1
-3
/
+3
*
Change how _LIBCPP_HAS_NO_ADVANCED_SFINAE gets set.
Howard Hinnant
2011-07-31
1
-1
/
+1
*
Fixed PR10507 (http://llvm.org/bugs/show_bug.cgi?id=10507)
Howard Hinnant
2011-07-31
1
-3
/
+4
*
Revert r136547, r136545, and r136542 by removing slist.
Chandler Carruth
2011-07-30
1
-126
/
+0
*
Revert r136546, which was submitted without review.
Chandler Carruth
2011-07-30
1
-1
/
+0
*
Add the missing default argument for the allocator and use a cleaner
Alexis Hunt
2011-07-30
1
-13
/
+7
*
Destruct elements of hash tables when removing individual entries from
Alexis Hunt
2011-07-30
1
-0
/
+1
*
Oops. That last commit was from an earlier revision of the file and was
Alexis Hunt
2011-07-30
1
-11
/
+15
*
Include an "implementation" if SGI's slist. This was quickly hacked
Alexis Hunt
2011-07-29
1
-0
/
+128
*
Explicitly invoke the size_type specialization of max and min. This
Alexis Hunt
2011-07-29
1
-2
/
+2
*
Add a new hash class in __gnu_ext for the extension containers. There
Alexis Hunt
2011-07-29
4
-15
/
+65
*
Add two missing members from the extension hash containers. The first is
Alexis Hunt
2011-07-29
2
-0
/
+10
*
Configure to get along with 2.9 clang
Howard Hinnant
2011-07-29
3
-1
/
+5
*
Optimizing valarray::operator=(some-valarray-expression)
Howard Hinnant
2011-07-27
1
-0
/
+17
*
Fix PR10509: http://llvm.org/bugs/show_bug.cgi?id=10509
Howard Hinnant
2011-07-27
1
-3
/
+6
*
Fix PR10510: http://llvm.org/bugs/show_bug.cgi?id=10510
Howard Hinnant
2011-07-27
1
-0
/
+4
*
http://llvm.org/bugs/show_bug.cgi?id=10469
Howard Hinnant
2011-07-24
2
-0
/
+4
*
Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm...
Howard Hinnant
2011-07-24
1
-1
/
+11
*
http://llvm.org/bugs/show_bug.cgi?id=10461
Howard Hinnant
2011-07-24
1
-92
/
+2
*
http://llvm.org/bugs/show_bug.cgi?id=10455
Howard Hinnant
2011-07-23
1
-2
/
+2
*
Test commit
Dave Zarzycki
2011-07-22
1
-0
/
+1
[next]