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
*
Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...
Marshall Clow
2017-01-24
19
-7
/
+81
*
Add a test to make sure that implicit conversion from error_code to bool will...
Marshall Clow
2017-01-24
1
-0
/
+30
*
Update status for LWG2733
Marshall Clow
2017-01-24
1
-1
/
+1
*
Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ...
Marshall Clow
2017-01-24
9
-0
/
+204
*
Mark LWG2736 as complete. No code changes, but we have more tests now
Marshall Clow
2017-01-24
3
-4
/
+36
*
A couple more tests for constexpr stuff in string_view. No changes other than...
Marshall Clow
2017-01-24
2
-0
/
+38
*
Update Linux ABI lists to reflect inlining change in LLVM. More investigation...
Eric Fiselier
2017-01-24
1
-1905
/
+1904
*
Revert "[libcxx] Never use <cassert> within libc++"
Eric Fiselier
2017-01-24
7
-9
/
+13
*
Revert yet another accidental change caused by r292684
Eric Fiselier
2017-01-24
1
-0
/
+9
*
Fix bad XFAIL which recent LIT changes diagnosed
Eric Fiselier
2017-01-24
1
-1
/
+1
*
Remove all usages of REQUIRES-ANY in the test suite.
Eric Fiselier
2017-01-24
7
-7
/
+7
*
[libcxx] Never use <cassert> within libc++
Eric Fiselier
2017-01-24
7
-13
/
+9
*
Manually force the use of __decltype in C++03 with Clang 3.4.
Eric Fiselier
2017-01-23
1
-1
/
+8
*
Fix GCC C++03 build by hiding default template argument in C++03
Eric Fiselier
2017-01-23
1
-0
/
+3
*
Implement LWG#2778: basic_string_view is missing constexpr.
Marshall Clow
2017-01-23
3
-7
/
+57
*
Fixed a typo in __config that prevented the aligned new/delete tests from pas...
Marshall Clow
2017-01-23
1
-1
/
+1
*
Revert previous cleanup; I got too agressive removing #ifdefs
Marshall Clow
2017-01-23
1
-0
/
+2
*
Removed some un-needed ifdefs
Marshall Clow
2017-01-23
1
-2
/
+0
*
Revert accidentally changes which reverted r292582
Eric Fiselier
2017-01-21
1
-1
/
+1
*
Fix recent build errors
Eric Fiselier
2017-01-21
3
-3
/
+8
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
31
-653
/
+1470
*
Don't default older GCC's to C++17, but C++14 or C++11 instead
Eric Fiselier
2017-01-20
1
-0
/
+9
*
Revert "Don't default older GCC's to C++17, but C++14 or C++11 instead"
Eric Fiselier
2017-01-20
1
-8
/
+0
*
Don't default older GCC's to C++17, but C++14 or C++11 instead
Eric Fiselier
2017-01-20
1
-0
/
+8
*
Still expose std::align_val_t in C++17 even if we don't have aligned new/delete.
Eric Fiselier
2017-01-20
1
-1
/
+1
*
Refactor unique_ptr/shared_ptr deleter test types into single header.
Eric Fiselier
2017-01-20
49
-121
/
+94
*
Disable aligned new/delete on Apple platforms without posix_memalign
Eric Fiselier
2017-01-20
3
-2
/
+19
*
[NFC] Group aligned new/delete definitions together in new.cpp
Eric Fiselier
2017-01-20
1
-85
/
+85
*
Fix handling of Apple target triple when checking the ABI lists.
Eric Fiselier
2017-01-20
4
-3
/
+10
*
Fix demangle helper after r286788
Eric Fiselier
2017-01-20
2
-4
/
+2
*
Adjust msvc_stdlib_force_include.hpp to handle clang++
Eric Fiselier
2017-01-19
3
-84
/
+84
*
Mark two of the TS implementations as 'in progress'
Marshall Clow
2017-01-19
1
-3
/
+3
*
[libcxx] [test] Add msvc_stdlib_force_include.hpp.
Stephan T. Lavavej
2017-01-18
1
-0
/
+79
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
47
-60
/
+60
*
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
Stephan T. Lavavej
2017-01-18
12
-20
/
+43
*
Re-add mechanism to override LIT options using enviroment variables.
Eric Fiselier
2017-01-18
1
-17
/
+27
*
Revert "Add mechanism to override LIT options using enviroment variables"
Eric Fiselier
2017-01-18
1
-27
/
+17
*
Add mechanism to override LIT options using enviroment variables
Eric Fiselier
2017-01-18
1
-17
/
+27
*
Fix filesystem::path assignment from {}
Eric Fiselier
2017-01-18
3
-0
/
+51
*
Get more std::string _LIBCPP_DEBUG tests passing
Eric Fiselier
2017-01-18
2
-5
/
+8
*
More configuration changes for running the test suite against MSVC's STL
Eric Fiselier
2017-01-18
4
-1
/
+17
*
Add support for running our test suite against MSVC's STL
Eric Fiselier
2017-01-18
3
-4
/
+8
*
Allow sym_diff.py to report non-zero for non-breaking ABI changes
Eric Fiselier
2017-01-18
3
-7
/
+14
*
Fix type_info's constructor by making it explicit again.
Eric Fiselier
2017-01-17
2
-2
/
+17
*
Don't strip -m32 from the user provide command line flags. This fixes the com...
Eric Fiselier
2017-01-17
1
-2
/
+2
*
[libcxx] [test] Don't ask whether Incomplete& can be assigned to.
Stephan T. Lavavej
2017-01-17
1
-1
/
+0
*
Fix std::string assignment ambiguity from braced initializer lists.
Eric Fiselier
2017-01-17
3
-0
/
+59
*
Add ABI option to remove recently inlined __shared_count functions from the l...
Eric Fiselier
2017-01-17
5
-6
/
+12
*
Fix DLL build by removing _LIBCPP_FUNC_VIS from member of class marked dllexport
Eric Fiselier
2017-01-17
1
-5
/
+5
*
[Test patch] Inline hot functions in libcxx shared_ptr
Kevin Hu
2017-01-17
2
-35
/
+77
[next]