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
/
__tree
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Rework compressed pair constructors.
Eric Fiselier
2019-12-16
1
-5
/
+5
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
1
-1
/
+4
*
Rename __is_foo_iterator traits to reflect their Cpp17 nature.
Eric Fiselier
2019-11-18
1
-1
/
+1
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
1
-118
/
+76
*
Avoid name conflict with kernel headers
Eric Fiselier
2019-04-24
1
-4
/
+4
*
[libc++] Make sure we don't eagerly diagnose non-const comparators for contai...
Louis Dionne
2019-04-11
1
-1
/
+1
*
Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch
Marshall Clow
2019-01-23
1
-0
/
+7
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++] Improve diagnostics for non-const comparators and hashers in associa...
Louis Dionne
2018-12-06
1
-25
/
+5
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
1
-7
/
+63
*
[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03
1
-3
/
+3
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
1
-6
/
+164
*
Fix a strict aliasing violation in map and unordered_map.
Erik Pilkington
2018-06-04
1
-13
/
+6
*
Spelling
Joerg Sonnenberger
2017-08-18
1
-2
/
+2
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headers
Eric Fiselier
2017-04-19
1
-4
/
+4
*
Fix most failures caused by r300140
Eric Fiselier
2017-04-13
1
-4
/
+4
*
Undefine min/max in __tree
Eric Fiselier
2017-02-04
1
-0
/
+2
*
Diagnose non-const-callable hash functions and comparators
Eric Fiselier
2017-01-13
1
-8
/
+3
*
Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
Eric Fiselier
2017-01-13
1
-1
/
+33
*
[libcxx] Fix PR31402: map::__find_equal_key has undefined behavior.
Eric Fiselier
2017-01-05
1
-0
/
+7
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-19
/
+19
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-2
/
+2
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-1
/
+3
*
Avoid embedded preprocessor directives in __tree
Dimitry Andric
2016-08-27
1
-5
/
+8
*
make the associative containers do the right thing for propogate_on_container...
Marshall Clow
2016-08-17
1
-1
/
+5
*
Fix undefined behavior in __tree
Eric Fiselier
2016-07-19
1
-187
/
+257
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
1
-2
/
+2
*
Implement LWG#2436: 'Comparators for associative containers should always be ...
Marshall Clow
2016-06-30
1
-0
/
+2
*
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier
2016-04-16
1
-0
/
+21
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
1
-4
/
+73
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
1
-230
/
+313
*
Remove all usages of "const" node pointer typedefs in the assoc containers.
Eric Fiselier
2016-02-20
1
-51
/
+46
*
Cleanup node-type handling in the associative containers.
Eric Fiselier
2016-02-20
1
-58
/
+169
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
1
-0
/
+51
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
1
-71
/
+15
*
Fix warnings about pessimizing return moves for C++11 and higher
Dimitry Andric
2015-08-19
1
-1
/
+1
*
Fix warnings in array and assoc containers
Eric Fiselier
2015-07-18
1
-4
/
+4
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-27
/
+14
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-7
/
+1
*
Fix another -Wunused-local-typedef warning in include/__tree.
Dimitry Andric
2015-03-09
1
-1
/
+0
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
1
-22
/
+38
*
Remove several unused forward declarations. Fixes PR22605.
Marshall Clow
2015-02-18
1
-8
/
+0
*
Fix PR22366. When move-constructing an associative container and explicitly p...
Marshall Clow
2015-01-28
1
-3
/
+3
*
Remove node from a container before destroying it. Thanks to Alexander Potape...
Marshall Clow
2014-04-11
1
-1
/
+1
*
Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...
Howard Hinnant
2013-08-22
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-23
/
+23
*
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...
Marshall Clow
2013-08-08
1
-2
/
+11
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-19
1
-51
/
+58
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-21
/
+21
[next]