summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-08[CMake][CMP0051] Avoid for user of objlib to use llvm_update_compile_flags().NAKAMURA Takumi1-2/+8
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins3-14/+24
2015-09-02[CMake] Don't use OBJLIB on Xcode.NAKAMURA Takumi1-2/+4
2015-09-01cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZERJustin Bogner1-3/+3
2015-09-01Enable linking tools, shared libraries against libLLVMAndrew Wilkins2-10/+33
2015-08-28[CMake] Fix build on MSVC in r246156.NAKAMURA Takumi1-1/+2
2015-08-27[CMake] OBJLIB-ize *-tblgen.NAKAMURA Takumi2-0/+17
2015-08-25[cmake] Pass /manifest:no to the linker when asan is enabledReid Kleckner1-1/+5
2015-08-22[CMake] add_llvm_external_project: Just warn about nonexistent directories.NAKAMURA Takumi1-1/+5
2015-08-22[CMake] Make LLVM_EXTERNAL_*_SOURCE_DIR consistent against older buildsites.NAKAMURA Takumi1-20/+24
2015-08-21Filter libraries that are not installed out of CMake exports (currentlyDan Liew1-5/+1
2015-08-21llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch byDan Liew1-13/+0
2015-08-21Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...Yaron Keren1-0/+6
2015-08-14[cmake] Start adding support for LLVM_USE_SANITIZER=Address on WindowsReid Kleckner1-10/+31
2015-08-12Use /Zc:inline when building with MSVC.Rafael Espindola1-0/+2
2015-08-11Revert "[cmake] Add helper for finding potentially external projects"Reid Kleckner1-17/+0
2015-08-11[cmake] Add helper for finding potentially external projectsReid Kleckner1-0/+17