Age | Commit message (Expand) | Author |
2013-03-25 | Re-add clang-format tests to clang/test. | Daniel Jasper |
2013-03-13 | Add llvm-symbolizer as test dependency. | Evgeniy Stepanov |
2013-02-08 | CMake: Include Clang unit tests in check-clang target in standalone builds. | Jordan Rose |
2013-01-27 | [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo... | NAKAMURA Takumi |
2013-01-22 | clang/test: [CMake] check-clang doesn't require llvm-dis any more. | NAKAMURA Takumi |
2012-07-26 | Removed standalone clang-ast-dump tool. | Alexander Kornienko |
2012-07-16 | The new clang-ast-dump tool for selective AST dumping. Moved common command-l... | Alexander Kornienko |
2012-07-02 | Extend a workaround for a CMake bug in LLVM's r159593 to apply to | Chandler Carruth |
2012-07-02 | We support a mode where the Clang regression tests are run but not the | Chandler Carruth |
2012-07-02 | Switch from using a lit.cfg-generator variable to the real variable in | Chandler Carruth |
2012-06-30 | Switch Clang to use the new common LLVM CMake infrastructure for adding | Chandler Carruth |
2012-06-29 | Switch Clang's CMake lit.site.cfg generation over to use the common | Chandler Carruth |
2012-06-27 | Remove a completely unused and remarkably inaccurate list of test | Chandler Carruth |
2012-06-27 | Update the Clang CMake build to reflect the name change in LLVM r159258. | Chandler Carruth |
2012-04-04 | Add the dependency on clang-check to clang-test, so clang-check | Manuel Klimek |
2012-01-30 | CMake: Promote the testing targets out of folders on IDE. | NAKAMURA Takumi |
2011-10-06 | CUDA: set proper calling conventions for PTX | Peter Collingbourne |
2011-08-16 | CMake: "clang-test" may not depend on check.deps. | NAKAMURA Takumi |
2011-08-11 | Add diagtool-based test where we enforce that no additional warnings can be a... | Ted Kremenek |
2011-07-20 | test/CMakeLists.txt: Re-indent. | NAKAMURA Takumi |
2011-07-15 | Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabled | Douglas Gregor |
2011-07-10 | test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together. | NAKAMURA Takumi |
2011-07-10 | test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check... | NAKAMURA Takumi |
2011-07-09 | test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps. | NAKAMURA Takumi |
2011-06-23 | cmake+lit: final cleanup related to the recent churn | Andrew Trick |
2011-06-22 | Only do config-time substitution of LLVM_BUILD_MODE in | Andrew Trick |
2011-06-16 | Add another dependency to the clang-test CMake target, this time to support lit. | Chandler Carruth |
2011-06-16 | Add the new arcmt-test tool to the clang-test dependencies with | Chandler Carruth |
2011-05-20 | Remove the clang-test-XXX targets from the CMake builds; they really aren't u... | Douglas Gregor |
2011-02-25 | Nth time's a charm? | Douglas Gregor |
2011-02-25 | CMake target check.deps only exists when LLVM_INCLUDE_TESTS | Douglas Gregor |
2011-02-23 | CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. | NAKAMURA Takumi |
2011-02-20 | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes |
2011-02-18 | More correct fix for CMake breakage I was seeing, my buildbots use | Daniel Dunbar |
2011-02-18 | Unbreak CMake build on MSVC9, chapuni please check. | Daniel Dunbar |
2011-02-16 | test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build. | NAKAMURA Takumi |
2011-02-15 | OpenCL: semantic analysis support for cl_khr_fp64 extension | Peter Collingbourne |
2011-02-15 | Add CMake support to the clang unittests. | Jeffrey Yasskin |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-02-05 | Support running tests from the VS IDE and XCode. | Oscar Fuentes |
2011-02-05 | Support `make clang-test' when Clang is compiled outside of LLVM. | Oscar Fuentes |
2011-02-03 | CMake: Fix test. CMake has not built unittests yet. | NAKAMURA Takumi |
2010-12-10 | Add dependency to "make clang-test check-all". | NAKAMURA Takumi |
2010-12-01 | Basic, Sema: add support for CUDA location attributes | Peter Collingbourne |
2010-11-29 | test/CMakeLists.txt: Implement the target "check-all". For now, it has no dep... | NAKAMURA Takumi |
2010-11-11 | test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv... | NAKAMURA Takumi |
2010-07-29 | CMake: Clang test targets depend on the {FileCheck,not,count} tools. | Daniel Dunbar |
2010-03-08 | Add test cases for r98003 and r98006. | Ted Kremenek |
2010-01-26 | Remove a few more references to index-test; this was killed in r94210. | Chandler Carruth |
2009-12-12 | Remove clang-cc tool, it has joined in unholy union with clang. | Daniel Dunbar |