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