1. 1fc5010 [libc++] Consider everything inside %T to be a dependency of each test by Louis Dionne · 5 years ago
  2. 4e813bb [libc++] Make sure tests are run in a unique directory by Louis Dionne · 5 years ago
  3. 756db30 [libc++] Install locales in the build bot Docker images by Louis Dionne · 5 years ago
  4. a2439be [libc++] Translate the enable_filesystem parameter to the DSL by Louis Dionne · 5 years ago
  5. 01a0c3b [libc++] Define the no-exceptions Lit feature using the DSL by Louis Dionne · 5 years ago
  6. 78e266e [libc++] Allow picking Lit parameters from the config by Louis Dionne · 5 years ago
  7. 7fb40e1 [libc++] Fix too stringent availability markup for bad_optional_access by Louis Dionne · 5 years ago
  8. 339156a [libc++] Avoid passing -xc++ in Lit feature detection by Louis Dionne · 5 years ago
  9. 3864ee7 [libc++] Translate locale detection to the DSL by Louis Dionne · 5 years ago
  10. e018435 [libc++] Link against libatomic when it is found by Louis Dionne · 5 years ago
  11. cc78f1e [libc++] Avoid warning for large types with std::atomic in the test suite by Louis Dionne · 5 years ago
  12. 68e4e8a [libc++] Disable LLVM benchmarks in the Apple build by Louis Dionne · 5 years ago
  13. b68bf11 [libc++] Merge the Apple install-libcxx and libcxxabi scripts by Louis Dionne · 5 years ago
  14. 39a116e [libc++] Move away from the standalone build for Apple libc++ and libc++abi by Louis Dionne · 5 years ago
  15. 77b9abf [libc++] Complete overhaul of constexpr support in std::array by Louis Dionne · 5 years ago
  16. 174322c [libc++] Mark __cpp_lib_hardware_interference_size as unimplemented. This fxes bug PR41423. by Marek Kurdej · 5 years ago
  17. 8f55578 [libc++] Link back-deployment tests against the latest libc++ and libc++abi by Louis Dionne · 5 years ago
  18. 16f5ce5 [libc++] Remove -ftemplate-depth when running tests by Louis Dionne · 5 years ago
  19. ddacd37 [libc++] Do not set the runtime library path with DYLD_LIBRARY_PATH by Louis Dionne · 5 years ago
  20. 93e8164 [libc++] Remove workaround for DYLD_LIBRARY_PATH being passed to the compiler by Louis Dionne · 5 years ago
  21. 21b0ec2 [libc++] Do not rely on use_system_cxx_lib to specify the path of the library to run against by Louis Dionne · 5 years ago
  22. 1a68b5f [libc++] Fix broken Lit features based on __config_site macros by Louis Dionne · 5 years ago
  23. bb7191a [libc++] Segregate back-deployment dylibs into their own subdirectory by Louis Dionne · 5 years ago
  24. 04c89c7 [libc++] Centralize where we set the libc++ and libc++abi paths in config.py by Louis Dionne · 5 years ago
  25. e7bdfba [libc++] Explicitly list Lit features from the config_site header by Louis Dionne · 5 years ago
  26. 6d2599e [libcxx][span] Implement P1976R2 by Michael Schellenberger Costa · 5 years ago
  27. d98b9a4 [libc++] NFC: Do not print the environment on remote hosts by Louis Dionne · 5 years ago
  28. 7e6221d [libc++] Remove unused functions and minor features of the test suite by Louis Dionne · 5 years ago
  29. 17a53a1 [libc++] Allow <__config_site> not being included by Louis Dionne · 5 years ago
  30. c0cd106 [libc++] Move parsing of <__config_site> macros to the DSL by Louis Dionne · 5 years ago
  31. 94361dd [libc++] Always enable local submodule visibility in the test suite by Louis Dionne · 5 years ago
  32. 09e4e9f [libc++] NFC: Remove unnecessary scope by Louis Dionne · 5 years ago
  33. 0b722a8 [libc++] Translate the modules-support Lit feature to the DSL by Louis Dionne · 5 years ago
  34. db015fd [libc++] Translate compiler-identification Lit features to the new DSL by Louis Dionne · 5 years ago
  35. 9ae23bd [libc++] NFC: Print Lit available features in sorted order by Louis Dionne · 5 years ago
  36. ff4a3ee [libc++] Define a few Lit features using the new DSL by Louis Dionne · 5 years ago
  37. 3e89508 [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if. by Marek Kurdej · 5 years ago
  38. cd05707 [libc++] Try re-enabling DSL test on Windows by Louis Dionne · 5 years ago
  39. 68fb805 [libc++] Turn on warnings in the test suite in C++03 for Clang-based compilers by Louis Dionne · 5 years ago
  40. 0c91e13 [libc++] Make sure -Werror is enabled all the time, except in verify tests by Louis Dionne · 5 years ago
  41. 75a815a [libc++] Use Lit utilities instead of old libcxx utilities for str/bytes conversions by Louis Dionne · 5 years ago
  42. ecd3ce0 [libc++] Make sure platform detection works in both Python 2 and 3 by Louis Dionne · 5 years ago
  43. d789ef1 [libc++] Make sure we create the working directory for running config check commands by Louis Dionne · 5 years ago
  44. cfedd7d [libc++] Use the internal Lit shell parser to run config tests by Louis Dionne · 5 years ago
  45. dfec13f [libc++] Do not allow customizing the arch in the trunk and back-deployment scripts by Louis Dionne · 5 years ago
  46. 2fd7d36 [libc++] Make the verify-support feature implicit by Louis Dionne · 5 years ago
  47. ae3e585 [libc++] Re-disable DSL test on Windows by Louis Dionne · 5 years ago
  48. 51a60ed [libc++] Try re-enabling DSL test on Windows by Louis Dionne · 5 years ago
  49. 19123a3 [libc++] Fix MacOS platform detection broken in Python 3 by Louis Dionne · 5 years ago
  50. 178a0c8 [libc++] Make sure temporary config files are closed by Louis Dionne · 5 years ago
  51. 14f07bc [libc++] Avoid using distutils.util in the DSL by Louis Dionne · 5 years ago
  52. 707df4a [libc++] Temporarily disable test that fails on Windows by Louis Dionne · 5 years ago
  53. e82f0a5 [libc++][Take 2] Create a small DSL for defining Lit features and parameters by Louis Dionne · 5 years ago
  54. 8f24c4b Revert: [libc++] Create a small DSL for defining Lit features and parameters by David Zarzycki · 5 years ago
  55. 05ef484 [libc++] Properly handle --no-execute in the new format by Louis Dionne · 5 years ago
  56. a486edd [libc++abi] Assume that libcxx is checked out in the Apple build script by Louis Dionne · 5 years ago
  57. 6d58030 [libc++] Create a small DSL for defining Lit features and parameters by Louis Dionne · 5 years ago
  58. 38a9528 [libc++] NFC: Expose a top-level parseScript function in the new format by Louis Dionne · 5 years ago
  59. a9104f8 [libc++] Properly import lit.formats from the new format by Louis Dionne · 5 years ago
  60. 4de60d9 [libc++] NFC: Refactor the new format substitutions into its own method by Louis Dionne · 5 years ago
  61. 4fd92cc [libc++] Get rid of pipe in command to check whether verify is supported by Louis Dionne · 5 years ago
  62. 7f48246 [libc++] Quietly scp tarballs over with the remote executor by Louis Dionne · 5 years ago
  63. a2fc220 [libc++] NFC: Remove unused parameters in the new test format by Louis Dionne · 5 years ago
  64. d6c95ae [libc++] Update scripts to build libc++/libc++abi for Apple by Louis Dionne · 5 years ago
  65. 8c61114 [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' by Louis Dionne · 5 years ago
  66. fccc4af [libc++] Re-enable warnings in the new format by Louis Dionne · 5 years ago
  67. 5ec6fdb Revert "[libc++] Re-enable warnings in the new format" by Louis Dionne · 5 years ago
  68. 20fd624 [libc++] Re-enable warnings in the new format by Louis Dionne · 5 years ago
  69. 0f12480 [dfsan] Add "DataFlow" option to LLVM_USE_SANITIZER by Zola Bridges · 5 years ago
  70. 5eb8d45 [libc++] Use proper shell escaping in the executors by Louis Dionne · 5 years ago
  71. 60ce987 [RISCV][PowerPC] Fix google/benchmark benchmark::cycleclock::Now by Luís Marques · 5 years ago
  72. 7cb1aa9 Revert "[libc++] Use proper shell escaping in the executors" by Louis Dionne · 5 years ago
  73. f8452dd [libc++] Use proper shell escaping in the executors by Louis Dionne · 5 years ago
  74. 7d4546e [libc++] Split features for platform detection into its own function by Louis Dionne · 5 years ago
  75. a7e15b0 [libc++] List the set of __config_site macros used for features by Louis Dionne · 5 years ago
  76. a8e4b7a [libc++] NFC: Rename Lit feature for no RTTI to -fno-rtti by Louis Dionne · 5 years ago
  77. 68587af [libc++] Move handling of convenience substitutions outside of config.py by Louis Dionne · 5 years ago
  78. ebd9023 [libc++] Support arbitrary .sh.X extensions in the new format by Louis Dionne · 5 years ago
  79. e98c273 [libc++] Remove the ability to run using the internal Lit shell by Louis Dionne · 5 years ago
  80. e87c46b [libc++] Remove the need for the %{build_module} substitution by Louis Dionne · 5 years ago
  81. 2bed2fa [libc++] NFC: Remove the %{compile} substitution, which is not used anymore by Louis Dionne · 5 years ago
  82. 7a6aaf9 [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup by Louis Dionne · 5 years ago
  83. ec442f0 [libc++] run.py: Create directory hierarchy if it does not exist by Louis Dionne · 5 years ago
  84. 509cbc2 [libc++] CI: Allow pointing to specific dylib roots during backdeployment testing by Louis Dionne · 5 years ago
  85. 35bbf3b [libc++] Add .verify.cpp tests to the new format by Louis Dionne · 5 years ago
  86. d58107c [libc++] Remove support for .fail.mm tests by Louis Dionne · 5 years ago
  87. 80aea8e [libc++] Simplify how with_system_cxx_lib and availability features are defined by Louis Dionne · 5 years ago
  88. 0256413 [libc++] NFC: Minor cleanups in config.py by Louis Dionne · 5 years ago
  89. 9d8c225 [libc++] NFC: Remove unused Lit features in the test suite by Louis Dionne · 5 years ago
  90. 4537ba4 [libc++] NFC: Remove unused method call by Louis Dionne · 5 years ago
  91. 77b46fb [libc++/abi] Add scripts for building libc++ and libc++abi on Apple platforms by Louis Dionne · 5 years ago
  92. bf90b8f [libc++] Fix failing concepts tests by Eric Fiselier · 5 years ago
  93. eceae25 [libc++] CI: Always build for both i386 and x86_64 in the back-deployment script by Louis Dionne · 5 years ago
  94. a092e38 [libc++] Remove the %{not} substitution by Louis Dionne · 5 years ago
  95. 3fefda6 [libc++] Run tests in a directory related to %t instead of /tmp by Louis Dionne · 5 years ago
  96. f8b6529 [libc++] Translate MODULES_DEFINES annotations to ADDITIONAL_COMPILE_FLAGS by Louis Dionne · 5 years ago
  97. f75ebe1 [libc++] Support .sh.s tests in the new format by Louis Dionne · 5 years ago
  98. 8a42bf2 [lit] Move the recursiveExpansionLimit setting to TestingConfig by Louis Dionne · 5 years ago
  99. 2672735 [libc++] Make sure we execute tests with the current environment by Louis Dionne · 5 years ago
  100. 2c1c477 [libc++] Always use -fsyntax-only in .fail.cpp tests by Louis Dionne · 5 years ago