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
/
map
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Use _EnableIf instead of std::enable_if in deduction guides for map ...
Louis Dionne
2019-07-19
1
-12
/
+12
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
1
-2
/
+14
*
[libc++] Take 2: Implement CTAD for map and multimap
Louis Dionne
2019-06-20
1
-4
/
+57
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
1
-55
/
+2
*
Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...
Marshall Clow
2019-06-10
1
-2
/
+55
*
[libc++] Make sure we don't eagerly diagnose non-const comparators for contai...
Louis Dionne
2019-04-11
1
-2
/
+10
*
[libc++] Avoid UB in the no-exceptions mode in a few places
Louis Dionne
2019-02-12
1
-6
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+22
*
[libc++] Improve diagnostics for non-const comparators and hashers in associa...
Louis Dionne
2018-12-06
1
-1
/
+4
*
[libcxx] Fix usage of _C2, which is a "nasty macro" in some environments
Louis Dionne
2018-11-01
1
-16
/
+16
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
1
-0
/
+92
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+1
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
1
-0
/
+83
*
Fix a strict aliasing violation in map and unordered_map.
Erik Pilkington
2018-06-04
1
-34
/
+85
*
Use multi-key tree search for {map, set}::{count, equal_range}
Eric Fiselier
2018-02-10
1
-3
/
+3
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-2
/
+2
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap
Eric Fiselier
2017-04-18
1
-58
/
+37
*
Fix most failures caused by r300140
Eric Fiselier
2017-04-13
1
-2
/
+2
*
Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
Eric Fiselier
2017-01-13
1
-3
/
+1
*
[libcxx] Fix PR31402: map::__find_equal_key has undefined behavior.
Eric Fiselier
2017-01-05
1
-68
/
+13
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-12
/
+12
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-14
/
+14
*
Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...
Marshall Clow
2016-07-18
1
-2
/
+2
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
1
-2
/
+2
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
1
-15
/
+9
*
Fix LWG issue 2469 - Use piecewise construction in map::operator[].
Eric Fiselier
2016-03-31
1
-67
/
+40
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
1
-226
/
+58
*
Remove all usages of "const" node pointer typedefs in the assoc containers.
Eric Fiselier
2016-02-20
1
-59
/
+20
*
Cleanup node-type handling in the associative containers.
Eric Fiselier
2016-02-20
1
-19
/
+13
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
1
-0
/
+24
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
1
-14
/
+4
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+6
*
Fix warnings about pessimizing return moves for C++11 and higher
Dimitry Andric
2015-08-19
1
-1
/
+1
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-9
/
+27
*
Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...
Marshall Clow
2015-07-07
1
-0
/
+131
*
Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...
Marshall Clow
2015-06-30
1
-2
/
+2
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
1
-4
/
+3
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
1
-0
/
+6
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+4
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
1
-9
/
+20
*
Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...
Marshall Clow
2014-08-24
1
-2
/
+14
*
Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the ...
Marshall Clow
2014-04-16
1
-2
/
+0
*
Fix bug I introduced (enabling implicit conversions from compare function to ...
Marshall Clow
2014-03-10
1
-2
/
+18
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
1
-2
/
+2
*
Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...
Marshall Clow
2014-02-08
1
-8
/
+12
*
SCARY/N2913 iterator support between the multi and non-multi versions of the ...
Howard Hinnant
2013-09-30
1
-85
/
+71
*
A collection of minor type-o fixes. The first two aren't testable, but all t...
Howard Hinnant
2013-09-12
1
-1
/
+1
*
LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...
Marshall Clow
2013-09-11
1
-1
/
+37
[next]