index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-12
Moving llvm-test-depends and test-depends into the Tests folder; NFC, this si...
Aaron Ballman
1
-0
/
+1
2016-03-02
[CMake] Add convenience target llvm-test-depends to build test dependencies.
Chris Bieneman
1
-0
/
+2
2016-01-16
Introduce sanstats tool and llvm::CreateSanitizerStatReport function.
Peter Collingbourne
1
-0
/
+1
2015-12-01
[llvm-dwp] Add missing dependency from llvm tests on the llvm-dwp tool
David Blaikie
1
-0
/
+1
2015-11-12
sancov test suite
Mike Aizatsky
1
-7
/
+8
2015-10-15
[CMake] check-llvm requires llvm-pdbdump.
NAKAMURA Takumi
1
-0
/
+1
2015-09-19
[CMake] Update LLVM_TEST_DEPENDS not to use macho-dump. It has been unused si...
NAKAMURA Takumi
1
-1
/
+0
2015-09-14
Revert part of r247553, "[CMake] Reformat CLANG_TEST_DEPS." It was accidental...
NAKAMURA Takumi
1
-0
/
+1
2015-09-14
[CMake] Reformat CLANG_TEST_DEPS.
NAKAMURA Takumi
1
-1
/
+0
2015-08-27
Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure
Lang Hames
1
-0
/
+14
2015-08-27
Revert r246175 to get builder green again.
Lang Hames
1
-14
/
+0
2015-08-27
Add Kaleidoscope regression tests.
Lang Hames
1
-0
/
+14
2015-08-21
TransformUtils: Introduce module splitter.
Peter Collingbourne
1
-0
/
+1
2015-06-09
LibDriver, llvm-lib: introduce.
Peter Collingbourne
1
-0
/
+1
2015-05-08
Remove duplicate cmake target I added in r236792.
Pete Cooper
1
-1
/
+0
2015-05-07
Add yaml-bench to the list of tools make check needs to run
Pete Cooper
1
-0
/
+1
2015-05-07
[CMake] llvm/test/YAMLParser requires yaml-bench. This fixes r236754.
NAKAMURA Takumi
1
-0
/
+1
2015-03-25
test: Fix the dependencies for the check-llvm-* targets
Justin Bogner
1
-0
/
+6
2015-03-19
test: Make a start on a test suite for libLTO.
Peter Collingbourne
1
-0
/
+4
2015-03-15
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
David Majnemer
1
-1
/
+1
2015-02-14
Back out two accidental changes that snuck in with r229245. Sorry these
Chandler Carruth
1
-3
/
+0
2015-02-14
Revert r229224: Make the 'llvm-lit' utility defend against a system where Pyt...
Chandler Carruth
1
-0
/
+3
2014-12-12
Revert r224149, llvm-dsymutil was already here.
Nico Weber
1
-1
/
+0
2014-12-12
Add llvm-dsymutil to test/CMakeLists.txt
Nico Weber
1
-0
/
+1
2014-12-12
Initial dsymutil tool commit.
Frederic Riss
1
-0
/
+1
2014-12-04
Revert "Add missing test dependency and use a more canonical target name."
Rafael Espindola
1
-1
/
+0
2014-12-04
Add missing test dependency and use a more canonical target name.
Rafael Espindola
1
-0
/
+1
2014-12-04
Introduce "llvm-ranlib" as a name of targets since Object/archive-symtab.test...
NAKAMURA Takumi
1
-0
/
+1
2014-12-04
Sort by alphabetical order.
NAKAMURA Takumi
1
-1
/
+1
2014-12-01
[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.
Peter Zotov
1
-0
/
+1
2014-12-01
[OCaml] [cmake] Add CMake buildsystem for OCaml.
Peter Zotov
1
-0
/
+18
2014-10-23
Make llvm-go test dependency optional.
Peter Collingbourne
1
-1
/
+4
2014-10-23
Add llvm-go tool.
Peter Collingbourne
1
-1
/
+2
2014-09-10
Add LLVMgold target to test dependencies.
Peter Collingbourne
1
-0
/
+4
2014-07-30
Rename llvm-uselistorder => verify-uselistorder
Duncan P. N. Exon Smith
1
-1
/
+1
2014-07-25
Move -verify-use-list-order into llvm-uselistorder
Duncan P. N. Exon Smith
1
-0
/
+1
2014-07-24
Opportunistically fix the builders
David Majnemer
1
-0
/
+1
2014-05-19
OK, NAKAMURA Takumi beat me to this change. So backing out my addition of
Kevin Enderby
1
-1
/
+0
2014-05-19
David Blaikie pointed out that the test added in r209158 fails in the
Kevin Enderby
1
-0
/
+1
2014-05-19
[CMake] Add llvm-size to check-llvm, to fix build since r209158.
NAKAMURA Takumi
1
-0
/
+1
2014-03-04
[CMake] check-llvm: Include "bugpoint" in dependent list.
NAKAMURA Takumi
1
-0
/
+1
2014-02-24
[CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King.
Alexey Samsonov
1
-1
/
+0
2014-02-17
PGO: llvm-profdata: tool for merging profiles
Duncan P. N. Exon Smith
1
-0
/
+1
2014-01-18
[CMake] Add llvm-tblgen to dependencies of check-llvm.
NAKAMURA Takumi
1
-0
/
+1
2013-12-03
check-llvm: Ask llvm-config about assertion mode, instead of llc.
NAKAMURA Takumi
1
-0
/
+1
2013-10-28
lit: add missing substitutions for recently added tools
Alp Toker
1
-0
/
+1
2013-10-23
Add llvm-c-test to check-llvm.
NAKAMURA Takumi
1
-4
/
+1
2013-10-23
Fix cmake dependency on llvm-c-test in test
Anders Waldenborg
1
-0
/
+4
2013-10-02
Fixing lli-child-target build
Andrew Kaylor
1
-1
/
+2
2013-09-19
Fix LTO handling of module-level assembly (PR14152).
Peter Collingbourne
1
-0
/
+1
[next]