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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR35637: suboptimal codegen for `vector<unsigned char>`.
Eric Fiselier
2019-07-28
1
-95
/
+61
*
Fix a bug in std::chrono::abs where it would fail when the duration's period ...
Marshall Clow
2019-07-26
1
-1
/
+1
*
[NFC][libcxx] Add comments about making mutex/condition_variable trivial on A...
Louis Dionne
2019-07-25
1
-3
/
+13
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
1
-6
/
+7
*
Implement most of P1612R1: Relocate endian. Moves the std::endian functional...
Marshall Clow
2019-07-23
2
-15
/
+21
*
[NFC][libc++] Add missing EXPLICIT to pair and tuple synopsis
Louis Dionne
2019-07-22
2
-16
/
+16
*
[libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails
Petr Hosek
2019-07-22
1
-3
/
+2
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
7
-37
/
+0
*
[libc++] Use _EnableIf instead of std::enable_if in deduction guides for map ...
Louis Dionne
2019-07-19
2
-24
/
+24
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
7
-0
/
+37
*
[libc++] Fix link error with _LIBCPP_HIDE_FROM_ABI_PER_TU and std::string
Louis Dionne
2019-07-19
1
-10
/
+0
*
[libc++] Add C++17 deduction guides for std::function
Louis Dionne
2019-07-18
1
-0
/
+54
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
2
-2
/
+2
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
4
-5
/
+50
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
1
-6
/
+140
*
Improve compile time of variant.
Eric Fiselier
2019-07-14
1
-31
/
+36
*
Cleanup whitespace in <variant>. NFC.
Eric Fiselier
2019-07-14
1
-11
/
+7
*
Avoid eager template instantiation caused by the variant narrowing checks.
Eric Fiselier
2019-07-14
1
-8
/
+28
*
Fix non-conformance it `std::tuple`.
Eric Fiselier
2019-07-12
1
-20
/
+31
*
Add option to disable variant narrowing conversion changes.
Eric Fiselier
2019-07-12
1
-0
/
+4
*
Reorganize the 'bit' header to make most of the facilities available for inte...
Marshall Clow
2019-07-12
4
-117
/
+193
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
1
-118
/
+76
*
[libc++] Implement deduction guides for <unordered_set>
Louis Dionne
2019-07-11
1
-6
/
+116
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
2
-20
/
+28
*
Make ~mutex and ~condition_variable trivial on Windows.
Eric Fiselier
2019-07-07
2
-15
/
+18
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
2
-13
/
+17
*
Make list::remove/remove_if/unique all return void before C++20; undoes that ...
Marshall Clow
2019-07-06
1
-14
/
+19
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
2
-4
/
+5
*
Fix tuple's conditionally explicit constructors for very weird user
Eric Fiselier
2019-07-03
1
-1
/
+10
*
[libc++] Update availability markup for Filesystem on Apple platforms
Louis Dionne
2019-07-03
1
-8
/
+8
*
Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the ...
Marshall Clow
2019-07-02
1
-6
/
+2
*
Mark the newly added '__libcpp_is_constant_evaluated' as 'inline', since it c...
Marshall Clow
2019-07-02
1
-2
/
+4
*
Add a private call '__libcpp_is_constant_evaluated' which 'works' for old lan...
Marshall Clow
2019-07-01
1
-1
/
+6
*
Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...
Marshall Clow
2019-07-01
1
-18
/
+254
*
Ensure bitset's string constructor doesn't poison the overload set.
Eric Fiselier
2019-07-01
2
-2
/
+6
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
2
-34
/
+43
*
Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://revi...
Marshall Clow
2019-07-01
1
-0
/
+5
*
__threading_support: Remove (void) in favor of ().
Bruce Mitchener
2019-07-01
1
-2
/
+2
*
Fix -Wdouble-promotion warnings.
Bruce Mitchener
2019-07-01
2
-3
/
+3
*
Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...
Marshall Clow
2019-06-27
1
-1
/
+1
*
Provide hashers for string_view only if they are using the default char_trait...
Marshall Clow
2019-06-27
1
-4
/
+4
*
Revert "Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`"
Eric Fiselier
2019-06-26
1
-12
/
+5
*
Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`
Eric Fiselier
2019-06-25
1
-5
/
+12
*
Use C++11 implementation of unique_ptr in C++03.
Eric Fiselier
2019-06-23
1
-157
/
+51
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
7
-226
/
+156
*
Add super fast _IsSame trait for internal use.
Eric Fiselier
2019-06-23
1
-11
/
+20
*
Add noexcept throughout <atomic>
Eric Fiselier
2019-06-23
1
-28
/
+28
*
Add new style meta-programming primatives.
Eric Fiselier
2019-06-21
1
-28
/
+87
*
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...
Marshall Clow
2019-06-21
1
-1
/
+9
*
Use rvalue references throughout the is_constructible traits.
Eric Fiselier
2019-06-21
1
-147
/
+3
[next]