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
/
test
/
std
/
containers
/
associative
/
map
/
map.modifiers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
14
-0
/
+16
*
Support tests in freestanding
JF Bastien
2019-02-04
20
-20
/
+59
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
20
-80
/
+60
*
[libcxx] [test] Include <cassert> for assert().
Stephan T. Lavavej
2018-11-14
1
-0
/
+1
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
1
-0
/
+149
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+4
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
4
-0
/
+292
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap
Eric Fiselier
2017-04-18
3
-12
/
+6
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
8
-9
/
+9
*
[libcxx] Fix c++98 test failures.
Asiri Rathnayake
2016-06-03
2
-3
/
+3
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
2
-4
/
+4
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
2
-14
/
+0
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
5
-235
/
+164
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
2
-137
/
+30
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
1
-0
/
+137
*
Add explicit include directives; the file was getting implicitly included alr...
Marshall Clow
2016-01-05
2
-0
/
+2
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
2
-2
/
+67
*
Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...
Marshall Clow
2015-07-07
2
-0
/
+381
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
1
-0
/
+22
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
2
-2
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
12
-0
/
+1555