1. ebdb547 Revert commit r347904 because it broke older compilers by Marshall Clow · 6 years ago
  2. 50509d1 First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane. by Marshall Clow · 6 years ago
  3. c28aca1 [libcxx] Remove bad_array_length by Louis Dionne · 6 years ago
  4. 233c79a [libcxx] More fixes to XFAILs for aligned allocation tests for macosx 10.13 by Louis Dionne · 6 years ago
  5. e3e576a Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " by Eric Fiselier · 6 years ago
  6. cf99ab7 Fix bad _LIBCPP_ALIGNOF test by Eric Fiselier · 6 years ago
  7. 7593e79 Implement P0966 - string::reserve should not shrink by Marshall Clow · 6 years ago
  8. 087f065 Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 6 years ago
  9. 581671f [libcxx] Remove dynarray by Louis Dionne · 6 years ago
  10. 97c03fb [libcxx] Use clang-verify in the lit test suite even when availability is enabled by Louis Dionne · 6 years ago
  11. 6bc632f [libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view by Louis Dionne · 6 years ago
  12. c56c9cf [libcxx] Make sure the re-export logic works when paths contain spaces by Louis Dionne · 6 years ago
  13. f27a903 [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed by Louis Dionne · 6 years ago
  14. f4e307b Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions by Marshall Clow · 6 years ago
  15. 5f3377c Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes. by Eric Fiselier · 6 years ago
  16. f9782de Add basic_string::__resize_default_init (from P1072) by Eric Fiselier · 6 years ago
  17. 893cf80 [libcxx] Fix XFAILs for aligned allocation tests by Louis Dionne · 6 years ago
  18. 8294000 [libcxx] Fix XFAIL for aligned deallocation test with trunk Clang by Louis Dionne · 6 years ago
  19. 8008cf5 [libcxx] Use a type that is always an aggregate in variant's tests by Louis Dionne · 6 years ago
  20. 09861db [NFC] Fix typo in comment by Louis Dionne · 6 years ago
  21. e9a1ea4 [libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow test by Louis Dionne · 6 years ago
  22. a0b648f [libcxx] Add XFAIL for test on OS X 10.12 to 10.14 by Louis Dionne · 6 years ago
  23. efba04d [NFC][libcxx] Print human-friendly command line when lit test fails by Louis Dionne · 6 years ago
  24. 79132e8 [libcxx] Remove incorrect XFAIL on macos 10.12 by Louis Dionne · 6 years ago
  25. ab883e8 [libcxx] Improve error message when an invalid directory is provided as use_system_cxx_lib by Louis Dionne · 6 years ago
  26. d898f74 [libcxx] Remove unused definition of aligned allocation macro on old OS X by Louis Dionne · 6 years ago
  27. 5beaebf [libcxx] Fix incorrect iterator type in vector container test by Louis Dionne · 6 years ago
  28. 3ad8fb7 [libcxx] Mark strstreams tests as being supported on all OS X versions by Louis Dionne · 6 years ago
  29. bac4a9b Fix missing includes in test header by Eric Fiselier · 6 years ago
  30. ce2232f [libcxx] Make sure operator+ is declared with the right visibility attribute by Louis Dionne · 6 years ago
  31. ee6e0ce [libcxx] Mark stray symbols as hidden to try and fix the build by Louis Dionne · 6 years ago
  32. 23e4ddc [NFC][libcxx] Add revision number to ABI changelog by Louis Dionne · 6 years ago
  33. 507fe40 [libcxx] Make sure we can build with -fvisibility=hidden on Linux by Louis Dionne · 6 years ago
  34. 580cde0 [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*) by Zhihao Yuan · 6 years ago
  35. 739fdd4 [NFC] Rename lit feature to '-fsized-deallocation' for consistency by Louis Dionne · 6 years ago
  36. 7aa4878 [NFC] Reformat availability #defines in __config by Louis Dionne · 6 years ago
  37. ee720ea [NFC] Fix formatting in availability documentation by Louis Dionne · 6 years ago
  38. 7c5126b A couple of tests were broken when clang implemented the compiler parts of P0482 (support for char8_t). Comment out those bits until we implement the corresponding bits in libc++ by Marshall Clow · 6 years ago
  39. 33f9849 [libcxx] Fix threads detection on GNU/Hurd by Louis Dionne · 6 years ago
  40. 44047a2 Note that P0899R1 requires no work. by Marshall Clow · 6 years ago
  41. 3b4ca5b Mark P0771 as complete; we already did this - I just added tests to be sure by Marshall Clow · 6 years ago
  42. c1f6028 Add benchmarks for sorting and heap functions. by Samuel Benzaquen · 6 years ago
  43. 98dc85c [NFC][libcxx] Fix incorrect comments by Louis Dionne · 6 years ago
  44. f9b79dc [libcxx] Fix XFAIL for GCC 4.9 by Louis Dionne · 6 years ago
  45. 22507d6 [libcxx] Update test of trivial copyability of reference_wrapper by Louis Dionne · 6 years ago
  46. f6726af Add docker configurations used by the buildbots. by Eric Fiselier · 6 years ago
  47. c8f7855 [libcxx] Fix incorrect #include for std::hash by Louis Dionne · 6 years ago
  48. a320121 [libcxx] Add missing <cstddef> includes in tests by Louis Dionne · 6 years ago
  49. 13b7f7b [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast by Louis Dionne · 6 years ago
  50. 20c43d2 [libcxx] Add missing includes in tests by Louis Dionne · 6 years ago
  51. 1e04e9b [libcxx] Mention restriction on inline namespaces in LIBCXX_ABI_NAMESPACE docs by Louis Dionne · 6 years ago
  52. 7aac600 Remove BUILD file from google-benchmark by Benjamin Kramer · 6 years ago
  53. c5a5fa5 Disable filesystem benchmark when libstdc++ doesn't support it by Eric Fiselier · 6 years ago
  54. 622fc11 Upgrade Google Benchmark library to ToT by Eric Fiselier · 6 years ago
  55. 3ea08cd propagate __config_site includes when building benchmarks by Eric Fiselier · 6 years ago
  56. 09e56c1 Work around C++03 decltype limitations by Eric Fiselier · 6 years ago
  57. c2c6c1d Get tests compiling with -Wunused-local-typedef by Eric Fiselier · 6 years ago
  58. c6da5c5 [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 6 years ago
  59. 5d11d6e [libcxx] [test] Include <cassert> for assert(). by Stephan T. Lavavej · 6 years ago
  60. 5e97ad3 [libcxx] [test] Fix MSVC warning C4800. by Stephan T. Lavavej · 6 years ago
  61. ca91cfc Attempt to show progress bar in benchmark tests by Eric Fiselier · 6 years ago
  62. c53065d Exclude check-cxx-benchmarks from the global test target. by Eric Fiselier · 6 years ago
  63. b124ade Rename cxx-benchmark-unittests target and convert to LIT. by Eric Fiselier · 6 years ago
  64. eabc478 [libcxx] [test] Fix running tests on macOS with python3 by Alexander Richardson · 6 years ago
  65. 439de45 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 6 years ago
  66. ad46a18 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 6 years ago
  67. 2d7654e Add cxx-benchmark-unittests target by Eric Fiselier · 6 years ago
  68. 34aa86b Fix "use of" uninitialized memory in benchmark. by Eric Fiselier · 6 years ago
  69. 1595c0d Mark #2184 as complete; the tests are fine. (I thought that they were wrong before) by Marshall Clow · 6 years ago
  70. a4e279c [NFC] Mark LWG3128 and LWG3132 as requiring no work by Louis Dionne · 6 years ago
  71. 6b8b8a1 Fix UB in string.bench.cpp. by Eric Fiselier · 6 years ago
  72. 10180dc Remove duplicate entry for issue 3134 by Marshall Clow · 6 years ago
  73. 87b4a05 Update status for issue 3122 by Marshall Clow · 6 years ago
  74. d9c2715 [NFC][libcxx] Mark P1006R1 as complete by Louis Dionne · 6 years ago
  75. 98d4ace Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Reviewed as https://reviews.llvm.org/D53828 by Marshall Clow · 6 years ago
  76. d086fcc [NFC][libcxx] Mark P1006 as implemented in LLVM 8.0 by Louis Dionne · 6 years ago
  77. 52ddb5e [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits by Louis Dionne · 6 years ago
  78. 64d50b3 [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide <sys/sysctl.h> by Louis Dionne · 6 years ago
  79. 9140061 Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported. by Eric Fiselier · 6 years ago
  80. 16a8e7e Add emplace tests for multiset/unordered_multiset. by Eric Fiselier · 6 years ago
  81. 3870a97 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 6 years ago
  82. 94664a1 Update to-do list with new work from WG21 meeting in San Diego by Marshall Clow · 6 years ago
  83. e754a7a [NFC] Reformat std::optional tests by Louis Dionne · 6 years ago
  84. 0a36edc [NFC] Fix typo in <tuple> by Louis Dionne · 6 years ago
  85. cc73b18 [libcxx] Provide thread annotations for shared_mutex by Petr Hosek · 6 years ago
  86. 55a3e6c Attempt to enable -Wconversion by Eric Fiselier · 6 years ago
  87. d463495 Fix -Wimplicit-fallthrough warning by Fangrui Song · 6 years ago
  88. 9b0b9d6 Fix the test for partition_copy so it is not ridiculously slow. Also, detab. by Marshall Clow · 6 years ago
  89. 048b34a [NFC] Fix incorrect comment in std::list by Louis Dionne · 6 years ago
  90. 73d2ecc Fix test assumption that Linux implies glibc. by Dan Albert · 6 years ago
  91. 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
  92. 6115b72 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  93. f10e0ac [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments by Louis Dionne · 6 years ago
  94. 3fa96b3 [NFC] Replace C++1y and C++1z by C++14 and C++17, respectively by Louis Dionne · 6 years ago
  95. def3a40 [NFC] Mark "Splicing Maps and Sets" as done in LLVM 8.0 by Louis Dionne · 6 years ago
  96. 71ac96a Second half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  97. 3a73f01 Correct ABI list change wrongly advertised as being in the 7.0 release by Louis Dionne · 6 years ago
  98. 381fd9e Revert "Build with -fvisibility=hidden" by Eric Fiselier · 6 years ago
  99. 74b3eac Build with -fvisibility=hidden by Eric Fiselier · 6 years ago
  100. 831ab1b [libcxx] Correct link to code review for P1006 by Louis Dionne · 6 years ago