1. c1f6028 Add benchmarks for sorting and heap functions. by Samuel Benzaquen · 6 years ago
  2. 98dc85c [NFC][libcxx] Fix incorrect comments by Louis Dionne · 6 years ago
  3. f9b79dc [libcxx] Fix XFAIL for GCC 4.9 by Louis Dionne · 6 years ago
  4. 22507d6 [libcxx] Update test of trivial copyability of reference_wrapper by Louis Dionne · 6 years ago
  5. f6726af Add docker configurations used by the buildbots. by Eric Fiselier · 6 years ago
  6. c8f7855 [libcxx] Fix incorrect #include for std::hash by Louis Dionne · 6 years ago
  7. a320121 [libcxx] Add missing <cstddef> includes in tests by Louis Dionne · 6 years ago
  8. 13b7f7b [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast by Louis Dionne · 6 years ago
  9. 20c43d2 [libcxx] Add missing includes in tests by Louis Dionne · 6 years ago
  10. 1e04e9b [libcxx] Mention restriction on inline namespaces in LIBCXX_ABI_NAMESPACE docs by Louis Dionne · 6 years ago
  11. 7aac600 Remove BUILD file from google-benchmark by Benjamin Kramer · 6 years ago
  12. c5a5fa5 Disable filesystem benchmark when libstdc++ doesn't support it by Eric Fiselier · 6 years ago
  13. 622fc11 Upgrade Google Benchmark library to ToT by Eric Fiselier · 6 years ago
  14. 3ea08cd propagate __config_site includes when building benchmarks by Eric Fiselier · 6 years ago
  15. 09e56c1 Work around C++03 decltype limitations by Eric Fiselier · 6 years ago
  16. c2c6c1d Get tests compiling with -Wunused-local-typedef by Eric Fiselier · 6 years ago
  17. c6da5c5 [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 6 years ago
  18. 5d11d6e [libcxx] [test] Include <cassert> for assert(). by Stephan T. Lavavej · 6 years ago
  19. 5e97ad3 [libcxx] [test] Fix MSVC warning C4800. by Stephan T. Lavavej · 6 years ago
  20. ca91cfc Attempt to show progress bar in benchmark tests by Eric Fiselier · 6 years ago
  21. c53065d Exclude check-cxx-benchmarks from the global test target. by Eric Fiselier · 6 years ago
  22. b124ade Rename cxx-benchmark-unittests target and convert to LIT. by Eric Fiselier · 6 years ago
  23. eabc478 [libcxx] [test] Fix running tests on macOS with python3 by Alexander Richardson · 6 years ago
  24. 439de45 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 6 years ago
  25. ad46a18 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 6 years ago
  26. 2d7654e Add cxx-benchmark-unittests target by Eric Fiselier · 6 years ago
  27. 34aa86b Fix "use of" uninitialized memory in benchmark. by Eric Fiselier · 6 years ago
  28. 1595c0d Mark #2184 as complete; the tests are fine. (I thought that they were wrong before) by Marshall Clow · 6 years ago
  29. a4e279c [NFC] Mark LWG3128 and LWG3132 as requiring no work by Louis Dionne · 6 years ago
  30. 6b8b8a1 Fix UB in string.bench.cpp. by Eric Fiselier · 6 years ago
  31. 10180dc Remove duplicate entry for issue 3134 by Marshall Clow · 6 years ago
  32. 87b4a05 Update status for issue 3122 by Marshall Clow · 6 years ago
  33. d9c2715 [NFC][libcxx] Mark P1006R1 as complete by Louis Dionne · 6 years ago
  34. 98d4ace Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Reviewed as https://reviews.llvm.org/D53828 by Marshall Clow · 6 years ago
  35. d086fcc [NFC][libcxx] Mark P1006 as implemented in LLVM 8.0 by Louis Dionne · 6 years ago
  36. 52ddb5e [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits by Louis Dionne · 6 years ago
  37. 64d50b3 [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide <sys/sysctl.h> by Louis Dionne · 6 years ago
  38. 9140061 Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported. by Eric Fiselier · 6 years ago
  39. 16a8e7e Add emplace tests for multiset/unordered_multiset. by Eric Fiselier · 6 years ago
  40. 3870a97 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 6 years ago
  41. 94664a1 Update to-do list with new work from WG21 meeting in San Diego by Marshall Clow · 6 years ago
  42. e754a7a [NFC] Reformat std::optional tests by Louis Dionne · 6 years ago
  43. 0a36edc [NFC] Fix typo in <tuple> by Louis Dionne · 6 years ago
  44. cc73b18 [libcxx] Provide thread annotations for shared_mutex by Petr Hosek · 6 years ago
  45. 55a3e6c Attempt to enable -Wconversion by Eric Fiselier · 6 years ago
  46. d463495 Fix -Wimplicit-fallthrough warning by Fangrui Song · 6 years ago
  47. 9b0b9d6 Fix the test for partition_copy so it is not ridiculously slow. Also, detab. by Marshall Clow · 6 years ago
  48. 048b34a [NFC] Fix incorrect comment in std::list by Louis Dionne · 6 years ago
  49. 73d2ecc Fix test assumption that Linux implies glibc. by Dan Albert · 6 years ago
  50. 5dc3776 Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible." by Louis Dionne · 6 years ago
  51. 6115b72 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  52. f10e0ac [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments by Louis Dionne · 6 years ago
  53. 3fa96b3 [NFC] Replace C++1y and C++1z by C++14 and C++17, respectively by Louis Dionne · 6 years ago
  54. def3a40 [NFC] Mark "Splicing Maps and Sets" as done in LLVM 8.0 by Louis Dionne · 6 years ago
  55. 71ac96a Second half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  56. 3a73f01 Correct ABI list change wrongly advertised as being in the 7.0 release by Louis Dionne · 6 years ago
  57. 381fd9e Revert "Build with -fvisibility=hidden" by Eric Fiselier · 6 years ago
  58. 74b3eac Build with -fvisibility=hidden by Eric Fiselier · 6 years ago
  59. 831ab1b [libcxx] Correct link to code review for P1006 by Louis Dionne · 6 years ago
  60. e6f91d8 Make libc++'s versioning namespace customizable by Eric Fiselier · 6 years ago
  61. 02bbf43 Add link to implementation for P1006R0 by Marshall Clow · 6 years ago
  62. abfbf14 Update LLVM version used on Appveyor bot, remove MSVC 2015 bot by Eric Fiselier · 6 years ago
  63. 3b92bcd Add more benchmarks for std::string. by Samuel Benzaquen · 6 years ago
  64. 94ce26b Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD by Eric Fiselier · 6 years ago
  65. 3238cbf XFAIL test on OS X availability by Eric Fiselier · 6 years ago
  66. c5a77b2 Added Phab link for P0927 by Marshall Clow · 6 years ago
  67. 207b919 Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible. by Eric Fiselier · 6 years ago
  68. 081dda5 Fix mismatch between size_t and uint64_t in std::set benchmark. by Samuel Benzaquen · 6 years ago
  69. 640fa25 [libc++] Use exclude_from_explicit_instantiation instead of always_inline by Louis Dionne · 6 years ago
  70. 293b83d Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare. by Eric Fiselier · 6 years ago
  71. 924b8f3 Work around gcc.gnu.org/PR87766 by Eric Fiselier · 6 years ago
  72. 73f498b [NFC] Update comment in libc++ ABI changelog by Louis Dionne · 6 years ago
  73. e696826 Fix incorrect use of aligned allocation in get_temporary_buffer. by Eric Fiselier · 6 years ago
  74. 6dcb34a XFAIL sized deallocation test with GCC by Eric Fiselier · 6 years ago
  75. 5be2163 Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC. by Marshall Clow · 6 years ago
  76. b3ae0c8 fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray by Eric Fiselier · 6 years ago
  77. e09f85b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  78. 07f95bd [libc++] Make sure we can build libc++ with -fvisibility=hidden by Louis Dionne · 6 years ago
  79. 92d8736 Revert "Fix use of __libcpp_deallocate in dynarray" by Eric Christopher · 6 years ago
  80. 1b9ee84 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 6 years ago
  81. d03e037 Fix use of __libcpp_deallocate in dynarray by Eric Fiselier · 6 years ago
  82. 0cfdf55 Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  83. 842383f Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are" by Petr Hosek · 6 years ago
  84. 005bb4c Fix use of libc++ specific macro in support/test_macros.h by Eric Fiselier · 6 years ago
  85. 0423faf Adjust unsupported C++ versions in some tests by Mikhail Maltsev · 6 years ago
  86. ec22e35 Off-by-one errors strike again. Thank goodness for ASAN and the bots. by Marshall Clow · 6 years ago
  87. b994bfe When filling a vector<bool> with stuff, initialize the last word of the storage that you're touching. Otherwise, when we lay down the bits with operator&=, we get UB from reading uninitialized memory. Fixes Bug 39354. Thanks to David Wagner for the bug report. by Marshall Clow · 6 years ago
  88. d8754ba Add benchmark for std::set. by Samuel Benzaquen · 6 years ago
  89. 9678b5d Mark the move construct/move assign tests as unsupported on C++03 by Marshall Clow · 6 years ago
  90. 374084f Add tests for match_results copy/move assignment operators. NFC by Marshall Clow · 6 years ago
  91. 268b4d0 Remove a 'const' from the synopsis. NFC by Marshall Clow · 6 years ago
  92. 173057e Updated the issue notes. by Marshall Clow · 6 years ago
  93. a894ebb Add tests for match_results copy/move construction. NFC by Marshall Clow · 6 years ago
  94. dd10075 Added more notes to the issues. by Marshall Clow · 6 years ago
  95. 1f63d28 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  96. 9110b80 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  97. 3d1d923 Update commnents to reflect the changes for LWG#3122. NFC by Marshall Clow · 6 years ago
  98. 0a890c9 [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX by Billy Robert O'Neal III · 6 years ago
  99. 87aef88 [libcxx] [test] Add missing <stdexcept> to map at tests. by Billy Robert O'Neal III · 6 years ago
  100. 22b685e Repair thread-unsafe modifications of n_alive in F.pass.cpp by Billy Robert O'Neal III · 6 years ago