1. f18f9ce [libc++] Properly handle errors happening during Lit configuration by Louis Dionne · 3 years, 7 months ago
  2. 13fa4fc [libc++] Tidy up how %T and %t are created during configuration checks by Louis Dionne · 3 years, 6 months ago
  3. 401b76f [libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured-bindings. by Arthur O'Dwyer · 3 years, 7 months ago
  4. 2e6ae1d [libcxx] [Coroutine] Conform Coroutine Implementation by Chuanqi Xu · 3 years, 7 months ago
  5. f46f93b [libc++][NFC] Resolve Python 2 FIXME by Alfsonso Gregory · 3 years, 7 months ago
  6. 9a3cb73 [libc++] [test] Eliminate the libcpp-no-if-constexpr feature flag. by Arthur O'Dwyer · 3 years, 7 months ago
  7. cbe3b6b [libc++] Move LIBCXX-DEBUG-FIXME to params.py by Louis Dionne · 3 years, 8 months ago
  8. 6fd55bb [libunwind] Add a from-scratch config for running libunwind tests by Louis Dionne · 3 years, 8 months ago
  9. f4c1258 [libc++] Add an option to disable wide character support in libc++ by Louis Dionne · 3 years, 9 months ago
  10. f6a7490 [runtimes] Add tests for vendor-specific properties by Louis Dionne · 3 years, 8 months ago
  11. 19a3e24 [libc++] Simplify writing testing config files by Louis Dionne · 3 years, 8 months ago
  12. 60fe1f5 [runtimes][ci] Run the tests for libunwind in the CI by Louis Dionne · 3 years, 8 months ago
  13. f800560 [libc++] Rename the 'libc++' Lit feature to 'llvm-libc++' by Louis Dionne · 3 years, 8 months ago
  14. 81d2cea Revert "[libcxx][test] Use python specified by build rather than system default python" by David Spickett · 3 years, 8 months ago
  15. 9f641c9 [libcxx][test] Use python specified by build rather than system default python by Leonard Chan · 3 years, 8 months ago
  16. 138dc27 Revert "[libc++][libc++abi] Add tests for vendor-specific properties" by Haowei Wu · 3 years, 8 months ago
  17. 981b12f [libc++][NFC] Remove stray whitespace by Louis Dionne · 3 years, 8 months ago
  18. 9892d16 [libc++][libc++abi] Add tests for vendor-specific properties by Louis Dionne · 3 years, 8 months ago
  19. d486c5b [libc++] Clarify the name of Lit features related to standard library selection by Louis Dionne · 3 years, 8 months ago
  20. 5efafc3e Revert "[libcxx][pretty printers] Import gdb module in gdb feature check" by David Spickett · 3 years, 8 months ago
  21. 0c2a454 [libcxx][pretty printers] Import gdb module in gdb feature check by David Spickett · 3 years, 8 months ago
  22. 0a36c72 [libcxx][pretty printers] Check GDB Python scripting support by David Spickett · 3 years, 8 months ago
  23. 621e437 [libc++] Provide 'buildhost=<platform> feature for the tests. by Vladimir Vereschaka · 3 years, 9 months ago
  24. df2af99 [libc++][format] Add a CMake Unicode option. by Mark de Wever · 4 years ago
  25. 87dd519 [libc++] Remove support for CloudABI, which has been abandoned by Louis Dionne · 3 years, 9 months ago
  26. 0166690 [libc++] Remove workarounds for the lack of deduction guides in C++17 by Louis Dionne · 3 years, 10 months ago
  27. b408bbb [libc++] Avoid conflating stderr and stdout in the DSL by Louis Dionne · 3 years, 10 months ago
  28. 71909de [libc++] Disable incomplete library features. by Mark de Wever · 3 years, 10 months ago
  29. 069428b [libc++] Set the target triple by default in the standalone build by Louis Dionne · 3 years, 10 months ago
  30. 9333d34b [libc++] Disable #pragma system_header in the new testing configuration by Louis Dionne · 3 years, 11 months ago
  31. 8fb4745 [libc++/abi] Fix broken Lit feature no-noexcept-function-type by Louis Dionne · 3 years, 11 months ago
  32. f7d8754 [runtimes] Move enable_32bit to the DSL by Louis Dionne · 4 years ago
  33. c360553 [runtimes] Simplify how we specify XFAIL & friends based on the triple by Louis Dionne · 4 years ago
  34. f836549 [libc++] Migrate the additional_features parameter to the DSL by Louis Dionne · 4 years ago
  35. 0c0628c [libc++] Remove ad-hoc modules tests that are now unnecessary by Louis Dionne · 4 years ago
  36. 4d680b0 [libc++] Add a CI configuration for the modular build by Louis Dionne · 4 years ago
  37. 875ff8e [libc++] Enable tests for the experimental library by default by Louis Dionne · 4 years, 1 month ago
  38. 41d7909 [libcxx] [test] Fix the _supportsVerify check on Windows by fixing quoting by Martin Storsjö · 4 years ago
  39. 31bcdb6 [libc++] Translate the test suite sanitizer support to the DSL by Louis Dionne · 4 years, 1 month ago
  40. cb82e8e [libc++] Remove workaround for PR28391 (ODR violations with ASAN) by Louis Dionne · 4 years, 1 month ago
  41. 74d096e [libc++] Move handling of the target triple to the DSL by Louis Dionne · 4 years, 1 month ago
  42. 39bbfb7 [libc++] Use the internal Lit shell to run the tests by Louis Dionne · 5 years ago
  43. 203096a [libcxx] [test] Include more libraries that normally are linked automatically by Martin Storsjö · 4 years, 1 month ago
  44. ea12d77 [libc++] Support per-target __config_site in per-target runtime build by Petr Hosek · 4 years, 11 months ago
  45. 53b3c1c [libcxx] [test] Add a separate 'windows-dll' feature to check for by Martin Storsjö · 4 years, 2 months ago
  46. fe15556 Support leak sanitizer in libcxx. by Sterling Augustine · 4 years, 1 month ago
  47. 0fcb898 [libc++] [test] Fix a Python warning. by Arthur O'Dwyer · 4 years, 1 month ago
  48. 70d94c3 [libc++] __bit_iterator mustn't rely on deprecated SMF generation. by Arthur O'Dwyer · 4 years, 1 month ago
  49. 3b71de4 [libcxx] Fixed build break on buildbots with -Werror by Dávid Bolvanský · 4 years, 1 month ago
  50. cfec0a3 [libcxx] [test] Fix testing on windows with c++experimental enabled by Martin Storsjö · 4 years, 2 months ago
  51. 3d8f205 [libc++] Move the debug_level feature to the DSL by Louis Dionne · 4 years, 1 month ago
  52. 8508b1c1 [libc++] Divorce the std Lit feature from the -std=XXX compiler flag by Louis Dionne · 4 years, 2 months ago
  53. f619783 [libcxx] [test] Link against msvcprt as C++ ABI library in tests by Martin Storsjö · 4 years, 2 months ago
  54. 5c703f0 [libc++] Build and test with -Wundef warning. NFC. by Marek Kurdej · 4 years, 2 months ago
  55. 7acfd85 [libcxx] [test] Don't add dirs from the LIB env var to PATH by Martin Storsjö · 4 years, 2 months ago
  56. c06a8f9 [libc++] Include <__config_site> from <__config> by Louis Dionne · 5 years ago
  57. 4d47812 [SystemZ][z/OS] exclude nasty_macros.h from check-cxx by Zbigniew Sarbinowski · 4 years, 2 months ago
  58. c504c68 [libc++] Add a CI configuration with static libc++/libc++abi by Louis Dionne · 4 years, 2 months ago
  59. a644920 [libc++] Simpler Python script for generating a graph of libc++'s header dependencies by Arthur O'Dwyer · 4 years, 2 months ago
  60. 976eba5 [libc++] NFCI: Remove dead code in the Lit configuration by Louis Dionne · 4 years, 3 months ago
  61. 714644a [libcxx] [test] Move the is_<platform> functions down to subclasses by Martin Storsjö · 4 years, 3 months ago
  62. 9e29852 [libcxx] [test] Fix detection of clang-cl when cross compiling by Martin Storsjö · 5 years ago
  63. 3c62198 [libc++] NFC: Normalize links to bug reports by Louis Dionne · 4 years, 3 months ago
  64. 60ba1fe [libc++/abi] Allow running back-deployment testing against libc++abi by Louis Dionne · 5 years ago
  65. e4dd614 [libcxx] cleans up __cpp_concepts mess by Christopher Di Bella · 4 years, 3 months ago
  66. fb2e4f5 [libcxx] [test] Add a MinGW target by Martin Storsjö · 4 years, 7 months ago
  67. 90232b2 [libcxx] [test] Don't pass INCLUDE to clang via -isystem by Martin Storsjö · 4 years, 7 months ago
  68. f97ea0d [libcxx] [test] Define _CRT_STDIO_ISO_WIDE_SPECIFIERS while building tests by Martin Storsjö · 4 years, 7 months ago
  69. 537d90d [libc++] Split re.alg tests into locale-dependent and independent tests by Alex Richardson · 4 years, 4 months ago
  70. 933518f [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent by Louis Dionne · 4 years, 4 months ago
  71. 95729f9 [libc++] Add basic support for -std=c++2b. by Marek Kurdej · 4 years, 5 months ago
  72. 0f81598 [libc++] Add a 'is-lockfree-runtime-function' lit feature by Alex Richardson · 4 years, 5 months ago
  73. d7ca140 [libc++] Attempt to fix spurious modules-related failures in the CI by Louis Dionne · 4 years, 6 months ago
  74. e5cc7ba [libc++] NFC: Reindent non-lockfree-atomics feature by Louis Dionne · 4 years, 6 months ago
  75. 7ad8e19 [libc++] Move the GDB pretty printer tests to the DSL by Louis Dionne · 4 years, 7 months ago
  76. c1887e3 Revert "Allow running back-deployment testing against libc++abi" by Louis Dionne · 4 years, 7 months ago
  77. 4d79ef8 Allow running back-deployment testing against libc++abi by Louis Dionne · 5 years ago
  78. 2eadbc8 [libc++] Rework the whole availability markup implementation by Louis Dionne · 4 years, 7 months ago
  79. 8e01749 [libc++] Remove stray setting of use_system_cxx_lib left behind by Louis Dionne · 4 years, 7 months ago
  80. 70eb30c [libc++] Move availability-related Lit configuration to the DSL by Louis Dionne · 4 years, 7 months ago
  81. 5369d8cc [libc++] Remove support for .run.fail.cpp tests by Louis Dionne · 4 years, 7 months ago
  82. d1217be [libc++] NFC: Simplify how we run config tests by Louis Dionne · 4 years, 7 months ago
  83. d6e2bac [libc++] Migrate warning flags to the DSL by Louis Dionne · 4 years, 7 months ago
  84. 1b2fa6e [libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilities by Louis Dionne · 4 years, 7 months ago
  85. 4dfe014 [libc++] Add -Wno-sized-deallocation to avoid spurious GCC warnings by Louis Dionne · 4 years, 7 months ago
  86. d085697 [libc++] Add a new concept of ConfigAction, and use it in the DSL by Louis Dionne · 4 years, 7 months ago
  87. fd1c064 [libcxx] Add targets to available features. by Daniel Kiss · 4 years, 7 months ago
  88. c56bbb3 [libc++] Make sure we include a header when checking compiler macros by Louis Dionne · 4 years, 7 months ago
  89. 88ffc72 [libc++] Add a libc++ configuration that does not support localization by Louis Dionne · 4 years, 8 months ago
  90. 48e4b0f [runtimes] Revert the libc++ __config_site change by Louis Dionne · 4 years, 7 months ago
  91. 5d79664 [take 2] [libc++] Include <__config_site> from <__config> by Louis Dionne · 5 years ago
  92. eb60c48 [libc++] Revert "Include <__config_site> from <__config>" by Louis Dionne · 4 years, 7 months ago
  93. 1e46d1a [libc++] Include <__config_site> from <__config> by Louis Dionne · 5 years ago
  94. b30e429 [libcxx] [test] Avoid conflicting definitions of _CRT_SECURE_NO_WARNINGS by Martin Storsjö · 5 years ago
  95. 5c39eeb [libcxx] [test] Fix filesystem_test_helper.h to compile for windows by Martin Storsjö · 4 years, 8 months ago
  96. 7928d40 [libc++][dsl] Run checks for locale names aliases using a single %exec by Alex Richardson · 4 years, 8 months ago
  97. e0d0129 [libc++] Allow building libc++ on platforms without a random device by Louis Dionne · 4 years, 8 months ago
  98. ddb2baf [libc++] Make sure we don't cache DSL functions too aggressively by Louis Dionne · 4 years, 8 months ago
  99. 5390c5a [libc++] Add caching for feature-detection Lit tests by Louis Dionne · 4 years, 8 months ago
  100. ce1365f [libc++] Add a CMake option to control whether the debug mode is supported by Louis Dionne · 4 years, 8 months ago