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
*
[modules] Add initial module map for libc++.
Richard Smith
2014-05-21
1
-0
/
+471
*
Update cstddef after clang r207606.
Nico Weber
2014-05-16
1
-6
/
+0
*
Fix typo 'fourty' in tests
Alp Toker
2014-05-15
20
-87
/
+87
*
Fix typos
Alp Toker
2014-05-15
8
-38
/
+38
*
Work around ABI differences due to LWG 2056 in tests
Justin Bogner
2014-05-15
2
-1
/
+16
*
Remove XFAIL from a number of tests that aren't expected to fail
Justin Bogner
2014-05-15
6
-18
/
+0
*
Add Address Sanitizer support to std::vector
Marshall Clow
2014-05-08
41
-0
/
+473
*
Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...
Marshall Clow
2014-05-06
2
-2
/
+4
*
Exceptions store the message as reference counted string for
Joerg Sonnenberger
2014-04-30
3
-112
/
+163
*
Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr)
Marshall Clow
2014-04-26
2
-3
/
+39
*
Added some tests for equal elements in min_element and max_element. Bug #1954...
Marshall Clow
2014-04-25
2
-0
/
+36
*
Default the copy and move constructors for __tuple_leaf. This fixes bugs 1885...
Marshall Clow
2014-04-21
2
-11
/
+37
*
Use compiler intrinsic __is_constructible if available
Marshall Clow
2014-04-21
1
-9
/
+17
*
Add more tests for std::ws as pointed out by bug #19497
Marshall Clow
2014-04-21
1
-0
/
+20
*
Bug #19473. If you pass an allocator to std::function, we should use that all...
Marshall Clow
2014-04-18
3
-10
/
+80
*
Fixed a test that was attempting to use rvalue-references w/o checking to see...
Marshall Clow
2014-04-17
1
-1
/
+4
*
Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the ...
Marshall Clow
2014-04-16
2
-4
/
+0
*
Define a new macro in libc++ named '_LIBCPP_HAS_NO_ASAN'. When this is defined,
Marshall Clow
2014-04-14
1
-0
/
+12
*
Not everyone uses bash, so fix test syntax.
Joerg Sonnenberger
2014-04-12
1
-3
/
+3
*
Remove node from a container before destroying it. Thanks to Alexander Potape...
Marshall Clow
2014-04-11
1
-1
/
+1
*
Fix PR19819
Marshall Clow
2014-04-07
3
-3
/
+45
*
Removed 'sized deallocation' from C++14 status page since it turned out to re...
Marshall Clow
2014-04-07
2
-2
/
+1
*
RTTI Uniqueness: remove __name_for_load function.
Tim Northover
2014-04-03
1
-10
/
+2
*
Add a section about reporting bugs and contributing patches
Marshall Clow
2014-04-03
1
-0
/
+17
*
Reword C++14 status to match C++11 status
Marshall Clow
2014-04-03
1
-1
/
+1
*
Mark C++14 status as 'complete'
Marshall Clow
2014-04-03
1
-3
/
+2
*
Use defined(__APPLE__) rather than __APPLE__
Tim Northover
2014-03-30
1
-2
/
+3
*
ARM64: compare RTTI names as strings
Tim Northover
2014-03-30
2
-1
/
+57
*
ARM64: use the alternate string layout on Apple platforms.
Tim Northover
2014-03-30
1
-0
/
+4
*
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...
Stephan Tolksdorf
2014-03-26
41
-0
/
+216
*
Implement LWG issue #2135. If something goes wrong in condition_variable::wai...
Marshall Clow
2014-03-26
3
-5
/
+5
*
Add tests that should fail when lock() throws. THis is part of LWG issue #213...
Marshall Clow
2014-03-26
2
-0
/
+104
*
Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standard
Marshall Clow
2014-03-25
1
-3
/
+3
*
Add a test to make sure we're doing the right thing for throwing exceptions f...
Marshall Clow
2014-03-24
2
-1
/
+20
*
Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes r...
Marshall Clow
2014-03-24
1
-3
/
+3
*
Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex
David Majnemer
2014-03-17
30
-92
/
+92
*
Replace a tab with a space
David Majnemer
2014-03-17
1
-1
/
+1
*
Remove Issue #2235 from the Chicago section. The resolution was approved in B...
Marshall Clow
2014-03-15
1
-1
/
+0
*
Exclude .svn (and other "dot" directories) when installing headers.
Bob Wilson
2014-03-13
1
-1
/
+2
*
build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONS
Saleem Abdulrasool
2014-03-12
1
-8
/
+0
*
build: fix erroneous overwriting of flags
Saleem Abdulrasool
2014-03-12
1
-2
/
+2
*
build: fix add_definition abuse in CMake
Saleem Abdulrasool
2014-03-12
1
-5
/
+8
*
build: remove an errant comma
Saleem Abdulrasool
2014-03-12
1
-1
/
+1
*
THIRD TIME. Richard pointed out (again) that I'd switched the order of the in...
Marshall Clow
2014-03-12
1
-5
/
+5
*
Fix ABI break I made in r203587; thanks to Richard Smith for the catch.
Marshall Clow
2014-03-11
1
-3
/
+5
*
Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...
Marshall Clow
2014-03-11
1
-1
/
+1
*
Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...
Marshall Clow
2014-03-11
4
-49
/
+9
*
Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...
Marshall Clow
2014-03-11
4
-0
/
+4
*
Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before ...
Marshall Clow
2014-03-11
1
-1
/
+1
*
Final bit for LWG #2263; test different allocator pointer types. Note that li...
Marshall Clow
2014-03-11
3
-1
/
+233
[next]