summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-2/+0
* [CMake] Make the CMake files (LLVMConfig.cmake and LLVMExports.cmake)Dan Liew2015-06-301-9/+27
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+4
* Fix bug #23967. The gtest and gtest_main targets were exported into theDan Liew2015-06-292-3/+16
* [OCaml] Bump ctypes dependency to 0.4.Peter Zotov2015-06-271-2/+2
* 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
* [CMake] Also search for prefixed versions of ld.goldNiels Ole Salscheider2015-05-011-1/+1
* Allow building the gold plugin even if the gold binary is not found.Rafael Espindola2015-04-271-4/+2
* [CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN brokenChris Bieneman2015-04-241-3/+4
* [cmake] Quote the path to the target exports file, fixes PR23313Reid Kleckner2015-04-221-1/+1
* Silence MSVC build alignment warningsAndrew Kaylor2015-04-211-1/+9
* Add targets to cmake for specific target components.Pete Cooper2015-04-201-0/+35
* Cleanup based on rnk's feedback.Chris Bieneman2015-04-161-12/+8
* Fixing windows bots.Chris Bieneman2015-04-161-10/+12
* Better fix to the windows conditional.Chris Bieneman2015-04-161-1/+1
* Fix Windows bots.Chris Bieneman2015-04-161-1/+6
* Fixing a mis-use of the CMake install command.Chris Bieneman2015-04-161-6/+16
* [msvc] Strip /W[0-4] before appending /W4Zachary Turner2015-04-141-0/+7
* [CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache...NAKAMURA Takumi2015-04-131-2/+0
* Disable all link optimizations in a debug build.Rafael Espindola2015-04-061-25/+28
* Don't pass -O3 to the linker in debug builds.Rafael Espindola2015-04-061-2/+4
* Don't use -ffunction-sections -fdata-sections on debug builds.Rafael Espindola2015-04-061-1/+2
OpenPOWER on IntegriCloud