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
/
iterator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename __is_foo_iterator traits to reflect their Cpp17 nature.
Eric Fiselier
2019-11-18
1
-11
/
+15
*
[libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20
Eric Fiselier
2019-11-16
1
-1
/
+52
*
[libc++] Add C++20 contiguous_iterator_tag.
Eric Fiselier
2019-11-16
1
-0
/
+13
*
[libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr
Louis Dionne
2019-11-06
1
-4
/
+4
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-1
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+1
*
[libc++] Take 2: Implement CTAD for map and multimap
Louis Dionne
2019-06-20
1
-0
/
+16
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
1
-16
/
+0
*
Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...
Marshall Clow
2019-06-10
1
-0
/
+16
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-15
/
+15
*
[libc++] Unconditionally enable the __pad_and_output optimization
Louis Dionne
2019-04-18
1
-5
/
+0
*
Fix a minor bug with std::next and prev not and negative numbers. In particul...
Marshall Clow
2019-03-22
1
-5
/
+12
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
1
-46
/
+46
*
In the review of D58642, Louis asked: 'Is there a reason for making this inli...
Marshall Clow
2019-02-27
1
-33
/
+33
*
Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as ...
Marshall Clow
2019-02-27
1
-0
/
+18
*
First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...
Marshall Clow
2019-02-27
1
-1
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric fo...
Marshall Clow
2018-11-13
1
-1
/
+18
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Mark one more __wrap_iter operation as constexpr.
Marshall Clow
2018-07-14
1
-1
/
+2
*
Make internal class __wrap_iter constexpr when not using libc++'s debugging m...
Marshall Clow
2018-07-13
1
-54
/
+56
*
[libcxx] Define istream_iterator equality comparison operators out-of-line
Roger Ferrer Ibanez
2017-12-11
1
-4
/
+26
*
Mark free functions size/empty/data conditionally noexcept.
Marshall Clow
2017-11-16
1
-4
/
+31
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
1
-0
/
+9
*
Implement LWG2952: iterator_traits should work for pointers to cv T
Marshall Clow
2017-11-14
1
-11
/
+1
*
Remove addtional parameters in function std::next() and std::prev()
Rachel Craik
2017-07-24
1
-8
/
+14
*
Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...
Marshall Clow
2017-05-23
1
-1
/
+0
*
Make next/prev/advance/distance operations on iterators be constexpr. I misse...
Marshall Clow
2017-05-17
1
-14
/
+23
*
Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...
Eric Fiselier
2017-04-19
1
-7
/
+7
*
Diagnose when reverse_iterator is used on path::iterator.
Eric Fiselier
2017-04-13
1
-0
/
+13
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-18
/
+18
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
1
-33
/
+33
*
Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it
Eric Fiselier
2016-12-28
1
-46
/
+72
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-2
/
+2
*
Implement another part of P0031; adding constexpr to move_iterator
Marshall Clow
2016-11-02
1
-70
/
+76
*
Implement constexpr support for reverse_iterator. Reviewed as https://reviews...
Marshall Clow
2016-10-19
1
-59
/
+74
*
Mark ostream_iterator's constructors as noexcept.
Marshall Clow
2016-10-12
1
-2
/
+2
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+3
*
std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
Marshall Clow
2016-08-10
1
-8
/
+8
*
Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...
Marshall Clow
2016-07-18
1
-5
/
+5
*
Implement LWG685 (which is from C++11!). Fixes PR#28421. Note: this (subtly)...
Marshall Clow
2016-07-08
1
-2
/
+123
*
Fix ::reference typedef in insert iterators.
Eric Fiselier
2016-06-30
1
-6
/
+6
*
Implement LWG2576: istream_iterator and ostream_iterator should use std::addr...
Marshall Clow
2016-05-17
1
-4
/
+4
*
Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier
2016-04-22
1
-1
/
+6
*
Implement LWG#680, which was missed lo these many moons ago, and was reported...
Marshall Clow
2016-04-11
1
-6
/
+3
*
Make __wrap_iter work with GCC again
Eric Fiselier
2016-02-20
1
-1
/
+1
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
1
-0
/
+23
*
Implement LWG#2353: std::next is over-constrained
Marshall Clow
2015-11-07
1
-5
/
+5
*
A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...
Marshall Clow
2015-04-16
1
-2
/
+2
*
Rework reverse_iterator::operator[] so as not to use the base iterators opera...
Marshall Clow
2015-03-05
1
-1
/
+1
[next]