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
*
Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ...
Marshall Clow
2014-11-17
3
-3
/
+11
*
Reworked mismatch tests to count the number of comparisons, and make sure we ...
Marshall Clow
2014-11-17
2
-58
/
+47
*
Fix a warning in the test; no functionality change
Marshall Clow
2014-11-17
1
-1
/
+1
*
Implement void_t from N3911. Add a private version for use in the library bef...
Marshall Clow
2014-11-17
3
-11
/
+91
*
Add tests to ensure that reference_wrapper<T> is trivially copyable. This was...
Marshall Clow
2014-11-17
1
-5
/
+36
*
Fix build regression caused by not defining ABI library macros
Eric Fiselier
2014-11-15
2
-10
/
+10
*
[libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...
Eric Fiselier
2014-11-15
2
-48
/
+52
*
Split thread test into two parts. Mark one as XFAIL with ASAN.
Eric Fiselier
2014-11-15
2
-22
/
+75
*
Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Eric Fiselier
2014-11-14
1
-2
/
+2
*
add debug info when compiling sanitizer tests
Eric Fiselier
2014-11-14
1
-1
/
+1
*
Add -gline-tables-only when compiling w/ sanitizers in RELEASE
Eric Fiselier
2014-11-14
2
-3
/
+9
*
[libcxx] Fix memory leak in strstream tests.
Eric Fiselier
2014-11-14
8
-0
/
+8
*
[libcxx] Fix vector annotator size increase in `vector::insert(pos, count, va...
Eric Fiselier
2014-11-14
1
-1
/
+1
*
Split string capacity test into two parts and mark one part as UNSUPPORTED wh...
Eric Fiselier
2014-11-14
2
-12
/
+54
*
Mark more tests as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-14
4
-2
/
+12
*
Setup llvm-symbolizer when running the tests with sanitizers
Eric Fiselier
2014-11-14
1
-0
/
+14
*
Add -O3 when testing with UBSAN. This triggers far undefined behaviour
Eric Fiselier
2014-11-14
1
-1
/
+1
*
Mark more locale tests as unsupported with ASAN and MSAN
Eric Fiselier
2014-11-13
8
-0
/
+8
*
Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSE...
Marshall Clow
2014-11-11
3
-14
/
+6
*
Fix typo in allocator_traits::construct. This fixes PR14175, which shows up i...
Marshall Clow
2014-11-11
1
-1
/
+1
*
Fixed a typo in a paper name: 4190 --> N4190
Marshall Clow
2014-11-11
1
-1
/
+1
*
Added vector<T>::insert tests suggested by code coverage results
Marshall Clow
2014-11-11
5
-0
/
+130
*
EricQWF's code coverage work showed that none of the libc++ tests were exerci...
Marshall Clow
2014-11-11
4
-7
/
+81
*
Update status pages for C++1z
Marshall Clow
2014-11-10
3
-5
/
+127
*
Fix rvalue bug in __has_operator_addressof
Eric Fiselier
2014-11-05
2
-11
/
+24
*
Fix operator & detection trait to check for free function overloads as well
Eric Fiselier
2014-11-05
2
-2
/
+20
*
Mark another test as UNSUPPORTED with ASAN and MSAN
Eric Fiselier
2014-11-04
1
-0
/
+2
*
Actually mark the tests an unsupported with MSAN (not just ASAN)
Eric Fiselier
2014-11-04
30
-30
/
+30
*
Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-04
32
-6
/
+68
*
Add test for type properties of std::reference_wrapper
Eric Fiselier
2014-11-04
1
-0
/
+27
*
Mark string_view::to_string as const. Fixes PR21428
Marshall Clow
2014-11-02
2
-5
/
+6
*
Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
Eric Fiselier
2014-11-01
2
-2
/
+2
*
libcxxrt defines bad_array_new_length::what() so move that into a conditional...
Eric Fiselier
2014-11-01
1
-6
/
+6
*
libcxxrt now implements bad_array_new_length and need to gaurd against multip...
Eric Fiselier
2014-10-29
1
-2
/
+2
*
Fix example in documentation of target triple sanitization.
Eric Fiselier
2014-10-28
1
-1
/
+1
*
[libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...
Eric Fiselier
2014-10-28
3
-21
/
+117
*
Test that the single-threaded lit feature is available iff the corresponding ...
Jonathan Roelofs
2014-10-27
1
-0
/
+18
*
Add special case handling of linux target triples that do not contain `-gnu`.
Eric Fiselier
2014-10-27
1
-7
/
+16
*
Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is de...
Eric Fiselier
2014-10-27
1
-0
/
+23
*
[libcxx] use clang's __char16_t and __char32_t definitions on Linux in C++03 ...
Eric Fiselier
2014-10-27
1
-4
/
+0
*
Fix use of operator comma in is_permutation and delete comma operator for tes...
Eric Fiselier
2014-10-27
2
-6
/
+14
*
[libcxx] Remove use of uniform initialization from regex tests so that they c...
Eric Fiselier
2014-10-27
5
-38
/
+38
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
9
-36
/
+51
*
PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...
Marshall Clow
2014-10-27
2
-28
/
+24
*
Change the comment on the closing #endif to match the condition on the corres...
Marshall Clow
2014-10-26
1
-1
/
+1
*
Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')
Eric Fiselier
2014-10-23
1
-3
/
+3
*
[libcxx] XFAIL all currently failing libc++ tests for linux.
Eric Fiselier
2014-10-23
22
-0
/
+71
*
Only link tests against -ldl on linux
Eric Fiselier
2014-10-23
1
-1
/
+1
*
Make headers available in the build directory
Justin Bogner
2014-10-23
1
-4
/
+13
*
Add support for "fancy" pointers to promise and packaged_task.
Eric Fiselier
2014-10-23
3
-30
/
+98
[next]