summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
2015-08-22[CMake] Make LLVM_EXTERNAL_*_SOURCE_DIR consistent against older buildsites.NAKAMURA Takumi
2015-08-21Filter libraries that are not installed out of CMake exports (currentlyDan Liew
2015-08-21llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch byDan Liew
2015-08-21Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...Yaron Keren
2015-08-14[cmake] Start adding support for LLVM_USE_SANITIZER=Address on WindowsReid Kleckner
2015-08-12Use /Zc:inline when building with MSVC.Rafael Espindola
2015-08-11Revert "[cmake] Add helper for finding potentially external projects"Reid Kleckner
2015-08-11[cmake] Add helper for finding potentially external projectsReid Kleckner
2015-08-04Remove the configure and cmake checks for sys/wait.hJustin Bogner
2015-07-28Use a specified list of languages in cmake project() command.Douglas Katzman
2015-07-24build: fix small typo in cmake doxygen buildSaleem Abdulrasool
2015-07-23Avoid using -Wl,-z,defs on Cygwin.Yaron Keren
2015-07-21[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman
2015-07-21[cmake] pass GO_EXECUTABLE to llgo-goAndrew Wilkins
2015-07-21[CMake] Fixing inconsistency caused by copy-pasta.Chris Bieneman
2015-07-21[CMake] Fixing a problem with external projects that aren't getting enabled p...Chris Bieneman
2015-07-20Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we t...Aaron Ballman
2015-07-20[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman
2015-07-14[CMake] Unbreak add_llvm_external_project when external projects are specified.NAKAMURA Takumi
2015-07-14[CMake] Forgot to quote the first part of STREQUAL.Chris Bieneman
2015-07-14[CMake] We shouldn't be storing values in the cache unless they actually need...Chris Bieneman
2015-07-13Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman
2015-07-13[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman
2015-07-08Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi
2015-07-07[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman
2015-07-05[CMake] add_llvm_symbol_exports: Use Python oneliner instead of "cmd.exe /c t...NAKAMURA Takumi
2015-07-02[Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov
2015-06-30[CMake] Make the CMake files (LLVMConfig.cmake and LLVMExports.cmake)Dan Liew
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman
2015-06-29Fix bug #23967. The gtest and gtest_main targets were exported into theDan Liew
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov
2015-06-24Spelling fixes in comments.Douglas Katzman
2015-06-22Support Solaris unused sections' gc link syntax.Rafael Espindola
2015-06-22Do not pass optimization flags to Solaris' linker.Rafael Espindola
2015-06-22Use right syntax to pass version script to Solaris' ld.Rafael Espindola
2015-06-19CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFCFilipe Cabecinhas
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-18Silence resource compiler using /nologo flag.Peter Collingbourne
2015-06-16Repair cmake libatomic check.James Y Knight
2015-06-14[CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc...NAKAMURA Takumi
2015-06-12In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell
2015-06-07[cmake] [OCaml] Make ocamldoc targets depend on output filesPeter Zotov
2015-06-01[CMake] Revert commits r238740/r238741 for embedding Windows version info.Greg Bedwell
2015-06-01remove the use of the LOCATION CMake variable from r238740.Greg Bedwell
2015-06-01In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell
2015-05-29[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual StudioChris Bieneman
2015-05-19Try to fix the build with MSVC 2015 by disabling sized deallocationReid Kleckner