summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-0/+4
* [CMAKE] Update build on recent HaikuRenato Golin2016-02-262-1/+4
* cmake: Simplify the iOS.cmake toolchainJustin Bogner2016-02-121-40/+15
* Avoid linking LLVM component libraries with libLLVMAndrew Wilkins2016-02-122-19/+28
* Disable MSVC 2015's warning about zero extending after ~ and othersReid Kleckner2016-02-101-1/+2
* Revert "Turn on LLVM_ENABLE_PLUGINS by default on Windows"Reid Kleckner2016-02-101-1/+1
* Turn on LLVM_ENABLE_PLUGINS by default on WindowsEhsan Akhgari2016-02-091-1/+1
* cmake: Use "set" instead of "option" for LLVM_ENABLE_LTOJustin Bogner2016-02-081-1/+1
* cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTOJustin Bogner2016-02-081-6/+12
* Install cmake files to lib/cmake/llvmNiels Ole Salscheider2016-02-041-1/+1
* cmake: Add a flag to enable LTOJustin Bogner2016-02-041-0/+7
* Remove autoconf supportChris Bieneman2016-01-264-163/+1530
* Reapplying r256836 with a fix for MSVC 14 support.Aaron Ballman2016-01-251-0/+17
* [cmake] Disable manifest generation when LLD is the linkerReid Kleckner2016-01-221-4/+8
* Strip local symbols when using externalized debug info.Owen Anderson2016-01-221-1/+1
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-201-6/+1
* Reenable -Wexpansion-to-defined.Nico Weber2016-01-191-3/+0
* Fix bootstrap -Werror builds after clang r258128Nico Weber2016-01-191-0/+3
* [cmake] Fix add_version_info_from_vcs git svn version bug.Geoff Berry2016-01-191-17/+9
* [CMake] Need to install VersionFromVCS.cmake as part of LLVM's CMake modulesChris Bieneman2016-01-151-1/+0
* [autoconf] Install VersionFromVCS.cmake, too. clang/CMakeLists.txt requires it.NAKAMURA Takumi2016-01-151-2/+1
* [CMake] Add support for populating LLVM_REPOSITORY from CMake.Chris Bieneman2016-01-141-0/+16
* Explicitly enable OBJECT library "target".Axel Naumann2016-01-121-2/+4
* Revert r257003Andrew Wilkins2016-01-121-1/+6
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-071-6/+1
* Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPSNico Weber2016-01-061-0/+30
* Reverting r256836; it causes a build bot failure: http://lab.llvm.org:8011/bu...Aaron Ballman2016-01-051-11/+0
* Enable more strict standards conformance in MSVC for rvalue casting and strin...Aaron Ballman2016-01-051-0/+11
* win: Pass /W4 in front of all the -wd flags.Nico Weber2015-12-231-1/+4
* Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs2015-12-171-10/+17
* Install runtime dlls in the INSTALL_DIR/bin directory. NFCSumanth Gundapaneni2015-12-161-2/+4
* [CMake] Add LLVM_BUILD_INSTRUMENTED option to enable building with -fprofile-...Chris Bieneman2015-12-101-0/+8
* [CMake] Ignore externalizing debuginfo for unit testsChris Bieneman2015-12-081-3/+5
* Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces fal...Aaron Ballman2015-12-071-0/+3
* [CMake] Fixing botsChris Bieneman2015-12-031-1/+1
* [CMake] set_target_properties doesn't append link flagsChris Bieneman2015-12-031-3/+3
* [CMake] Removing an unnecessary layer of variable indirectionChris Bieneman2015-12-031-1/+1
* [CMake] Add option LLVM_EXTERNALIZE_DEBUGINFOChris Bieneman2015-12-031-0/+27
* Fix non-PIC build after 253959Pavel Labath2015-11-241-1/+1
* [CMake] When disabling PIC, also pass -fno-pie when linking if it is supported.Chris Bieneman2015-11-241-0/+4
* [CMake] export_executable_symbols also needs to add -rdynamic to the linker f...Chris Bieneman2015-11-241-0/+4
* NFC. Fixing my consistently incorrect spelling.Chris Bieneman2015-11-231-4/+4
* Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags.Yaron Keren2015-11-211-1/+2
* [CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman2015-11-201-1/+2
* Don't search for third party libraries while using MSanReid Kleckner2015-11-191-0/+6
* [CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=OffChris Bieneman2015-11-181-7/+6
* LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.NAKAMURA Takumi2015-11-131-1/+1
* [CMake] Fixing passthrough for variables starting with the sub-project nameChris Bieneman2015-11-111-1/+1
* [CMake] Make llvm_install_library_symlink respect LLVM_LIBDIR_SUFFIX.Chris Bieneman2015-11-111-1/+1
* [CMake] Add support for building the llvm test-suite as part of an LLVM build...Chris Bieneman2015-11-111-0/+194
OpenPOWER on IntegriCloud