summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-03-14llvm-shlib: Remove the option to override __cxa_atexitJustin Bogner
2016-03-02[CMake] Add test-depends target to build dependencies of check-allChris Bieneman
2016-03-02[CMake] Add distribution target that is the "just-build" side of install-dist...Chris Bieneman
2016-02-26[CMake] Allow LLVM_TARGETS_TO_BUILD to accept "Native"Chris Bieneman
2016-02-23[CMake] Create an install-distribution target driven by LLVM_DISTRIBUTION_COM...Chris Bieneman
2016-02-18[CMake] Properly set CMAKE_BUILD_TYPE to Debug by defaultChris Bieneman
2016-02-10[CMake] Add a macro definition to detect if we are building GlobalISel:Quentin Colombet
2016-01-20[GlobalISel] Add the proper cmake plumbing.Quentin Colombet
2016-01-13Update version to 3.9.Hans Wennborg
2016-01-09Revert "Teach the CMake build system to run lit's test suite. These can be run"Dan Liew
2016-01-08Teach the CMake build system to run lit's test suite. These can be runDan Liew
2015-12-16Generate a clang CompilationDatabase when running CMakeBenjamin Kramer
2015-12-03[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFOChris Bieneman
2015-11-11[CMake] Add support for building the llvm test-suite as part of an LLVM build...Chris Bieneman
2015-11-04Relax the check for ninja.Rafael Espindola
2015-10-27[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make it the default, add libLLV...Chris Bieneman
2015-10-20[CMake] All the checks for if LLVM_VERSION_* variables are set need to be if(...Chris Bieneman
2015-10-14[CMake] Make LLVM_VERSION_* variables user definableChris Bieneman
2015-10-14[CMake] Fixing the bots I broke.Chris Bieneman
2015-10-14[CMake] Set Policy CMP0048 to NEWChris Bieneman
2015-10-13[CMake] LLVM_PROFDATA_FILE only works if you're using clang, so we should err...Chris Bieneman
2015-10-12[CMake] Adding support for passing in profiling data.Chris Bieneman
2015-09-11[CMake] [Darwin] Need to set lto_library on CMAKE_MODULE_LINKER_FLAGS as wellChris Bieneman
2015-09-10[CMake] Add DARWIN_LTO_LIBRARY option to allow overriding -lto_library.Chris Bieneman
2015-09-10Add a way to skip the Go bindings tests even when Go is configured inChandler Carruth
2015-09-09[CMake] Flag recursive cmake invocations for cross-compileJoseph Tremoulet
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins
2015-09-01Enable linking tools, shared libraries against libLLVMAndrew Wilkins
2015-08-11[lit] Don't disable the lit progress bar by default with MSVCReid Kleckner
2015-08-11[cmake] Shorten FreeBSD and DragonFly checks as suggested post-commitReid Kleckner
2015-08-11Re-apply "cmake: Make CMAKE_BUILD_TYPE check case-insensitive"Justin Bogner
2015-08-11Revert r244516; it was causing cmake configuration failures on Windows with V...Aaron Ballman
2015-08-10cmake: Make CMAKE_BUILD_TYPE check case-insensitiveJustin Bogner
2015-08-08cmake: Error on invalid CMAKE_BUILD_TYPEJustin Bogner
2015-08-06[cmake] Handle Dragonfly BSD like FreeBSDReid Kleckner
2015-07-28Use a specified list of languages in cmake project() command.Douglas Katzman
2015-07-14Update the trunk version to 3.8.0svn.Hans Wennborg
2015-06-22Do not pass -allow-shlib-undefined to the Solaris linker.Rafael Espindola
2015-06-13R600 -> AMDGPU renameTom Stellard
2015-06-09[bpf] make BPF backend non-experimentalAlexei Starovoitov
2015-06-05Revert "Include BPF target in CMake builds."Alexei Starovoitov
2015-06-04[CMake] Fixing the check for NinjaChris Bieneman
2015-06-04Fix the check for Ninja in the CMake build.Evgeniy Stepanov
2015-06-04[CMake] Add warning for using compile and link pools on unsupported versions ...Chris Bieneman
2015-06-04Include BPF target in CMake builds.Daniel Sanders
2015-05-14Enable solid lzma compression for cpack, decreases setup size by ~30%Ismail Donmez
2015-04-13[CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman
2015-04-07Enable W4 warnings by default for MSVC buildsAndrew Kaylor
2015-03-27CMake: enable installing utilsDerek Schuff
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das