summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2019-02-12Make the sym_diff utilities more useful.Eric Fiselier
2019-02-11[libcxx] Preserve order, avoid duplicates when merging static archivesPetr Hosek
2019-02-11The new file header didn't get carried over when these files wereChandler Carruth
2019-02-10 Format sym_extract.py output to minimize diff output.Eric Fiselier
2019-02-09[libcxx] Support runtimes and monorepo locations for testsPetr Hosek
2019-02-06Revert "[libc++] Only add dylib-related features when using the system's libc++"Louis Dionne
2019-02-06[libc++] Only add dylib-related features when using the system's libc++Louis Dionne
2019-02-05[CMake] Support compiler-rt builtins library in testsPetr Hosek
2019-02-05[libcxx] Start defining lit features for tests depending on availabilityLouis Dionne
2019-02-05[libc++] Control whether exceptions are enabled in the macOS trunk testing sc...Louis Dionne
2019-02-05Fix double curliesJF Bastien
2019-02-05[CMake] Update lit test configurationPetr Hosek
2019-02-04Support tests in freestandingJF Bastien
2019-02-02Move the feature test macros script to the utils directory.Eric Fiselier
2019-01-19Improve docker images and configuration; create compiler-zoo imageEric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Fix all the bots.Eric Fiselier
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09[libcxx] Add a script to run CI on older MacOS versionsLouis Dionne
2019-01-09[libcxx] Add a script to run CI on MacOSLouis Dionne
2019-01-05Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD"Kamil Rytarowski
2018-12-30More tolerance for flaky tests in libc++ on NetBSDKamil Rytarowski
2018-12-17[test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny
2018-12-15Try 2: Fix bug in buildbot start scriptEric Fiselier
2018-12-15Fix bug in buildbot start scriptEric Fiselier
2018-12-15Rework docker setup to make it easier to work around bugs on buildbotsEric Fiselier
2018-12-14[libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for ...Louis Dionne
2018-12-14Update google benchmark againEric Fiselier
2018-12-14Update google benchmark versionEric Fiselier
2018-12-11[libcxx] Only enable the availability LIT feature when we're testing libc++Louis Dionne
2018-12-11[libcxx] Remove the no_default_flags LIT configurationLouis Dionne
2018-12-11[NFC] Fix incorrect (but unreachable) LIT error messageLouis Dionne
2018-12-07[libcxx] Remove the availability_markup LIT featureLouis Dionne
2018-12-06[libcxx] Always convert 'use_system_cxx_lib' to an absolute pathLouis Dionne
2018-12-04[libcxx] Always enable availability in the lit test suite.Louis Dionne
2018-11-28[libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne
2018-11-22[NFC][libcxx] Print human-friendly command line when lit test failsLouis Dionne
2018-11-21[libcxx] Improve error message when an invalid directory is provided as use_s...Louis Dionne
2018-11-21[NFC] Rename lit feature to '-fsized-deallocation' for consistencyLouis Dionne
2018-11-19Add docker configurations used by the buildbots.Eric Fiselier
2018-11-16Remove BUILD file from google-benchmarkBenjamin Kramer
2018-11-15Upgrade Google Benchmark library to ToTEric Fiselier
2018-11-15Get tests compiling with -Wunused-local-typedefEric Fiselier
2018-11-14Rename cxx-benchmark-unittests target and convert to LIT.Eric Fiselier
2018-11-14[libcxx] [test] Fix running tests on macOS with python3Alexander Richardson
2018-11-08Attempt to enable -WconversionEric Fiselier
2018-10-29XFAIL test on OS X availabilityEric Fiselier
2018-10-17[libcxx] Improve reporting when running the lit test suiteLouis Dionne
2018-10-12[NFC][libc++] Fix broken link in commentLouis Dionne
2018-09-22[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev