summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2015-04-22[cmake] Quote the path to the target exports file, fixes PR23313Reid Kleckner1-1/+1
2015-04-21Silence MSVC build alignment warningsAndrew Kaylor1-1/+9
2015-04-20Add targets to cmake for specific target components.Pete Cooper1-0/+35
2015-04-16Cleanup based on rnk's feedback.Chris Bieneman1-12/+8
2015-04-16Fixing windows bots.Chris Bieneman1-10/+12
2015-04-16Better fix to the windows conditional.Chris Bieneman1-1/+1
2015-04-16Fix Windows bots.Chris Bieneman1-1/+6
2015-04-16Fixing a mis-use of the CMake install command.Chris Bieneman1-6/+16
2015-04-14[msvc] Strip /W[0-4] before appending /W4Zachary Turner1-0/+7
2015-04-13[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache...NAKAMURA Takumi1-2/+0
2015-04-06Disable all link optimizations in a debug build.Rafael Espindola1-25/+28
2015-04-06Don't pass -O3 to the linker in debug builds.Rafael Espindola1-2/+4
2015-04-06Don't use -ffunction-sections -fdata-sections on debug builds.Rafael Espindola1-1/+2
2015-04-01Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi2-0/+9
2015-04-01[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig.cmake.Sanjoy Das1-0/+2
2015-03-27[CMake] Removing duplicates from the list of test suites to generate targets ...Chris Bieneman1-0/+5
2015-03-27CMake: enable installing utilsDerek Schuff1-0/+12
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das1-0/+14
2015-03-24Disabling warnings for MSVC build to enable /W4 use.Andrew Kaylor1-0/+16
2015-03-23Re-land: Generate targets for each lit suite.Chris Bieneman1-0/+22
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman1-2/+2
2015-03-19test: Make a start on a test suite for libLTO.Peter Collingbourne1-0/+4
2015-03-19Fixing dependencies for native tablegen.Chris Bieneman1-4/+2
2015-03-19[CMake] Don't pass in MSVC warning flags as definitions.Greg Bedwell1-2/+9
2015-03-18Revert "Generate targets for each lit suite."Chris Bieneman1-23/+0
2015-03-18Generate targets for each lit suite.Chris Bieneman1-0/+23
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner1-0/+6
2015-03-12Refactoring CMake CrossCompile module.Chris Bieneman2-34/+56
2015-03-12Doing some cleanup to the iOS toolchain.Chris Bieneman1-9/+23
2015-03-11Revert "[CMake] Don't pass in MSVC warning flags as definitions"Greg Bedwell1-11/+4
2015-03-11[CMake] Don't pass in MSVC warning flags as definitionsGreg Bedwell1-4/+11
2015-03-10Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...Chris Bieneman1-1/+1
2015-03-09Drop the hacks used for partial C99 math libraries.Benjamin Kramer1-15/+0
2015-03-07Teach the LLVM CMake build how to explicitly use libc++abi when usingChandler Carruth1-10/+16
2015-03-03[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany1-1/+1
2015-03-02cmake: Use MSVC atomics with clang-clReid Kleckner1-0/+1
2015-03-02Making the SO version major.minor instead of just major because ABI and API c...Chris Bieneman1-1/+1
2015-02-27Minor follow-ups to r229720 suggested on llvmdevReid Kleckner1-1/+1
2015-02-25[CMake] Fix the clang-cl self host build.Zachary Turner2-1/+6
2015-02-25build: check if atomic routines are implicitly providedSaleem Abdulrasool1-3/+7
2015-02-24Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser1-2/+2
2015-02-23Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier1-2/+2
2015-02-23Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier1-2/+2
2015-02-23cmake: Don't do the libstdc++ version check when clang simulates MSVCReid Kleckner1-5/+9
2015-02-22Remove log statements from config scripts.Zachary Turner1-2/+0
2015-02-22Really fix the build this time.Zachary Turner1-0/+2
2015-02-22[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".Zachary Turner1-0/+2
2015-02-20Raising minimum required CMake version to 2.8.12.2.Chris Bieneman1-2/+2
2015-02-19[Support/Timer] Make GetMallocUsage() aware of jemalloc.Davide Italiano1-0/+1
2015-02-18CMake: Fix add_lit_target for the case where a test suite has zero target dep...Peter Collingbourne1-2/+4