summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
2015-05-19Use cat and not type Under MSYS, same as Cygwin.Yaron Keren
2015-05-14cmake: Use -fno-sanitize-recover=all - the old spelling is deprecatedJustin Bogner
2015-05-12Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined.Eric Fiselier
2015-05-08[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...Kostya Serebryany
2015-05-07Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ...Alexey Samsonov
2015-05-01[CMake] Also search for prefixed versions of ld.goldNiels Ole Salscheider
2015-04-27Allow building the gold plugin even if the gold binary is not found.Rafael Espindola
2015-04-24[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN brokenChris Bieneman
2015-04-22[cmake] Quote the path to the target exports file, fixes PR23313Reid Kleckner
2015-04-21Silence MSVC build alignment warningsAndrew Kaylor
2015-04-20Add targets to cmake for specific target components.Pete Cooper
2015-04-16Cleanup based on rnk's feedback.Chris Bieneman
2015-04-16Fixing windows bots.Chris Bieneman
2015-04-16Better fix to the windows conditional.Chris Bieneman
2015-04-16Fix Windows bots.Chris Bieneman
2015-04-16Fixing a mis-use of the CMake install command.Chris Bieneman
2015-04-14[msvc] Strip /W[0-4] before appending /W4Zachary Turner
2015-04-13[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache...NAKAMURA Takumi
2015-04-06Disable all link optimizations in a debug build.Rafael Espindola
2015-04-06Don't pass -O3 to the linker in debug builds.Rafael Espindola
2015-04-06Don't use -ffunction-sections -fdata-sections on debug builds.Rafael Espindola
2015-04-01Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi
2015-04-01[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig.cmake.Sanjoy Das
2015-03-27[CMake] Removing duplicates from the list of test suites to generate targets ...Chris Bieneman
2015-03-27CMake: enable installing utilsDerek Schuff
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das
2015-03-24Disabling warnings for MSVC build to enable /W4 use.Andrew Kaylor
2015-03-23Re-land: Generate targets for each lit suite.Chris Bieneman
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-03-19test: Make a start on a test suite for libLTO.Peter Collingbourne