summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-0/+6
2010-08-30Attempt to remove the MSIL backend from CMake as well based on Chris's r112375.Chandler Carruth1-1/+0
2010-08-09CMake: system for providing llvm-config-like features to the user.Oscar Fuentes1-0/+2
2010-08-05New system for choosing CRT type on MSVC.Oscar Fuentes1-20/+2
2010-08-03CMake: add version control info to PACKAGE_VERSION, if available.Oscar Fuentes1-8/+11
2010-08-03Bump cmake_minimum_required to version 2.8Oscar Fuentes1-1/+1
2010-08-02Lets the CMake GUI show a list of possible values for LLVM_USE_CRTOscar Fuentes1-0/+3
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner1-0/+1
2010-06-25Fix LLVM CMake PACKAGE_VERSION variable.Daniel Dunbar1-1/+1
2010-03-18CMake: Add options for using static runtime on MSVC++ build.Oscar Fuentes1-1/+3
2010-03-05Adding MBlaze to cmake target list.Wesley Peck1-0/+1
2010-01-22CMake: Add MCParser directory.Daniel Dunbar1-0/+1
2010-01-04Fix CMake build for InstCombine changesDouglas Gregor1-0/+1
2009-12-01Don't default warnings to ON on MSVC, the spew is enough to triple the build ...Daniel Dunbar1-1/+7
2009-12-01Fix copy paste bugTobias Grosser1-1/+1
2009-12-01Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes1-1/+24
2009-11-30* CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647.Oscar Fuentes1-0/+2
2009-11-25Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar1-0/+12
2009-11-23CMake: generate targets for tools and examples even whenOscar Fuentes1-6/+2
2009-11-18Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles &Daniel Dunbar1-1/+1
2009-11-12CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes1-0/+3
2009-11-08Prevent warning spew about -fPIC when using CMake generated Xcode project files.Daniel Dunbar1-7/+13
2009-10-30CMake: install .def files from source `include/llvm' directory.Oscar Fuentes1-0/+1
2009-10-27CMake: Install .inc files too.Oscar Fuentes1-0/+2
2009-10-27Rather than excluding quite some things, and still installingOscar Fuentes1-7/+14
2009-10-12Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan1-0/+4
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner1-1/+0
2009-09-24Add count/not tools as executables.Daniel Dunbar1-0/+2
2009-09-22Initial support for running LLVM tests from cmake.Daniel Dunbar1-0/+1
2009-09-22CMake: Fix definition of LTDL_SHLIB_EXT for Darwin.Daniel Dunbar1-1/+5
2009-09-13CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes1-0/+3
2009-08-25revert r78628 and r78803 as these are not needed any moreGabor Greif1-6/+0
2009-08-22TOT is 2.7svn for CMake, tooDouglas Gregor1-1/+1
2009-08-18CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes1-1/+1
2009-08-16CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes1-1/+0
2009-08-16CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes1-3/+7
2009-08-16CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes1-1/+0
2009-08-16CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes1-0/+2
2009-08-15Revert 78996. It was breaking MSVC builds.Benjamin Kramer1-2/+0
2009-08-14CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes1-0/+2
2009-08-14CMake: Corrected indentation on a block of code.Oscar Fuentes1-9/+9
2009-08-12here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif1-1/+7
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes1-2/+0
2009-08-12CMake: Do not install files with .tmp suffix.Oscar Fuentes1-0/+1
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes1-4/+0
2009-08-02Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen1-0/+1
2009-07-24Remove the IA-64 backend.Dan Gohman1-1/+0
2009-07-20Build FileCheck from with CMakeDouglas Gregor1-0/+2
2009-07-20CMake support for SystemZ.Daniel Dunbar1-0/+1
2009-07-19MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompilingDaniel Dunbar1-0/+3