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
*
Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members
Alex Lorenz
2017-11-09
1
-6
/
+12
*
[libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcx...
Volodymyr Sapsai
2017-11-08
1
-0
/
+9
*
Added include for <cassert>
Marshall Clow
2017-11-08
1
-0
/
+1
*
Teach test suite about C++2a dialect flag.
Eric Fiselier
2017-11-07
2
-3
/
+4
*
Change test suite to support c++17 dialect flag instead of c++1z.
Eric Fiselier
2017-11-07
5
-7
/
+9
*
Change a bunch of comments from C++1z to C++17. NFC
Marshall Clow
2017-11-02
17
-17
/
+17
*
Mark tests as unsupported in C++98 as well
Roger Ferrer Ibanez
2017-11-02
2
-2
/
+2
*
Mark Endian as 'in progress'
Marshall Clow
2017-11-02
1
-1
/
+1
*
Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21"
Dan Albert
2017-11-01
1
-5
/
+1
*
[libc++] Don't alias quick_exit if __ANDROID_API__ < 21
Dan Albert
2017-11-01
1
-1
/
+5
*
More statuses, a new patch, too
Marshall Clow
2017-11-01
1
-11
/
+11
*
Update the synopsis to match the P/R of 2945. No code changes.
Marshall Clow
2017-11-01
1
-6
/
+6
*
Fix broken links; update more issues.
Marshall Clow
2017-10-31
1
-35
/
+35
*
Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC
Marshall Clow
2017-10-31
1
-0
/
+23
*
Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...
Marshall Clow
2017-10-30
7
-18
/
+360
*
Implement LWG 3013 - some filesystem members should not be noexcept.
Eric Fiselier
2017-10-30
7
-32
/
+43
*
Fix PR35078 - recursive directory iterator's increment method throws incorrec...
Eric Fiselier
2017-10-30
2
-9
/
+274
*
Mark test as unsupported on C++98/03, since it uses move_iterator
Marshall Clow
2017-10-30
1
-0
/
+2
*
Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro...
Marshall Clow
2017-10-30
2
-1
/
+45
*
Initial triage
Marshall Clow
2017-10-29
1
-16
/
+16
*
Update status of 2950
Marshall Clow
2017-10-29
1
-4
/
+4
*
Issues to be voted on in ABQ
Marshall Clow
2017-10-29
1
-31
/
+50
*
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...
Marshall Clow
2017-10-24
5
-4
/
+16
*
Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...
Marshall Clow
2017-10-24
2
-8
/
+14
*
More fuzzing interfaces
Marshall Clow
2017-10-23
3
-20
/
+145
*
Fix misguided error message in debug mode. No functional change. Fixes PR#34966
Marshall Clow
2017-10-23
1
-1
/
+1
*
Fix an unsigned integer overflow in regex that lead to a bad memory access. F...
Marshall Clow
2017-10-19
2
-5
/
+12
*
Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...
Marshall Clow
2017-10-19
2
-0
/
+42
*
Fix a think-o in the design of the stable_XXX sort tests; only shows up for t...
Marshall Clow
2017-10-18
1
-2
/
+2
*
Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...
Marshall Clow
2017-10-18
2
-12
/
+47
*
Refactor std::list node allocation logic.
Eric Fiselier
2017-10-17
1
-33
/
+23
*
fix shadowing warnings in new tests, try 2
Eric Fiselier
2017-10-17
1
-2
/
+2
*
fix shadowing warnings in new tests
Eric Fiselier
2017-10-17
1
-3
/
+3
*
Refactor _LIBCPP_<LITTLE|BIG>_ENDIAN
Eric Fiselier
2017-10-17
2
-35
/
+22
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
12
-74
/
+795
*
Fix last_write_time.pass.cpp to work with clang-3.9 and earlier
Roman Lebedev
2017-10-15
1
-0
/
+2
*
Really do make sure that last_write_time.pass.cpp still works with old clang
Roman Lebedev
2017-10-15
1
-2
/
+6
*
Silence clang's -Wtautological-constant-compare in last_write_time.pass.cpp
Roman Lebedev
2017-10-15
1
-0
/
+22
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
21
-0
/
+28
*
More fuzzing infastructre - regex
Marshall Clow
2017-10-12
8
-3
/
+287
*
Mark test as a long-test
Roger Ferrer Ibanez
2017-10-12
1
-0
/
+2
*
Remove unneeded typename from test
Roger Ferrer Ibanez
2017-10-10
2
-2
/
+2
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
12
-27
/
+137
*
[libc++] Clarify names of ABI forcing macros
Shoaib Meenai
2017-10-05
3
-9
/
+15
*
[libc++] Move cache variable definition. NFC
Shoaib Meenai
2017-10-04
1
-1
/
+1
*
[libc++] Allow users to explicitly specify ABI
Shoaib Meenai
2017-10-04
3
-5
/
+19
*
Fix accidental assignment inside test asserts
Eric Fiselier
2017-10-04
2
-2
/
+2
*
[libc++] Add site config option for ABI macros
Shoaib Meenai
2017-10-04
4
-1
/
+23
*
Initial cut at infastructure for fuzzing support for OSS-fuzz
Marshall Clow
2017-10-04
8
-0
/
+483
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
4
-4
/
+90
[next]