summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-11-24Fix non-PIC build after 253959Pavel Labath
2015-11-24[CMake] When disabling PIC, also pass -fno-pie when linking if it is supported.Chris Bieneman
2015-11-24[CMake] export_executable_symbols also needs to add -rdynamic to the linker f...Chris Bieneman
2015-11-23NFC. Fixing my consistently incorrect spelling.Chris Bieneman
2015-11-21Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags.Yaron Keren
2015-11-20[CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman
2015-11-19Don't search for third party libraries while using MSanReid Kleckner
2015-11-18[CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=OffChris Bieneman
2015-11-13LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.NAKAMURA Takumi
2015-11-11[CMake] Fixing passthrough for variables starting with the sub-project nameChris Bieneman
2015-11-11[CMake] Make llvm_install_library_symlink respect LLVM_LIBDIR_SUFFIX.Chris Bieneman
2015-11-11[CMake] Add support for building the llvm test-suite as part of an LLVM build...Chris Bieneman
2015-11-10[cmake] move SONAME handling to llvm_add_libraryAndrew Wilkins
2015-11-10AddLLVM: squelch CMP0007 by not adding empty elements to listRamkumar Ramachandra
2015-11-04[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman
2015-11-04llvm-config: Add --has-rtti optionTom Stellard
2015-11-02Revert parts accidentally included in r251823David Blaikie
2015-11-02StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie
2015-10-23[CMake] Fixing dependency issue with parallel make when building with LLVM_OP...Chris Bieneman
2015-10-22Fix add_llvm_external_project.Manuel Klimek
2015-10-20[CMake] Refactor subdirectory inclusion code to take a project name.Chris Bieneman
2015-10-16[CMake] Cleaning up and generalizing the LLVMInstallSymlink script so that it...Chris Bieneman
2015-10-13Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo...Eric Fiselier
2015-10-12cmake: Avoid leading space in LLVM_DEFINITIONS.Pawel Bylica
2015-10-09[CMake] Parallel make breaks on native tablegenChris Bieneman
2015-10-08Enable gtest SEH when building with clang-clReid Kleckner
2015-10-01Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,...David Blaikie
2015-09-30Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD...David Blaikie
2015-09-30[CMake] Make the bindir and libdir arguments to set_output_directory optionalJohn Brawn
2015-09-30[CMake] Adjust the variables set by LLVMConfig.cmakeJohn Brawn
2015-09-29[CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate fileJohn Brawn
2015-09-18[CMake] Adding ALWAYS_GENERATE option to symlink utility functions.Chris Bieneman
2015-09-18[CMake] More cleanup of installing symlinks.Chris Bieneman
2015-09-16[CMake] More refactoring of symlink creation.Chris Bieneman
2015-09-15[CMake] Rename target->dest as per feedback from Chapuni on http://reviews.ll...Chris Bieneman
2015-09-14[CMake] Refactor and cleanup generating and installing symlinks to tools.Chris Bieneman
2015-09-10[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/Jordan Rose
2015-09-10[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overriddenChris Bieneman
2015-09-10[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.Jordan Rose
2015-09-10Silencing C4141 warnings that were introduced en masse because __forceinline ...Aaron Ballman
2015-09-09[CMake] Flag recursive cmake invocations for cross-compileJoseph Tremoulet
2015-09-08[CMake][CMP0051] Avoid for user of objlib to use llvm_update_compile_flags().NAKAMURA Takumi
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins
2015-09-02[CMake] Don't use OBJLIB on Xcode.NAKAMURA Takumi
2015-09-01cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZERJustin Bogner
2015-09-01Enable linking tools, shared libraries against libLLVMAndrew Wilkins
2015-08-28[CMake] Fix build on MSVC in r246156.NAKAMURA Takumi
2015-08-27[CMake] OBJLIB-ize *-tblgen.NAKAMURA Takumi
2015-08-25[cmake] Pass /manifest:no to the linker when asan is enabledReid Kleckner
2015-08-22[CMake] add_llvm_external_project: Just warn about nonexistent directories.NAKAMURA Takumi