aboutsummaryrefslogtreecommitdiff
path: root/clang/test/lit.cfg.py
AgeCommit message (Expand)AuthorFilesLines
3 daysReland [clang][AArch64] Add getHostCPUFeatures to query for enabled f… (#11...Elvina Yakubova1-0/+3
2024-10-31[Clang][SYCL] Introduce clang-sycl-linker to link SYCL offloading device code...Arvind Sudarsanam1-0/+1
2024-10-01Revert "[Utils] Add new --update-tests flag to llvm-lit" (#110772)Henrik G. Olsson1-10/+0
2024-10-01[Utils] Add new --update-tests flag to llvm-lit (#108425)Henrik G. Olsson1-0/+10
2024-08-06Revert "[LinkerWrapper] Extend with usual pass options (#96704)" (#102226)Joseph Huber1-12/+0
2024-07-22[Clang] Introduce 'clang-nvlink-wrapper' to work around 'nvlink' (#96561)Joseph Huber1-0/+1
2024-07-11[LinkerWrapper] Extend with usual pass options (#96704)Joel E. Denny1-0/+12
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida1-0/+1
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida1-0/+1
2023-11-10[AIX] Enable tests relating to 64-bit XCOFF object files (#71814)Jake Egan1-37/+0
2023-08-22Summary:zhijian1-1/+3
2023-08-22[AIX] supporting -X options for llvm-ranlib in AIX OSzhijian1-4/+3
2023-05-27[clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-replAnubhab Ghosh1-2/+31
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-104/+182
2023-05-20Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"Anubhab Ghosh1-32/+0
2023-05-20[clang-repl][CUDA] Initial interactive CUDA support for clang-replAnubhab Ghosh1-0/+32
2023-04-05Revert "[clang][lit] Make LIT aware of env CLANG_CRASH_DIAGNOSTICS_DIR."Francesco Petrogalli1-4/+0
2023-04-05[clang][lit] Make LIT aware of env CLANG_CRASH_DIAGNOSTICS_DIR.Francesco Petrogalli1-0/+4
2023-03-14[AIX] change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OSzhijian1-0/+1
2023-02-15[Clang][Test] Add llvm-lto, llvm-lto2 and llvm-profdata to the tool substitut...Weining Lu1-0/+1
2023-01-07[llvm-driver] Mark some tests unsupportedAlex Brachet1-0/+3
2022-10-24[LIT] Add AArch64/Windows to LP64 featureMuhammad Omair Javaid1-1/+1
2022-10-16[CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXXFangrui Song1-3/+0
2022-10-06[clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake optionNikita Popov1-3/+0
2022-09-30[clang] [Driver] Disable default configs via envvar during testingMichał Górny1-0/+5
2022-09-29[llvm] [lit] Move %clang_dxc substitution from clang/testMichał Górny1-2/+0
2022-09-21[AIX] change "llvm-nm" to "env OBJECT_MODE=any llvm-nm" in clang/test for AIX OSzhijian1-0/+10
2022-09-08C++/ObjC++: switch to gnu++17 as the default standardFangrui Song1-0/+3
2022-09-08Revert "C++/ObjC++: switch to gnu++17 as the default standard"Nikita Popov1-3/+0
2022-09-07C++/ObjC++: switch to gnu++17 as the default standardFangrui Song1-0/+3
2022-08-16[clang][Darwin] Re-apply "Always set the default C++ Standard Library to libc++"Louis Dionne1-1/+1
2022-07-31[clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON.Sunho Kim1-4/+0
2022-07-28[clang-repl] Add host exception support check utility flag.Sunho Kim1-3/+6
2022-07-08[AIX][clang/test] Set/propagate AIXTHREAD_STK for AIXHubert Tong1-0/+10
2022-06-16cmake: configure clang lit to use hmaptool from source directlyMatheus Izvekov1-1/+1
2022-05-19[lit] Fix setup of sanitizer environmentVitaly Buka1-4/+0
2022-05-11[Clang] Introduce clang-offload-packager tool to bundle device filesJoseph Huber1-1/+1
2022-04-19[OpenMP] Add better testing for the linker wrapperJoseph Huber1-1/+1
2022-04-15[HLSL][clang][Driver] Support target profile command line option.Xiang Li1-0/+2
2022-04-13[Driver] Change CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL to affect driver defaul...Fangrui Song1-0/+3
2022-04-12lit.cfg.py: remove obsoleted feature clang-driverFangrui Song1-4/+0
2022-04-06[cmake] Remove LLVM_ENABLE_NEW_PASS_MANAGER cmake optionNikita Popov1-4/+0
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman1-1/+1
2022-03-23[clang][deps] Create lit substitution for deps-to-rspJan Svoboda1-0/+5
2022-02-25[analyzer] Don't crash if the analyzer-constraint is set to Z3, but llvm is n...Kristóf Umann1-0/+2
2022-01-09[AIX] Disable tests that fail because of no 64-bit XCOFF object file supportJake Egan1-0/+21
2021-12-14[clang] Use usual lit pattern for CLANG_DEFAULT_PIE_ON_LINUX and LLVM_WITH_Z3Nico Weber1-2/+2
2021-12-14[Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pieFangrui Song1-0/+3
2021-10-26Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-1/+0
2021-10-08Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Leonard Chan1-0/+1