aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/performance
AgeCommit message (Expand)AuthorFilesLines
2024-11-13libstdc++: Stop using std::unary_function in perf testsJonathan Wakely1-1/+4
2024-11-13libstdc++: Fix nodiscard warnings in perf test for memory poolsJonathan Wakely1-3/+12
2024-07-24libstdc++: Use dg-additional-files in some non-I/O testsJonathan Wakely11-0/+22
2024-01-03Update copyright years.Jakub Jelinek99-100/+100
2023-12-31libstdc++: [_Hashtable] Enhance performance benchesFrançois Dumont5-325/+662
2023-01-16Update copyright years.Jakub Jelinek99-100/+100
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont1-0/+125
2022-01-03Update copyright years.Jakub Jelinek98-99/+99
2021-01-04Update copyright years.Jakub Jelinek98-99/+99
2020-12-16libstdc++: Add performance test for atomic_flag [PR 46447]Jonathan Wakely1-0/+71
2020-11-20libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont2-16/+364
2020-10-09libstdc++: Add performance test for <random>Jonathan Wakely1-0/+102
2020-01-01Update copyright years.Jakub Jelinek95-96/+96
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont3-2/+218
2019-01-01Update copyright years.Jakub Jelinek94-95/+95
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely1-37/+334
2018-11-15Optimize pool resource allocationJonathan Wakely1-0/+114
2018-01-03Update copyright years.Jakub Jelinek94-95/+95
2017-07-19PR libstdc++/81476 Optimise vector insertion from input iteratorsJonathan Wakely1-0/+86
2017-01-01Update copyright years.Jakub Jelinek93-94/+94
2016-08-26Use effective-target instead of -std optionsJonathan Wakely5-5/+5
2016-05-24c++config (_GLIBCXX14_USE_CONSTEXPR): New.François Dumont2-2/+63
2016-01-04Update copyright years.Jakub Jelinek93-94/+94
2015-01-05Update copyright years.Jakub Jelinek93-94/+94
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2-2/+2
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini2-2/+2
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely1-0/+41
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford92-93/+93
2013-10-26regex.h: Remove unnecessary friends.Tim Shen3-71/+138
2013-10-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely2-2/+2
2013-10-08regex_executor.h: Add _TodoList class.Tim Shen1-0/+115
2013-09-30re PR libstdc++/58437 (Sorting value in reverse order is much slower compare ...Chris Jefferson3-0/+203
2013-09-18search_n.cc: Fix typo.Paolo Carlini1-1/+1
2013-07-04codecvt_members.cc: Fix typo.Veres Lajos1-1/+1
2013-06-29hashtable_policy.h (_Insert_base): Consider hint in insert methods.François Dumont1-0/+336
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford83-84/+83
2013-01-28hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed...François Dumont2-69/+139
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek26-26/+26
2012-11-16hashtable_policy.h (_Prime_rehash_policy): Remove automatic shrink.François Dumont3-5/+165
2012-11-01range_access.cc: Fix copying permission statement.Jonathan Wakely2-2/+2
2012-09-2441975.cc: Use __uset_hashtable rather than removed __unordered_set.François Dumont1-5/+7
2012-07-29re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont1-0/+42
2012-04-11* testsuite/performance/30_threads/future/polling.cc: Adjust.Jonathan Wakely1-2/+2
2011-12-19search_n.cc: Disambiguate local variable.Benjamin Kosnik1-4/+4
2011-11-23re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh...François Dumont1-0/+43
2011-11-0641975.cc: Add tests to check performance with or without cache of hash code a...François Dumont1-32/+143
2011-10-1441975.cc: New.François Dumont1-0/+72
2011-08-15make_graph_test_infos.xml: Edit.Benjamin Kosnik28-8/+8
2011-08-04filebuf_sputn_unbuf.cc: Include unistd.h for unlink.Benjamin Kosnik9-18/+18
2011-05-24re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...Benjamin Kosnik4-12/+15