1. 90fb059 CMake: Promote the testing targets out of folders on IDE. by NAKAMURA Takumi · 13 years ago
  2. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
  3. a54c8ea build/cmake: Change to require Python be available. by Daniel Dunbar · 13 years ago
  4. 985cc35 I added the first test to run llvm-dwarfdump. by Nick Lewycky · 13 years ago
  5. 0738e76 tests: Clean up tests/CMakeLists.txt to drop some variable configuration we no by Daniel Dunbar · 13 years ago
  6. 5bac114 test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to resolve test-dependent targets on CMake build. by NAKAMURA Takumi · 13 years ago
  7. 5876298 Fix a CMake warning, following up to r134008. by NAKAMURA Takumi · 13 years ago
  8. 8d4386e cmake: Our MSVC build does not support config-time build mode. by Andrew Trick · 13 years ago
  9. 28578e3 cmake+lit: final cleanup related to the recent churn by Andrew Trick · 13 years ago
  10. 75d3387 cmake+lit: handle ENABLE_ASSERTIONS feature properly. by Andrew Trick · 13 years ago
  11. 4383c28 Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  12. dc9c76a Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {buildmode}. by Andrew Trick · 13 years ago
  13. 2a2bc5c Fix compiler command line used by lit.py when working with NMake by Oscar Fuentes · 14 years ago
  14. 0b85d07 Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  15. 049c74b macho-dump: Fix CMake build, following up to r121466. by NAKAMURA Takumi · 14 years ago
  16. 51c06bf Add dependency to "make check". by NAKAMURA Takumi · 14 years ago
  17. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  18. d420e7b CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. by NAKAMURA Takumi · 14 years ago
  19. e7ae70b CMake: Add the new option "LLVM_LIT_ARGS". by NAKAMURA Takumi · 14 years ago
  20. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  21. c8417d7 Fix whitespace. by Michael J. Spencer · 14 years ago
  22. c6a8c05 tests/CMakeLists.txt: use `configure_file' instead of `sed'. by Oscar Fuentes · 14 years ago
  23. 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 14 years ago
  24. 9b2cb69 tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. by Daniel Dunbar · 14 years ago
  25. cbb524e Fix make check with cmake/lit by Tobias Grosser · 15 years ago
  26. aefd63d CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files. by Daniel Dunbar · 15 years ago
  27. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  28. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  29. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  30. e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
  31. a177492 Initial support for running LLVM tests from cmake. by Daniel Dunbar · 15 years ago