summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs1-10/+17
2015-12-16Install runtime dlls in the INSTALL_DIR/bin directory. NFCSumanth Gundapaneni1-2/+4
2015-12-10[CMake] Add LLVM_BUILD_INSTRUMENTED option to enable building with -fprofile-...Chris Bieneman1-0/+8
2015-12-08[CMake] Ignore externalizing debuginfo for unit testsChris Bieneman1-3/+5
2015-12-07Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces fal...Aaron Ballman1-0/+3
2015-12-03[CMake] Fixing botsChris Bieneman1-1/+1
2015-12-03[CMake] set_target_properties doesn't append link flagsChris Bieneman1-3/+3
2015-12-03[CMake] Removing an unnecessary layer of variable indirectionChris Bieneman1-1/+1
2015-12-03[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFOChris Bieneman1-0/+27
2015-11-24Fix non-PIC build after 253959Pavel Labath1-1/+1
2015-11-24[CMake] When disabling PIC, also pass -fno-pie when linking if it is supported.Chris Bieneman1-0/+4
2015-11-24[CMake] export_executable_symbols also needs to add -rdynamic to the linker f...Chris Bieneman1-0/+4
2015-11-23NFC. Fixing my consistently incorrect spelling.Chris Bieneman1-4/+4
2015-11-21Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags.Yaron Keren1-1/+2
2015-11-20[CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman1-1/+2
2015-11-19Don't search for third party libraries while using MSanReid Kleckner1-0/+6
2015-11-18[CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=OffChris Bieneman1-7/+6
2015-11-13LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.NAKAMURA Takumi1-1/+1
2015-11-11[CMake] Fixing passthrough for variables starting with the sub-project nameChris Bieneman1-1/+1
2015-11-11[CMake] Make llvm_install_library_symlink respect LLVM_LIBDIR_SUFFIX.Chris Bieneman1-1/+1
2015-11-11[CMake] Add support for building the llvm test-suite as part of an LLVM build...Chris Bieneman1-0/+194
2015-11-10[cmake] move SONAME handling to llvm_add_libraryAndrew Wilkins1-14/+19
2015-11-10AddLLVM: squelch CMP0007 by not adding empty elements to listRamkumar Ramachandra1-3/+2
2015-11-04[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman1-7/+52
2015-11-04llvm-config: Add --has-rtti optionTom Stellard1-0/+2
2015-11-02Revert parts accidentally included in r251823David Blaikie1-1/+1
2015-11-02StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie1-1/+1
2015-10-23[CMake] Fixing dependency issue with parallel make when building with LLVM_OP...Chris Bieneman1-1/+8
2015-10-22Fix add_llvm_external_project.Manuel Klimek1-1/+1
2015-10-20[CMake] Refactor subdirectory inclusion code to take a project name.Chris Bieneman1-23/+34
2015-10-16[CMake] Cleaning up and generalizing the LLVMInstallSymlink script so that it...Chris Bieneman2-11/+7
2015-10-13Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo...Eric Fiselier1-1/+2
2015-10-12cmake: Avoid leading space in LLVM_DEFINITIONS.Pawel Bylica1-1/+5
2015-10-09[CMake] Parallel make breaks on native tablegenChris Bieneman1-1/+10
2015-10-08Enable gtest SEH when building with clang-clReid Kleckner1-4/+0
2015-10-01Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,...David Blaikie1-1/+1
2015-09-30Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD...David Blaikie1-1/+1
2015-09-30[CMake] Make the bindir and libdir arguments to set_output_directory optionalJohn Brawn1-20/+29
2015-09-30[CMake] Adjust the variables set by LLVMConfig.cmakeJohn Brawn1-1/+4
2015-09-29[CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate fileJohn Brawn3-8/+14
2015-09-18[CMake] Adding ALWAYS_GENERATE option to symlink utility functions.Chris Bieneman1-20/+33
2015-09-18[CMake] More cleanup of installing symlinks.Chris Bieneman2-1/+7
2015-09-16[CMake] More refactoring of symlink creation.Chris Bieneman1-11/+17
2015-09-15[CMake] Rename target->dest as per feedback from Chapuni on http://reviews.ll...Chris Bieneman1-10/+10
2015-09-14[CMake] Refactor and cleanup generating and installing symlinks to tools.Chris Bieneman2-0/+76
2015-09-10[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/Jordan Rose1-1/+1
2015-09-10[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overriddenChris Bieneman1-5/+6
2015-09-10[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.Jordan Rose2-0/+7
2015-09-10Silencing C4141 warnings that were introduced en masse because __forceinline ...Aaron Ballman1-0/+1
2015-09-09[CMake] Flag recursive cmake invocations for cross-compileJoseph Tremoulet1-0/+2