summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* [CMake] Adding ALWAYS_GENERATE option to symlink utility functions.Chris Bieneman2015-09-181-20/+33
* [CMake] More cleanup of installing symlinks.Chris Bieneman2015-09-182-1/+7
* [CMake] More refactoring of symlink creation.Chris Bieneman2015-09-161-11/+17
* [CMake] Rename target->dest as per feedback from Chapuni on http://reviews.ll...Chris Bieneman2015-09-151-10/+10
* [CMake] Refactor and cleanup generating and installing symlinks to tools.Chris Bieneman2015-09-142-0/+76
* [CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/Jordan Rose2015-09-101-1/+1
* [CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overriddenChris Bieneman2015-09-101-5/+6
* [CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.Jordan Rose2015-09-102-0/+7
* Silencing C4141 warnings that were introduced en masse because __forceinline ...Aaron Ballman2015-09-101-0/+1
* [CMake] Flag recursive cmake invocations for cross-compileJoseph Tremoulet2015-09-091-0/+2
* [CMake][CMP0051] Avoid for user of objlib to use llvm_update_compile_flags().NAKAMURA Takumi2015-09-081-2/+8
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-053-14/+24
* [CMake] Don't use OBJLIB on Xcode.NAKAMURA Takumi2015-09-021-2/+4
* cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZERJustin Bogner2015-09-011-3/+3
* Enable linking tools, shared libraries against libLLVMAndrew Wilkins2015-09-012-10/+33
* [CMake] Fix build on MSVC in r246156.NAKAMURA Takumi2015-08-281-1/+2
* [CMake] OBJLIB-ize *-tblgen.NAKAMURA Takumi2015-08-272-0/+17
* [cmake] Pass /manifest:no to the linker when asan is enabledReid Kleckner2015-08-251-1/+5
* [CMake] add_llvm_external_project: Just warn about nonexistent directories.NAKAMURA Takumi2015-08-221-1/+5
* [CMake] Make LLVM_EXTERNAL_*_SOURCE_DIR consistent against older buildsites.NAKAMURA Takumi2015-08-221-20/+24
* Filter libraries that are not installed out of CMake exports (currentlyDan Liew2015-08-211-5/+1
* llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch byDan Liew2015-08-211-13/+0
* Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...Yaron Keren2015-08-211-0/+6
* [cmake] Start adding support for LLVM_USE_SANITIZER=Address on WindowsReid Kleckner2015-08-141-10/+31
* Use /Zc:inline when building with MSVC.Rafael Espindola2015-08-121-0/+2
* Revert "[cmake] Add helper for finding potentially external projects"Reid Kleckner2015-08-111-17/+0
* [cmake] Add helper for finding potentially external projectsReid Kleckner2015-08-111-0/+17
* Remove the configure and cmake checks for sys/wait.hJustin Bogner2015-08-041-1/+0