summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* 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] 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
* Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi2015-04-012-0/+9
* [CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig.cmake.Sanjoy Das2015-04-011-0/+2
* [CMake] Removing duplicates from the list of test suites to generate targets ...Chris Bieneman2015-03-271-0/+5
* CMake: enable installing utilsDerek Schuff2015-03-271-0/+12
* [ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2015-03-261-0/+14
* Disabling warnings for MSVC build to enable /W4 use.Andrew Kaylor2015-03-241-0/+16
* Re-land: Generate targets for each lit suite.Chris Bieneman2015-03-231-0/+22
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-2/+2
* Fixing dependencies for native tablegen.Chris Bieneman2015-03-191-4/+2
* [CMake] Don't pass in MSVC warning flags as definitions.Greg Bedwell2015-03-191-2/+9
* Revert "Generate targets for each lit suite."Chris Bieneman2015-03-181-23/+0
* Generate targets for each lit suite.Chris Bieneman2015-03-181-0/+23
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-0/+6
* Refactoring CMake CrossCompile module.Chris Bieneman2015-03-122-34/+56
* Revert "[CMake] Don't pass in MSVC warning flags as definitions"Greg Bedwell2015-03-111-11/+4
* [CMake] Don't pass in MSVC warning flags as definitionsGreg Bedwell2015-03-111-4/+11
OpenPOWER on IntegriCloud