Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
5eb8d45ab5b85cb3a2edfe995cbf1d4b1beae462
/
libcxx
/
utils
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
4e52944
[libc++] Make sure we include %{flags} when building with the new format
by Louis Dionne
· 5 years ago
b00a874
[libc++] SSH: Fix tarring of dependencies on Windows
by Louis Dionne
· 5 years ago
ceb58ad
[libc++] Lit: Add default values for most arguments of test executors
by Louis Dionne
· 5 years ago
80a2ddf
[libc++] Add an alternative Lit test format
by Louis Dionne
· 5 years ago
937040d
[libc++] Add REQUIRES for tests that need -fblocks and -fobjc-arc
by Louis Dionne
· 5 years ago
ff09135
[libc++] Execute tests from the Lit execution root instead of the test tree
by Louis Dionne
· 5 years ago
92e563b
[libc++] SSH: Create a tarball of dependencies and scp that instead
by Louis Dionne
· 5 years ago
160b01c
[libc++] SSH: Use -p when scp'ing to preserve modes and modification times
by Louis Dionne
· 5 years ago
0489d39
[libc++] SSH: Properly handle test-executables that are not the first argument
by Louis Dionne
· 5 years ago
64acef3
[libc++] Handle SSH errors more gracefully and make sure we clean up the tmp directory
by Louis Dionne
· 5 years ago
fee0026
[libc++abi] Fix remote execution of .sh.cpp tests
by Sergej Jaskiewicz
· 5 years ago
1c0dd57
[libc++] Use 'export' instead of 'env' to run remote commands
by Louis Dionne
· 5 years ago
07e4625
[libc++] Allow running .sh.cpp tests with SSHExecutors
by Louis Dionne
· 5 years ago
89fe36d
[libc++] Make sure substitutions are expanded inside FILE_DEPENDENCIES
by Louis Dionne
· 5 years ago
34756a1
[libc++] Execute tests using an external shell
by Louis Dionne
· 5 years ago
fb47ffc
[libc++] Provide a method for adding compiler flags in lit.local.cfg files
by Louis Dionne
· 5 years ago
d3a729a
[libc++] Set filesystem test flags in a lit.local.cfg
by Louis Dionne
· 5 years ago
05bc588
[libc++] Do not rely on the environment to run filesystem tests
by Louis Dionne
· 5 years ago
05b04c6
Recommit "[libc++] NFC: Simplify substitutions by using lit recursive substitutions"
by Louis Dionne
· 5 years ago
32c9efb
[libc++] Add support for a new keyword ADDITIONAL_COMPILE_FLAGS
by Louis Dionne
· 5 years ago
12f6b02
Revert "[libc++] NFC: Simplify substitutions by using lit recursive substitutions"
by David Zarzycki
· 5 years ago
e9a2caf
[libc++] Use braces around %file_dependencies substitution
by Louis Dionne
· 5 years ago
cd7f975
[libc++] NFC: Simplify substitutions by using lit recursive substitutions
by Louis Dionne
· 5 years ago
08776de
[libc++/libc++abi] Properly delimit lit substitutions
by Louis Dionne
· 5 years ago
3f2f7f8
[libc++] Remove unused lit substitutions
by Louis Dionne
· 5 years ago
6c6fba8
Correctly handle using foo = std::foo inside namespaces.
by Sterling Augustine
· 5 years ago
0767732
Revert "[libc++] Run the builders Docker containers 'as 'buildbot instead of 'root'"
by Eric Fiselier
· 5 years ago
a5fa5f7
[libc++] Do not force the use of -Werror in verify tests
by Louis Dionne
· 5 years ago
aec82f9
[libc++] Require the use of clang-verify in .fail.cpp tests that don't fail without it
by Louis Dionne
· 5 years ago
9223b7f
[libc++] Add a new %exec substitution
by Louis Dionne
· 5 years ago
f03ac38
[libc++] Drop custom support for flaky tests from libc++ test suite
by Louis Dionne
· 5 years ago
a32b94c
[libc++] Run the builders Docker containers 'as 'buildbot instead of 'root'
by Louis Dionne
· 5 years ago
7311b27
[libc++] Install a recent CMake in the Docker build bots
by Louis Dionne
· 5 years ago
3c84aca
[libc++] Bump Clang support for Clang 4
by Louis Dionne
· 5 years ago
c0e1135f
[libc++] Fix URL to llvm github
by Eric Fiselier
· 5 years ago
deb5103
[libc++] Rework buildbot configuration for the greater good.
by Eric Fiselier
· 5 years ago
0feaf22
[libc++] Properly handle environment variables with '=' in them
by Louis Dionne
· 5 years ago
e22fe98
[libc++] Make the %run substitution closer to how .pass.cpp tests are executed
by Louis Dionne
· 5 years ago
7efbd85
[libc++] Add a new FILE_DEPENDENCIES parser
by Louis Dionne
· 5 years ago
a4ef2a7
[libc++] Move some misplaced compile-time flags
by Louis Dionne
· 5 years ago
3d9e6c4
[libc++] Use env to set the tool's environment on Darwin
by Louis Dionne
· 5 years ago
0534358
[libc++] [P0646] Add feature-test macro for __cpp_lib_list_remove_return_type.
by Marek Kurdej
· 5 years ago
dffbaa4
[libcxx] Drop -D option from libtool when merging archives
by Petr Hosek
· 5 years ago
603acd9
[libcxx] When merging archives, build index even on Darwin
by Petr Hosek
· 5 years ago
b4b4259
[libc++] update GCC cherry-pick to build 4.8.5
by Eric Fiselier
· 5 years ago
0b8585e
[libc++] Update compiler images and more docker cleanup.
by Eric Fiselier
· 5 years ago
fdba2e4
[libc++] Update lld version on buildbots to be LLVM-11.
by Eric Fiselier
· 5 years ago
1d8fad4
[libc++] Rework docker files for buildbots.
by Eric Fiselier
· 5 years ago
12339ef
Revert "[libc++] Do not set the `availability=XXX` feature when not testing against a system libc++"
by Louis Dionne
· 5 years ago
7dd6a86
[libc++] Do not set the `availability=XXX` feature when not testing against a system libc++
by Louis Dionne
· 5 years ago
99382e4
[libc++] Add utility to generate and display libc++'s header dependency graph.
by Eric Fiselier
· 5 years ago
2234cf5
[libc++][macOS CI] Ensure that the SDK version is not older than the deployment target
by Louis Dionne
· 5 years ago
e93e58c
Reland [libc++] [P0325] Implement to_array from LFTS with updates.
by Marek Kurdej
· 5 years ago
5e70172
Revert "[libc++] [P0325] Implement to_array from LFTS with updates."
by Marek Kurdej
· 5 years ago
86aae78
[libc++] [P0325] Implement to_array from LFTS with updates.
by Marek Kurdej
· 5 years ago
b4c911e
[libcxx] Add a std::string_view pretty printer for libcxx.
by Eric Fiselier
· 5 years ago
7b8dc8c
[libcxx] Support Python 3.8 in the test suite
by Sergej Jaskiewicz
· 5 years ago
049c437
[libcxx] Introduce LinuxRemoteTI for remote testing
by Sergej Jaskiewicz
· 5 years ago
e308a0c
[libcxx] Fix a typo in config.py
by Sergej Jaskiewicz
· 5 years ago
f97936f
[libc++] Cleanup and enable multiple warnings.
by Eric Fiselier
· 5 years ago
44c167a
[libcxx] Replace func_name with __name__ for compatibility with Python 3
by Sergej Jaskiewicz
· 5 years ago
8bd9d0b
[libcxx] [test] Query the target platform, not the host one
by Louis Dionne
· 5 years ago
06e5ebf
[libcxx] Add -Wno-deprecated-copy to the test config
by David Zarzycki
· 5 years ago
8b77a3a
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
by Louis Dionne
· 6 years ago
fd02a46
[libcxx] Make generate_feature_test_macro_components script compatible with Python 3.
by Louis Dionne
· 6 years ago
dba8396
[libcxx] Disable -Wconstant-evaluated for testsuite
by Dávid Bolvanský
· 6 years ago
fd667b8
[libcxx] [test] Run `chmod +x` on executables when testing via SSH
by Louis Dionne
· 6 years ago
689ce81
[libc++][NFC] Remove excess trailing newlines from most files
by Casey Carter
· 6 years ago
1ea8bb3
[libc++] Move the linker script generation step to CMake
by Louis Dionne
· 6 years ago
Next »