index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-01-30
CMake: Promote the testing targets out of folders on IDE.
NAKAMURA Takumi
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-11-04
build/cmake: Change to require Python be available.
Daniel Dunbar
2011-11-02
I added the first test to run llvm-dwarfdump.
Nick Lewycky
2011-11-02
tests: Clean up tests/CMakeLists.txt to drop some variable configuration we no
Daniel Dunbar
2011-09-27
test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...
NAKAMURA Takumi
2011-06-28
Fix a CMake warning, following up to r134008.
NAKAMURA Takumi
2011-06-28
cmake: Our MSVC build does not support config-time build mode.
Andrew Trick
2011-06-23
cmake+lit: final cleanup related to the recent churn
Andrew Trick
2011-06-23
cmake+lit: handle ENABLE_ASSERTIONS feature properly.
Andrew Trick
2011-06-22
Only do config-time substitution of LLVM_BUILD_MODE in
Andrew Trick
2011-06-16
Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...
Andrew Trick
2011-04-12
Fix compiler command line used by lit.py when working with NMake
Oscar Fuentes
2011-02-20
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2010-12-10
macho-dump: Fix CMake build, following up to r121466.
NAKAMURA Takumi
2010-12-10
Add dependency to "make check".
NAKAMURA Takumi
2010-11-29
test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...
NAKAMURA Takumi
2010-11-27
CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.
NAKAMURA Takumi
2010-11-11
CMake: Add the new option "LLVM_LIT_ARGS".
NAKAMURA Takumi
2010-09-24
CMake: Build unittests.
Michael J. Spencer
2010-09-24
Fix whitespace.
Michael J. Spencer
2010-09-17
tests/CMakeLists.txt: use `configure_file' instead of `sed'.
Oscar Fuentes
2010-08-30
Test: Fix LLVMC tests on CMake.
Michael J. Spencer
2010-06-12
tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...
Daniel Dunbar
2010-03-10
Fix make check with cmake/lit
Tobias Grosser
2009-12-08
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...
Daniel Dunbar
2009-11-08
Two small fixes for site.exp for cmake.
Daniel Dunbar
2009-11-08
Derive the right paths to use during testing instead of passing it in via make.
Daniel Dunbar
2009-11-08
Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,
Daniel Dunbar
2009-11-07
Stop running get_target_triple more than we need to.
Daniel Dunbar
2009-09-22
Initial support for running LLVM tests from cmake.
Daniel Dunbar