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
*
libcxx: Fix path.compare.pass expected result
Adhemerval Zanella
2016-08-15
1
-6
/
+10
*
Fix new ASAN failures
Eric Fiselier
2016-08-15
2
-2
/
+3
*
Use -O1 when testing with ASAN and MSAN to prevent Clang OOM errors.
Eric Fiselier
2016-08-15
1
-0
/
+2
*
Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...
Eric Fiselier
2016-08-15
2
-47
/
+24
*
Check in SFINAE base class for use in optional/variant
Eric Fiselier
2016-08-15
1
-0
/
+57
*
Add private option to change build dialect from C++11
Eric Fiselier
2016-08-14
1
-3
/
+5
*
Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....
Marshall Clow
2016-08-11
1
-1
/
+0
*
test: relax the FS test a slight bit to be more reliable
Saleem Abdulrasool
2016-08-11
1
-1
/
+2
*
Add 'inline' attribute to __init to inline the basic_string's constructor
Sebastian Pop
2016-08-11
1
-0
/
+5
*
Unbreak C++03 build.
Eric Fiselier
2016-08-11
1
-1
/
+1
*
Refactor test archetypes implementation.
Eric Fiselier
2016-08-11
8
-167
/
+209
*
Add missing REQUIRES for C++14
Eric Fiselier
2016-08-11
2
-2
/
+2
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
44
-46
/
+3844
*
Implement LWG 2148: Make non-enum default hash specialization well-formed
Eric Fiselier
2016-08-10
3
-9
/
+54
*
std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
Marshall Clow
2016-08-10
2
-8
/
+59
*
test/hard_link_count(): Fix test on darwin
Matthias Braun
2016-08-10
1
-8
/
+17
*
Update in-tree Google Benchmark to current ToT.
Eric Fiselier
2016-08-09
33
-290
/
+1102
*
Remove *super* old test suite results doc for Linux and Windows.
Eric Fiselier
2016-08-09
3
-1005
/
+0
*
Allow building both shared and static library
Petr Hosek
2016-08-08
3
-24
/
+63
*
CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...
Eugene Zelenko
2016-08-08
1
-7
/
+6
*
Fix copy/move constructor annotation for the uses-allocator test types.
Eric Fiselier
2016-08-08
1
-9
/
+19
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
2
-2
/
+41
*
Revert r277966. Forgot patch attribution.
Hubert Tong
2016-08-07
2
-41
/
+2
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
2
-2
/
+41
*
Mark LWG 2726 as complete. No code change needed.
Eric Fiselier
2016-08-07
1
-1
/
+1
*
Add MSVC specifics to .gitignore. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
1
-0
/
+4
*
Fix compile error due to mismatched iterator types. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
1
-1
/
+1
*
Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
3
-9
/
+12
*
Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...
Eric Fiselier
2016-08-03
1
-1
/
+4
*
[libcxx] basic_regex: add traits_type, string_type
Hubert Tong
2016-08-02
2
-0
/
+10
*
Pass compilers when configuring Google Benchmark.
Eric Fiselier
2016-08-02
1
-2
/
+7
*
Fixing 'Aquire' typo and libcxx build.
Ben Craig
2016-08-02
2
-2
/
+2
*
NFC: fix typo
JF Bastien
2016-08-01
1
-1
/
+1
*
atomics.align: XFAIL GCC
JF Bastien
2016-08-01
1
-0
/
+4
*
Adding smart_ptr benchmark
Ben Craig
2016-08-01
1
-0
/
+42
*
libc++: test lock-free atomic alignment
JF Bastien
2016-08-01
1
-0
/
+89
*
Improve shared_ptr dtor performance
Ben Craig
2016-08-01
1
-1
/
+29
*
Add a bunch of noexcepts to char_traits and string_view.
Marshall Clow
2016-07-28
2
-37
/
+37
*
Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.
Marshall Clow
2016-07-26
9
-5
/
+426
*
Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...
Marshall Clow
2016-07-26
9
-0
/
+492
*
Remove use of C++1z static assert in C++11 test
Eric Fiselier
2016-07-25
1
-8
/
+8
*
Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier
2016-07-25
14
-180
/
+1015
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
7
-14
/
+386
*
Make std::is_assignable tolerate references to incomplete types.
Eric Fiselier
2016-07-25
2
-18
/
+10
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
7
-352
/
+7
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
14
-18
/
+32
*
Don't SFINAE pair's copy assignment operator in C++03 mode.
Eric Fiselier
2016-07-25
2
-0
/
+40
*
Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
107
-349
/
+458
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
12
-18
/
+30
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
17
-255
/
+148
[next]