index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm/test/CMakeLists.txt: Add llvm-cov in "check-clang".
NAKAMURA Takumi
2013-07-08
1
-0
/
+1
*
llvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS.
NAKAMURA Takumi
2013-07-08
1
-8
/
+21
*
Add obj2yaml to test dependencies
Alexey Samsonov
2013-04-05
1
-1
/
+1
*
Add llvm-symbolizer as test dependency.
Evgeniy Stepanov
2013-03-13
1
-0
/
+1
*
llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm.
NAKAMURA Takumi
2013-01-25
1
-0
/
+1
*
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-21
1
-6
/
+14
*
[CMake] Add llvm-mcmarkup to check-llvm.
NAKAMURA Takumi
2012-11-01
1
-1
/
+6
*
Add dependency on llvm-bcanalyzer from tests to the CMake build.
David Blaikie
2012-10-15
1
-1
/
+1
*
[CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...
NAKAMURA Takumi
2012-10-10
1
-0
/
+5
*
llvm/test: [CMake] Add profile_rt-shared to deps.
NAKAMURA Takumi
2012-08-29
1
-0
/
+1
*
[CMake] Add yaml2obj to check-llvm.
NAKAMURA Takumi
2012-08-03
1
-0
/
+1
*
llvm/test/CMakeLists.txt: Add llvm-diff to deps.
NAKAMURA Takumi
2012-07-12
1
-1
/
+3
*
Extend the workaround from r159593 to cover a few explicit alias
Chandler Carruth
2012-07-02
1
-1
/
+2
*
Revert r159588, and apply a more principled fix. Place the fix for this
Chandler Carruth
2012-07-02
1
-4
/
+2
*
Work around a really frustrating apparant CMake bug.
Chandler Carruth
2012-07-02
1
-2
/
+4
*
Hoist LLVM's lit testsuite infrastructure into module so that it can be
Chandler Carruth
2012-06-30
1
-22
/
+6
*
Remove a completely unnecessary mkdir from the CMake build.
Chandler Carruth
2012-06-29
1
-2
/
+0
*
Move the setup for variables that are expanded in the lit.site.cfg into
Chandler Carruth
2012-06-28
1
-49
/
+4
*
Remove 'site.exp' building from both CMake and configure+make.
Chandler Carruth
2012-06-28
1
-4
/
+0
*
Clean up the 'check' CMake build rule a bit, notable renaming it to
Chandler Carruth
2012-06-27
1
-19
/
+28
*
- Added ExecutionEngine/MCJIT tests
Danil Malyshev
2012-05-17
1
-0
/
+3
*
Removes json-bench from the test dependencies.
Manuel Klimek
2012-04-20
1
-1
/
+1
*
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2012-04-19
1
-1
/
+1
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-2
/
+0
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-0
/
+2
*
llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check".
NAKAMURA Takumi
2012-03-01
1
-1
/
+2
*
CMake: Promote the testing targets out of folders on IDE.
NAKAMURA Takumi
2012-01-30
1
-1
/
+0
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
1
-1
/
+1
*
build/cmake: Change to require Python be available.
Daniel Dunbar
2011-11-04
1
-51
/
+47
*
I added the first test to run llvm-dwarfdump.
Nick Lewycky
2011-11-02
1
-1
/
+1
*
tests: Clean up tests/CMakeLists.txt to drop some variable configuration we no
Daniel Dunbar
2011-11-02
1
-36
/
+0
*
test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...
NAKAMURA Takumi
2011-09-27
1
-1
/
+1
*
Fix a CMake warning, following up to r134008.
NAKAMURA Takumi
2011-06-28
1
-1
/
+1
*
cmake: Our MSVC build does not support config-time build mode.
Andrew Trick
2011-06-28
1
-1
/
+1
*
cmake+lit: final cleanup related to the recent churn
Andrew Trick
2011-06-23
1
-7
/
+2
*
cmake+lit: handle ENABLE_ASSERTIONS feature properly.
Andrew Trick
2011-06-23
1
-0
/
+6
*
Only do config-time substitution of LLVM_BUILD_MODE in
Andrew Trick
2011-06-22
1
-2
/
+7
*
Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...
Andrew Trick
2011-06-16
1
-1
/
+1
*
Fix compiler command line used by lit.py when working with NMake
Oscar Fuentes
2011-04-12
1
-2
/
+20
*
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
macho-dump: Fix CMake build, following up to r121466.
NAKAMURA Takumi
2010-12-10
1
-1
/
+1
*
Add dependency to "make check".
NAKAMURA Takumi
2010-12-10
1
-1
/
+9
*
test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...
NAKAMURA Takumi
2010-11-29
1
-0
/
+2
*
CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.
NAKAMURA Takumi
2010-11-27
1
-10
/
+6
*
CMake: Add the new option "LLVM_LIT_ARGS".
NAKAMURA Takumi
2010-11-11
1
-1
/
+4
*
CMake: Build unittests.
Michael J. Spencer
2010-09-24
1
-1
/
+9
*
Fix whitespace.
Michael J. Spencer
2010-09-24
1
-1
/
+1
*
tests/CMakeLists.txt: use `configure_file' instead of `sed'.
Oscar Fuentes
2010-09-17
1
-16
/
+18
*
Test: Fix LLVMC tests on CMake.
Michael J. Spencer
2010-08-30
1
-0
/
+17
*
tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...
Daniel Dunbar
2010-06-12
1
-0
/
+1
[next]