summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-04Remove the configure and cmake checks for sys/wait.hJustin Bogner1-1/+0
2015-07-28Use a specified list of languages in cmake project() command.Douglas Katzman1-0/+1
2015-07-24build: fix small typo in cmake doxygen buildSaleem Abdulrasool1-1/+1
2015-07-23Avoid using -Wl,-z,defs on Cygwin.Yaron Keren1-1/+1
2015-07-21[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman1-10/+0
2015-07-21[cmake] pass GO_EXECUTABLE to llgo-goAndrew Wilkins1-1/+1
2015-07-21[CMake] Fixing inconsistency caused by copy-pasta.Chris Bieneman1-2/+2
2015-07-21[CMake] Fixing a problem with external projects that aren't getting enabled p...Chris Bieneman1-0/+4
2015-07-20Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we t...Aaron Ballman1-0/+2
2015-07-20[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman1-28/+63
2015-07-14[CMake] Unbreak add_llvm_external_project when external projects are specified.NAKAMURA Takumi1-0/+3
2015-07-14[CMake] Forgot to quote the first part of STREQUAL.Chris Bieneman1-1/+1
2015-07-14[CMake] We shouldn't be storing values in the cache unless they actually need...Chris Bieneman1-4/+9
2015-07-13Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman1-64/+21
2015-07-13[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman1-21/+64
2015-07-08Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi1-31/+19
2015-07-07[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman1-19/+31
2015-07-05[CMake] add_llvm_symbol_exports: Use Python oneliner instead of "cmd.exe /c t...NAKAMURA Takumi1-13/+2
2015-07-02[Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov1-2/+0
2015-06-30[CMake] Make the CMake files (LLVMConfig.cmake and LLVMExports.cmake)Dan Liew1-9/+27
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+4
2015-06-29Fix bug #23967. The gtest and gtest_main targets were exported into theDan Liew2-3/+16
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov1-2/+2
2015-06-24Spelling fixes in comments.Douglas Katzman1-2/+2
2015-06-22Support Solaris unused sections' gc link syntax.Rafael Espindola1-0/+3
2015-06-22Do not pass optimization flags to Solaris' linker.Rafael Espindola1-1/+1
2015-06-22Use right syntax to pass version script to Solaris' ld.Rafael Espindola1-2/+7
2015-06-19CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFCFilipe Cabecinhas1-80/+0
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas1-8/+7
2015-06-18Silence resource compiler using /nologo flag.Peter Collingbourne1-0/+2
2015-06-16Repair cmake libatomic check.James Y Knight1-6/+36
2015-06-14[CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc...NAKAMURA Takumi1-3/+5
2015-06-12In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell1-0/+82