aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2018-08-02cmake: Specify source files directly in llvm_multisource()Matthias Braun
2018-08-02cmake: Make benchmark name an argument of llvm_multisource()Matthias Braun
2018-08-02cmake: Remove STDIN_FILENAME option and use shell syntax directlyMatthias Braun
2018-08-01Revert "cmake: Use generator expression to get target path"Matthias Braun
2018-08-01cmake: Remove unused TARGET_VAR arg from llvm_singlesource()Matthias Braun
2018-08-01cmake: Remove unused option to create custom test in llvm_multisource()/llvm_...Matthias Braun
2018-08-01cmake: llvm_multisource() should never be called with an empty source listMatthias Braun
2018-08-01cmake: Explicitely add current directory to include path for the couple bench...Matthias Braun
2018-08-01cmake: Remove unused arguments from llvm_multisource()Matthias Braun
2018-08-01cmake: Cleanup reference output selectionMatthias Braun
2018-08-01cmake: Use generator expression to get target pathMatthias Braun
2018-02-06Add cmake cache for internal iphoneos SDKMatthias Braun
2017-12-20test-suite: add cpu architecture detection in cmake configurationIlia Taraban
2017-11-18[test-suite] Fix Xcode SDK cmake cache for benchmarks using re_compFrancis Visoiu Mistrih
2017-11-01Work around crosscompilation problems with xcode SDKsMatthias Braun
2017-08-22cmake/caches: Add caches for Os and O3 with debug info.Michael Zolotukhin
2017-08-21SPEC2017: Add initial CMakeLists.Michael Kruse
2017-08-02TestSuite.cmake: Improve comments; NFCMatthias Braun
2017-07-26Followup to r309077: Need to shim more toolsMatthias Braun
2017-07-26cmake/xcode_sdk: Work around problems with ranlib/stripMatthias Braun
2017-07-25Improve cmake cachesMatthias Braun
2017-05-12cmake: Rework External handlingMatthias Braun
2017-04-12cmake/cache/xcode_sdk: Add workaround for missing target flags at try_compile()Matthias Braun
2017-02-16Add a cache explicitely addressing the MacOSX xcode SDKMatthias Braun
2017-02-16cmake/modules: Restructuring, add rule for librariesMatthias Braun
2017-02-16cmake/caches: Add some caches with descriptive namesMatthias Braun
2017-02-15Add ReleaseLTO cache fileMatthias Braun
2017-02-08xcode_sdk.cmake: Use xcrun to set CMAKE_LINKERMatthias Braun
2016-11-08cmake: Move logic from llvm_test_executable() to llvm_{single|multi}source()Matthias Braun
2016-11-08cmake: PREFIX: Include minus sign, same name as directoryMatthias Braun
2016-11-08cmake: Use if(XXX) instead of if(DEFINED XXX)Matthias Braun
2016-11-08cmake: Get rid of PROGRAMS_TO_SKIP conceptMatthias Braun
2016-11-08cmake: Fix ObjC/ObjC++ unittestsMatthias Braun
2016-11-08After some discussion, having -flto as a default in -Os builds is a bad ideaChris Matthews
2016-11-07cmake: Consistently use "if(" instead of "if ("; NFCMatthias Braun
2016-11-07cmake: Remove custom llvm_add_subdirectories() usage; NFCMatthias Braun
2016-10-07Make LTO the default in -Os buildsChris Matthews
2016-09-30Important to test O3 without lto.Chris Matthews
2016-09-06[test-suite] Added CMake files for external CUDA tests.Artem Belevich
2016-09-06[test-suite] Simplify test executable name generation.Artem Belevich
2016-08-04[test-suite] Bitcode tests: Update cmake to build driver and halide runtime o...Alina Sbirlea
2016-07-20New cmake caches for -Os and -OzChris Matthews
2016-07-20[test-suite] Supress warnings of missing reference output files.Alina Sbirlea
2016-06-13cmake: Append to existing TEST_SUITE_ARCH_FLAGS in xcode_sdk cacheMatthias Braun
2016-05-31Set higher minimum cmake requirementsMatthias Braun
2016-05-23cmake: Require cmake 3.4 for the xcode_sdk based cachesMatthias Braun
2016-05-11cmake: Add support for PREPARE: steps and use it where apropriate.Matthias Braun
2016-05-04cmake/caches: Use CMAKE_C_FLAGS_RELEASE to pass flags.Matthias Braun
2016-04-26cmake/caches: Improve/rename iphoneos caches.Matthias Braun
2016-04-25[test-suite] There is no need to check for name clashes explicitly.Artem Belevich