summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add the dependency on clang-check to clang-test, so clang-checkManuel Klimek2012-04-041-0/+1
* CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi2012-01-301-2/+0
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-061-0/+1
* CMake: "clang-test" may not depend on check.deps.NAKAMURA Takumi2011-08-161-1/+2
* Add diagtool-based test where we enforce that no additional warnings can be a...Ted Kremenek2011-08-111-1/+1
* test/CMakeLists.txt: Re-indent.NAKAMURA Takumi2011-07-201-4/+4
* Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabledDouglas Gregor2011-07-151-2/+2
* test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together.NAKAMURA Takumi2011-07-101-2/+1
* test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check...NAKAMURA Takumi2011-07-101-2/+2
* test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps.NAKAMURA Takumi2011-07-091-1/+1
* cmake+lit: final cleanup related to the recent churnAndrew Trick2011-06-231-6/+1
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-221-1/+6
* Add another dependency to the clang-test CMake target, this time to support lit.Chandler Carruth2011-06-161-0/+1
* Add the new arcmt-test tool to the clang-test dependencies withChandler Carruth2011-06-161-1/+1
* Remove the clang-test-XXX targets from the CMake builds; they really aren't u...Douglas Gregor2011-05-201-24/+0
* Nth time's a charm?Douglas Gregor2011-02-251-3/+2
* CMake target check.deps only exists when LLVM_INCLUDE_TESTSDouglas Gregor2011-02-251-1/+4
* CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio.NAKAMURA Takumi2011-02-231-0/+4
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-1/+5
* More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar2011-02-181-1/+1
* Unbreak CMake build on MSVC9, chapuni please check.Daniel Dunbar2011-02-181-1/+1
* test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build.NAKAMURA Takumi2011-02-161-3/+7
* OpenCL: semantic analysis support for cl_khr_fp64 extensionPeter Collingbourne2011-02-151-0/+1
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-151-6/+11
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-0/+1
* Support running tests from the VS IDE and XCode.Oscar Fuentes2011-02-051-2/+4
* Support `make clang-test' when Clang is compiled outside of LLVM.Oscar Fuentes2011-02-051-5/+11
* CMake: Fix test. CMake has not built unittests yet.NAKAMURA Takumi2011-02-031-0/+10
* Add dependency to "make clang-test check-all".NAKAMURA Takumi2010-12-101-1/+11
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-011-0/+1
* test/CMakeLists.txt: Implement the target "check-all". For now, it has no dep...NAKAMURA Takumi2010-11-291-0/+10
* test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv...NAKAMURA Takumi2010-11-111-6/+6
* CMake: Clang test targets depend on the {FileCheck,not,count} tools.Daniel Dunbar2010-07-291-3/+3
* Add test cases for r98003 and r98006.Ted Kremenek2010-03-081-0/+1
* Remove a few more references to index-test; this was killed in r94210.Chandler Carruth2010-01-261-3/+3
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-121-3/+3
* CMake: Add support for running tests with valgrind.Daniel Dunbar2009-11-221-0/+5
* Simplify.Daniel Dunbar2009-11-081-5/+2
* Rework site config for cmake to be generated at configure time, and only passDaniel Dunbar2009-11-071-30/+17
* Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar2009-11-051-0/+3
* Add target_triple to Clang site configuration.Daniel Dunbar2009-11-031-5/+9
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-3/+3
* Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar2009-09-261-0/+4
* cmake: Run tests with 'verbose' enabled by default, so that the failure isDaniel Dunbar2009-09-241-3/+3
* CMake: Add a clang-c++tests target for running the experimental C++ headerDaniel Dunbar2009-09-221-0/+15
* Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar2009-09-201-4/+8
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+1
* Tweak clang testing.Daniel Dunbar2009-09-171-31/+24
* CMake: Generate LIT site configuration file for Clang tests, which Daniel wil...Douglas Gregor2009-09-161-0/+4
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-311-0/+2