summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Don't add examples to the check-clang dependencies unless requestedAlp Toker2014-06-01
* Update lit.cfg to support the clang-interpreter test from r207950Alp Toker2014-05-05
* test: Use llvm-profdata merge in Profile testsJustin Bogner2014-04-17
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-19
* [CMake] Prune LLVM_TOOLS_DIR and LLVM_LIBS_DIR in clang/test/CMakeLists.txt. ...NAKAMURA Takumi2014-01-19
* [CMake] check-clang requires clang-tblgen. It is not required by anyone when ...NAKAMURA Takumi2014-01-19
* check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin,...NAKAMURA Takumi2014-01-09
* check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.NAKAMURA Takumi2013-12-19
* [CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH...NAKAMURA Takumi2013-12-19
* [CMake] check-clang: Include ClangUnitTests if it can be built. Check existen...NAKAMURA Takumi2013-12-19
* [CMake] check-clang: Append items to CLANG_TEST_DEPS rather than set. CLANG_T...NAKAMURA Takumi2013-12-19
* [CMake] check-clang: Deprecate --path, according to r197576.NAKAMURA Takumi2013-12-19
* check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated f...NAKAMURA Takumi2013-12-18
* clang/test/CMakeLists.txt: Prune CLANG_SOURCE_DIR and CLANG_BINARY_DIR. They ...NAKAMURA Takumi2013-12-18
* [CMake][Standalone] Fixup r197395 for standalone build.NAKAMURA Takumi2013-12-17
* check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg.NAKAMURA Takumi2013-12-04
* Re-add clang-format tests to clang/test.Daniel Jasper2013-03-25
* Add llvm-symbolizer as test dependency.Evgeniy Stepanov2013-03-13
* CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose2013-02-08
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-27
* clang/test: [CMake] check-clang doesn't require llvm-dis any more.NAKAMURA Takumi2013-01-22
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-26
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-16
* Extend a workaround for a CMake bug in LLVM's r159593 to apply toChandler Carruth2012-07-02
* We support a mode where the Clang regression tests are run but not theChandler Carruth2012-07-02
* Switch from using a lit.cfg-generator variable to the real variable inChandler Carruth2012-07-02
* Switch Clang to use the new common LLVM CMake infrastructure for addingChandler Carruth2012-06-30
* Switch Clang's CMake lit.site.cfg generation over to use the commonChandler Carruth2012-06-29
* Remove a completely unused and remarkably inaccurate list of testChandler Carruth2012-06-27
* Update the Clang CMake build to reflect the name change in LLVM r159258.Chandler Carruth2012-06-27
* Add the dependency on clang-check to clang-test, so clang-checkManuel Klimek2012-04-04
* CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi2012-01-30
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-06
* CMake: "clang-test" may not depend on check.deps.NAKAMURA Takumi2011-08-16
* Add diagtool-based test where we enforce that no additional warnings can be a...Ted Kremenek2011-08-11
* test/CMakeLists.txt: Re-indent.NAKAMURA Takumi2011-07-20
* Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabledDouglas Gregor2011-07-15
* test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together.NAKAMURA Takumi2011-07-10
* test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check...NAKAMURA Takumi2011-07-10
* test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps.NAKAMURA Takumi2011-07-09
* cmake+lit: final cleanup related to the recent churnAndrew Trick2011-06-23
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-22
* Add another dependency to the clang-test CMake target, this time to support lit.Chandler Carruth2011-06-16
* Add the new arcmt-test tool to the clang-test dependencies withChandler Carruth2011-06-16
* Remove the clang-test-XXX targets from the CMake builds; they really aren't u...Douglas Gregor2011-05-20
* Nth time's a charm?Douglas Gregor2011-02-25
* CMake target check.deps only exists when LLVM_INCLUDE_TESTSDouglas Gregor2011-02-25
* CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio.NAKAMURA Takumi2011-02-23
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar2011-02-18