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
*
Fix up some no-exception compile failures
Marshall Clow
2017-01-31
1
-11
/
+11
*
Workaround new -Wshadow warning introduced by r293599
Alex Lorenz
2017-01-31
1
-1
/
+1
*
Fix PR#31779: basic_string::operator= isn't exception safe.
Marshall Clow
2017-01-31
2
-4
/
+101
*
Revert "Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`"
Justin Bogner
2017-01-31
1
-1
/
+0
*
experimental: avoid using raw _WIN32 in filesystem
Saleem Abdulrasool
2017-01-30
1
-5
/
+6
*
experimental: port directory_iterator to Windows
Saleem Abdulrasool
2017-01-30
1
-0
/
+72
*
experimental: add missing file header
Saleem Abdulrasool
2017-01-30
1
-0
/
+9
*
experimental: remove some extraneous _LIBCPP_FUNC_VIS
Saleem Abdulrasool
2017-01-30
1
-14
/
+13
*
experimental: inline single use of a typedef
Saleem Abdulrasool
2017-01-30
1
-4
/
+1
*
experimental: tolerate the existence of a `__deref` macro
Saleem Abdulrasool
2017-01-30
2
-8
/
+11
*
experimental: remove dead function
Saleem Abdulrasool
2017-01-29
1
-13
/
+0
*
config: prevent the re-definition of a macro
Saleem Abdulrasool
2017-01-29
1
-0
/
+2
*
Disable thread safety analysis for some functions in __thread_support
Dimitry Andric
2017-01-26
1
-8
/
+14
*
Fixed a couple of invalid statuses for 2665 and 2758
Marshall Clow
2017-01-26
1
-3
/
+3
*
Fix chromium build (libcxx)
Asiri Rathnayake
2017-01-26
1
-11
/
+0
*
Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the...
Marshall Clow
2017-01-26
2
-14
/
+7
*
Fixed a typo in the synopsis (noecept -> noexcept). Thanks to Kim for the catch
Marshall Clow
2017-01-25
1
-1
/
+1
*
[libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in...
Mehdi Amini
2017-01-25
1
-1
/
+2
*
Implement LWG2556: Wide contract for future::share()
Marshall Clow
2017-01-24
3
-10
/
+16
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
16
-22
/
+256
*
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
[next]