summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Use a specified list of languages in cmake project() command.Douglas Katzman2015-07-281-0/+1
* Avoid using -Wl,-z,defs on Cygwin.Yaron Keren2015-07-231-1/+1
* [CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman2015-07-211-10/+0
* [cmake] pass GO_EXECUTABLE to llgo-goAndrew Wilkins2015-07-211-1/+1
* [CMake] Fixing inconsistency caused by copy-pasta.Chris Bieneman2015-07-211-2/+2
* [CMake] Fixing a problem with external projects that aren't getting enabled p...Chris Bieneman2015-07-211-0/+4
* Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we t...Aaron Ballman2015-07-201-0/+2
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-201-28/+63
* [CMake] Unbreak add_llvm_external_project when external projects are specified.NAKAMURA Takumi2015-07-141-0/+3
* [CMake] Forgot to quote the first part of STREQUAL.Chris Bieneman2015-07-141-1/+1
* [CMake] We shouldn't be storing values in the cache unless they actually need...Chris Bieneman2015-07-141-4/+9
* Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman2015-07-131-64/+21
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-131-21/+64
* Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi2015-07-081-31/+19
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-071-19/+31
* [CMake] add_llvm_symbol_exports: Use Python oneliner instead of "cmd.exe /c t...NAKAMURA Takumi2015-07-051-13/+2
* [CMake] Make the CMake files (LLVMConfig.cmake and LLVMExports.cmake)Dan Liew2015-06-301-9/+27
* Fix bug #23967. The gtest and gtest_main targets were exported into theDan Liew2015-06-292-3/+16
* Spelling fixes in comments.Douglas Katzman2015-06-241-2/+2
* Support Solaris unused sections' gc link syntax.Rafael Espindola2015-06-221-0/+3
* Do not pass optimization flags to Solaris' linker.Rafael Espindola2015-06-221-1/+1
* Use right syntax to pass version script to Solaris' ld.Rafael Espindola2015-06-221-2/+7
* CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFCFilipe Cabecinhas2015-06-191-80/+0
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-8/+7
* Silence resource compiler using /nologo flag.Peter Collingbourne2015-06-181-0/+2
* Repair cmake libatomic check.James Y Knight2015-06-161-6/+36
* [CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc...NAKAMURA Takumi2015-06-141-3/+5
* In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell2015-06-121-0/+82
* [cmake] [OCaml] Make ocamldoc targets depend on output filesPeter Zotov2015-06-071-1/+1
* [CMake] Revert commits r238740/r238741 for embedding Windows version info.Greg Bedwell2015-06-011-82/+0
* remove the use of the LOCATION CMake variable from r238740.Greg Bedwell2015-06-011-4/+0
* In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell2015-06-011-0/+86
* [CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual StudioChris Bieneman2015-05-291-1/+5
* Try to fix the build with MSVC 2015 by disabling sized deallocationReid Kleckner2015-05-191-0/+5
* Use cat and not type Under MSYS, same as Cygwin.Yaron Keren2015-05-191-1/+1
* cmake: Use -fno-sanitize-recover=all - the old spelling is deprecatedJustin Bogner2015-05-141-2/+2
* Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined.Eric Fiselier2015-05-121-0/+3
* [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...Kostya Serebryany2015-05-081-1/+1
* Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ...Alexey Samsonov2015-05-071-1/+1
OpenPOWER on IntegriCloud