gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't lose...
[oota-llvm.git] / test / CMakeLists.txt
2014-12-12 Nico WeberRevert r224149, llvm-dsymutil was already here.
2014-12-12 Nico WeberAdd llvm-dsymutil to test/CMakeLists.txt
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-04 Rafael EspindolaRevert "Add missing test dependency and use a more...
2014-12-04 Rafael EspindolaAdd missing test dependency and use a more canonical...
2014-12-04 NAKAMURA TakumiIntroduce "llvm-ranlib" as a name of targets since...
2014-12-04 NAKAMURA TakumiSort by alphabetical order.
2014-12-01 Peter Zotov[OCaml] Move Llvm.clone_module to its own Llvm_transfor...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-10-23 Peter CollingbourneMake llvm-go test dependency optional.
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-09-10 Peter CollingbourneAdd LLVMgold target to test dependencies.
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-24 David MajnemerOpportunistically fix the builders
2014-05-19 Kevin EnderbyOK, NAKAMURA Takumi beat me to this change. So backing...
2014-05-19 Kevin EnderbyDavid Blaikie pointed out that the test added in r20915...
2014-05-19 NAKAMURA Takumi[CMake] Add llvm-size to check-llvm, to fix build since...
2014-03-04 NAKAMURA Takumi[CMake] check-llvm: Include "bugpoint" in dependent...
2014-02-24 Alexey Samsonov[CMake] Remove dependency on non-existing profile_rt...
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles
2014-01-18 NAKAMURA Takumi[CMake] Add llvm-tblgen to dependencies of check-llvm.
2013-12-03 NAKAMURA Takumicheck-llvm: Ask llvm-config about assertion mode, inste...
2013-10-28 Alp Tokerlit: add missing substitutions for recently added tools
2013-10-23 NAKAMURA TakumiAdd llvm-c-test to check-llvm.
2013-10-23 Anders WaldenborgFix cmake dependency on llvm-c-test in test
2013-10-02 Andrew KaylorFixing lli-child-target build
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).
2013-07-08 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-cov in "check-clang".
2013-07-08 NAKAMURA Takumillvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS.
2013-04-05 Alexey SamsonovAdd obj2yaml to test dependencies
2013-03-13 Evgeniy StepanovAdd llvm-symbolizer as test dependency.
2013-01-25 NAKAMURA Takumillvm/test/CMakeLists.txt: Add a dependency to llvm...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-01 NAKAMURA Takumi[CMake] Add llvm-mcmarkup to check-llvm.
2012-10-15 David BlaikieAdd dependency on llvm-bcanalyzer from tests to the...
2012-10-10 NAKAMURA Takumi[CMake] check-all: Don't include check-llvm into check...
2012-08-29 NAKAMURA Takumillvm/test: [CMake] Add profile_rt-shared to deps.
2012-08-03 NAKAMURA Takumi[CMake] Add yaml2obj to check-llvm.
2012-07-12 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-diff to deps.
2012-07-02 Chandler CarruthExtend the workaround from r159593 to cover a few expli...
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Chandler CarruthWork around a really frustrating apparant CMake bug.
2012-06-30 Chandler CarruthHoist LLVM's lit testsuite infrastructure into module...
2012-06-29 Chandler CarruthRemove a completely unnecessary mkdir from the CMake...
2012-06-28 Chandler CarruthMove the setup for variables that are expanded in the...
2012-06-28 Chandler CarruthRemove 'site.exp' building from both CMake and configur...
2012-06-27 Chandler CarruthClean up the 'check' CMake build rule a bit, notable...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-04-20 Manuel KlimekRemoves json-bench from the test dependencies.
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-01 NAKAMURA Takumillvm/test/CMakeLists.txt: Update dependencies to add...
2012-01-30 NAKAMURA TakumiCMake: Promote the testing targets out of folders on...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-11-04 Daniel Dunbarbuild/cmake: Change to require Python be available.
2011-11-02 Nick LewyckyI added the first test to run llvm-dwarfdump.
2011-11-02 Daniel Dunbartests: Clean up tests/CMakeLists.txt to drop some varia...
2011-09-27 NAKAMURA Takumitest/CMakeLists.txt: Depend on llvm-objdump. "make...
2011-06-28 NAKAMURA TakumiFix a CMake warning, following up to r134008.
2011-06-28 Andrew Trickcmake: Our MSVC build does not support config-time...
2011-06-23 Andrew Trickcmake+lit: final cleanup related to the recent churn
2011-06-23 Andrew Trickcmake+lit: handle ENABLE_ASSERTIONS feature properly.
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-04-12 Oscar FuentesFix compiler command line used by lit.py when working...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-11-29 NAKAMURA Takumitest: Use $SharedLibDir for loadable modules. On Cygmin...
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-11-11 NAKAMURA TakumiCMake: Add the new option "LLVM_LIT_ARGS".
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-17 Oscar Fuentestests/CMakeLists.txt: use `configure_file' instead...
2010-08-30 Michael J. SpencerTest: Fix LLVMC tests on CMake.
2010-06-12 Daniel Dunbartests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
2010-03-10 Tobias GrosserFix make check with cmake/lit
2009-12-08 Daniel DunbarCMake/lit: Add llvm_{unit_,}site_config parameters...
2009-11-08 Daniel DunbarTwo small fixes for site.exp for cmake.
2009-11-08 Daniel DunbarDerive the right paths to use during testing instead...
2009-11-08 Daniel DunbarSwitch to using 'lit.site.cfg.in' for the site config...
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-09-22 Daniel DunbarInitial support for running LLVM tests from cmake.