summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* test: Make a start on a test suite for libLTO.Peter Collingbourne2015-03-191-0/+4
* 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
* Doing some cleanup to the iOS toolchain.Chris Bieneman2015-03-121-9/+23
* 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
* Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...Chris Bieneman2015-03-101-1/+1
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-15/+0
* Teach the LLVM CMake build how to explicitly use libc++abi when usingChandler Carruth2015-03-071-10/+16
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-1/+1
* cmake: Use MSVC atomics with clang-clReid Kleckner2015-03-021-0/+1
* Making the SO version major.minor instead of just major because ABI and API c...Chris Bieneman2015-03-021-1/+1
* Minor follow-ups to r229720 suggested on llvmdevReid Kleckner2015-02-271-1/+1
* [CMake] Fix the clang-cl self host build.Zachary Turner2015-02-252-1/+6
* build: check if atomic routines are implicitly providedSaleem Abdulrasool2015-02-251-3/+7
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-2/+2
OpenPOWER on IntegriCloud