summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* [cmake] move SONAME handling to llvm_add_libraryAndrew Wilkins2015-11-101-14/+19
* AddLLVM: squelch CMP0007 by not adding empty elements to listRamkumar Ramachandra2015-11-101-3/+2
* [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman2015-11-041-7/+52
* llvm-config: Add --has-rtti optionTom Stellard2015-11-041-0/+2
* Revert parts accidentally included in r251823David Blaikie2015-11-021-1/+1
* StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie2015-11-021-1/+1
* [CMake] Fixing dependency issue with parallel make when building with LLVM_OP...Chris Bieneman2015-10-231-1/+8
* Fix add_llvm_external_project.Manuel Klimek2015-10-221-1/+1
* [CMake] Refactor subdirectory inclusion code to take a project name.Chris Bieneman2015-10-201-23/+34
* [CMake] Cleaning up and generalizing the LLVMInstallSymlink script so that it...Chris Bieneman2015-10-162-11/+7
* Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo...Eric Fiselier2015-10-131-1/+2
* cmake: Avoid leading space in LLVM_DEFINITIONS.Pawel Bylica2015-10-121-1/+5
* [CMake] Parallel make breaks on native tablegenChris Bieneman2015-10-091-1/+10
* Enable gtest SEH when building with clang-clReid Kleckner2015-10-081-4/+0
* Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,...David Blaikie2015-10-011-1/+1
* Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD...David Blaikie2015-09-301-1/+1
* [CMake] Make the bindir and libdir arguments to set_output_directory optionalJohn Brawn2015-09-301-20/+29
* [CMake] Adjust the variables set by LLVMConfig.cmakeJohn Brawn2015-09-301-1/+4
* [CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate fileJohn Brawn2015-09-293-8/+14