summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman1-5/+0
2016-05-05Remove bit-rotten CppBackend.James Y Knight1-1/+0
2016-05-04cmake: Prefix Polly options with LLVM_ to avoid variable shadowingTobias Grosser1-12/+20
2016-05-03Disable LLVM_ENABLE_TIMESTAMPS by defaultChris Bieneman1-1/+1
2016-04-29Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...Filipe Cabecinhas1-0/+2
2016-04-29cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)Tobias Grosser1-7/+11
2016-04-29Revert "cmake: Set LINK_POLLY_INTO_TOOLS to ON"Tobias Grosser1-1/+1
2016-04-29cmake: Set LINK_POLLY_INTO_TOOLS to ONTobias Grosser1-1/+1
2016-04-28[CMake] [Darwin] Use libtool instead of ar && ranlibChris Bieneman1-0/+15
2016-04-12Moving llvm-test-depends and test-depends into the Tests folder; NFC, this si...Aaron Ballman1-0/+1
2016-03-28dos2unix CMakeLists.txtReid Kleckner1-800/+800
2016-03-28Forgot to commit this file in revision 264601Mike Spertus1-789/+800
2016-03-14llvm-shlib: Remove the option to override __cxa_atexitJustin Bogner1-9/+1
2016-03-02[CMake] Add test-depends target to build dependencies of check-allChris Bieneman1-0/+1
2016-03-02[CMake] Add distribution target that is the "just-build" side of install-dist...Chris Bieneman1-0/+7
2016-02-26[CMake] Allow LLVM_TARGETS_TO_BUILD to accept "Native"Chris Bieneman1-0/+4
2016-02-23[CMake] Create an install-distribution target driven by LLVM_DISTRIBUTION_COM...Chris Bieneman1-0/+17
2016-02-18[CMake] Properly set CMAKE_BUILD_TYPE to Debug by defaultChris Bieneman1-1/+1
2016-02-10[CMake] Add a macro definition to detect if we are building GlobalISel:Quentin Colombet1-0/+3
2016-01-20[GlobalISel] Add the proper cmake plumbing.Quentin Colombet1-0/+2
2016-01-13Update version to 3.9.Hans Wennborg1-1/+1
2016-01-09Revert "Teach the CMake build system to run lit's test suite. These can be run"Dan Liew1-1/+0
2016-01-08Teach the CMake build system to run lit's test suite. These can be runDan Liew1-0/+1
2015-12-16Generate a clang CompilationDatabase when running CMakeBenjamin Kramer1-0/+4
2015-12-03[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFOChris Bieneman1-0/+3
2015-11-11[CMake] Add support for building the llvm test-suite as part of an LLVM build...Chris Bieneman1-0/+7
2015-11-04Relax the check for ninja.Rafael Espindola1-2/+2
2015-10-27[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make it the default, add libLLV...Chris Bieneman1-2/+6
2015-10-20[CMake] All the checks for if LLVM_VERSION_* variables are set need to be if(...Chris Bieneman1-3/+3
2015-10-14[CMake] Make LLVM_VERSION_* variables user definableChris Bieneman1-4/+12
2015-10-14[CMake] Fixing the bots I broke.Chris Bieneman1-7/+7
2015-10-14[CMake] Set Policy CMP0048 to NEWChris Bieneman1-11/+21
2015-10-13[CMake] LLVM_PROFDATA_FILE only works if you're using clang, so we should err...Chris Bieneman1-1/+5
2015-10-12[CMake] Adding support for passing in profiling data.Chris Bieneman1-0/+7
2015-09-11[CMake] [Darwin] Need to set lto_library on CMAKE_MODULE_LINKER_FLAGS as wellChris Bieneman1-0/+2
2015-09-10[CMake] Add DARWIN_LTO_LIBRARY option to allow overriding -lto_library.Chris Bieneman1-0/+7
2015-09-10Add a way to skip the Go bindings tests even when Go is configured inChandler Carruth1-0/+1
2015-09-09[CMake] Flag recursive cmake invocations for cross-compileJoseph Tremoulet1-0/+4
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins1-0/+7
2015-09-01Enable linking tools, shared libraries against libLLVMAndrew Wilkins1-3/+8
2015-08-11[lit] Don't disable the lit progress bar by default with MSVCReid Kleckner1-1/+1
2015-08-11[cmake] Shorten FreeBSD and DragonFly checks as suggested post-commitReid Kleckner1-3/+3
2015-08-11Re-apply "cmake: Make CMAKE_BUILD_TYPE check case-insensitive"Justin Bogner1-5/+5
2015-08-11Revert r244516; it was causing cmake configuration failures on Windows with V...Aaron Ballman1-4/+5
2015-08-10cmake: Make CMAKE_BUILD_TYPE check case-insensitiveJustin Bogner1-5/+4
2015-08-08cmake: Error on invalid CMAKE_BUILD_TYPEJustin Bogner1-0/+5
2015-08-06[cmake] Handle Dragonfly BSD like FreeBSDReid Kleckner1-3/+3
2015-07-28Use a specified list of languages in cmake project() command.Douglas Katzman1-1/+1
2015-07-14Update the trunk version to 3.8.0svn.Hans Wennborg1-1/+1
2015-06-22Do not pass -allow-shlib-undefined to the Solaris linker.Rafael Espindola1-1/+1