1. d0dd065 [CMake] Add llvm-mcmarkup to check-llvm. by NAKAMURA Takumi · 12 years ago
  2. 66d4b0f Add dependency on llvm-bcanalyzer from tests to the CMake build. by David Blaikie · 12 years ago
  3. 98f01bf [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD_TOOLS. by NAKAMURA Takumi · 12 years ago
  4. 14b5bac llvm/test: [CMake] Add profile_rt-shared to deps. by NAKAMURA Takumi · 12 years ago
  5. 8b52c85 [CMake] Add yaml2obj to check-llvm. by NAKAMURA Takumi · 12 years ago
  6. 6d0044a llvm/test/CMakeLists.txt: Add llvm-diff to deps. by NAKAMURA Takumi · 12 years ago
  7. b546613 Extend the workaround from r159593 to cover a few explicit alias targets. by Chandler Carruth · 12 years ago
  8. 33219d4 Revert r159588, and apply a more principled fix. Place the fix for this by Chandler Carruth · 12 years ago
  9. e45658c Work around a really frustrating apparant CMake bug. by Chandler Carruth · 12 years ago
  10. cf23bd3 Hoist LLVM's lit testsuite infrastructure into module so that it can be by Chandler Carruth · 12 years ago
  11. cfc49bf Remove a completely unnecessary mkdir from the CMake build. by Chandler Carruth · 12 years ago
  12. c502ed6 Move the setup for variables that are expanded in the lit.site.cfg into by Chandler Carruth · 12 years ago
  13. 96f41a1 Remove 'site.exp' building from both CMake and configure+make. by Chandler Carruth · 12 years ago
  14. b05b460 Clean up the 'check' CMake build rule a bit, notable renaming it to by Chandler Carruth · 12 years ago
  15. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 12 years ago
  16. ee54010 Removes json-bench from the test dependencies. by Manuel Klimek · 12 years ago
  17. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  18. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 12 years ago
  19. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 12 years ago
  20. 54d42a7 llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check". by NAKAMURA Takumi · 13 years ago
  21. 90fb059 CMake: Promote the testing targets out of folders on IDE. by NAKAMURA Takumi · 13 years ago
  22. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
  23. a54c8ea build/cmake: Change to require Python be available. by Daniel Dunbar · 13 years ago
  24. 985cc35 I added the first test to run llvm-dwarfdump. by Nick Lewycky · 13 years ago
  25. 0738e76 tests: Clean up tests/CMakeLists.txt to drop some variable configuration we no by Daniel Dunbar · 13 years ago
  26. 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
  27. 5876298 Fix a CMake warning, following up to r134008. by NAKAMURA Takumi · 13 years ago
  28. 8d4386e cmake: Our MSVC build does not support config-time build mode. by Andrew Trick · 13 years ago
  29. 28578e3 cmake+lit: final cleanup related to the recent churn by Andrew Trick · 13 years ago
  30. 75d3387 cmake+lit: handle ENABLE_ASSERTIONS feature properly. by Andrew Trick · 13 years ago
  31. 4383c28 Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  32. dc9c76a Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {buildmode}. by Andrew Trick · 13 years ago
  33. 2a2bc5c Fix compiler command line used by lit.py when working with NMake by Oscar Fuentes · 13 years ago
  34. 0b85d07 Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  35. 049c74b macho-dump: Fix CMake build, following up to r121466. by NAKAMURA Takumi · 14 years ago
  36. 51c06bf Add dependency to "make check". by NAKAMURA Takumi · 14 years ago
  37. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  38. d420e7b CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. by NAKAMURA Takumi · 14 years ago
  39. e7ae70b CMake: Add the new option "LLVM_LIT_ARGS". by NAKAMURA Takumi · 14 years ago
  40. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  41. c8417d7 Fix whitespace. by Michael J. Spencer · 14 years ago
  42. c6a8c05 tests/CMakeLists.txt: use `configure_file' instead of `sed'. by Oscar Fuentes · 14 years ago
  43. 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 14 years ago
  44. 9b2cb69 tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. by Daniel Dunbar · 14 years ago
  45. cbb524e Fix make check with cmake/lit by Tobias Grosser · 15 years ago
  46. 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
  47. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  48. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  49. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  50. e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
  51. a177492 Initial support for running LLVM tests from cmake. by Daniel Dunbar · 15 years ago