aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Handle InstPrinter's on the CMake build.Oscar Fuentes2010-10-021-0/+5
* Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky2010-10-021-4/+0
* Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone whoJim Grosbach2010-10-021-0/+4
* Added library LLVMPIC16passes to CMake build.Oscar Fuentes2010-09-281-0/+5
* Added PTX target to the CMake build.Oscar Fuentes2010-09-281-0/+1
* New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) forOscar Fuentes2010-09-251-9/+20
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-251-6/+0
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-241-0/+6
* CMake: Build unittests.Michael J. Spencer2010-09-241-1/+6
* Bump LLVM in CMake makefiles to 2.9Douglas Gregor2010-09-231-1/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-6/+0
* CMake: Add llvm-lit to CMake build.Michael J. Spencer2010-09-131-0/+1
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-111-0/+9
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+6
* Attempt to remove the MSIL backend from CMake as well based on Chris's r112375.Chandler Carruth2010-08-301-1/+0
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-091-0/+2
* New system for choosing CRT type on MSVC.Oscar Fuentes2010-08-051-20/+2
* CMake: add version control info to PACKAGE_VERSION, if available.Oscar Fuentes2010-08-031-8/+11
* Bump cmake_minimum_required to version 2.8Oscar Fuentes2010-08-031-1/+1
* Lets the CMake GUI show a list of possible values for LLVM_USE_CRTOscar Fuentes2010-08-021-0/+3
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-0/+1
* Fix LLVM CMake PACKAGE_VERSION variable.Daniel Dunbar2010-06-251-1/+1
* CMake: Add options for using static runtime on MSVC++ build.Oscar Fuentes2010-03-181-1/+3
* Adding MBlaze to cmake target list.Wesley Peck2010-03-051-0/+1
* CMake: Add MCParser directory.Daniel Dunbar2010-01-221-0/+1
* Fix CMake build for InstCombine changesDouglas Gregor2010-01-041-0/+1
* Don't default warnings to ON on MSVC, the spew is enough to triple the build ...Daniel Dunbar2009-12-011-1/+7
* Fix copy paste bugTobias Grosser2009-12-011-1/+1
* Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes2009-12-011-1/+24
* * CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647.Oscar Fuentes2009-11-301-0/+2
* Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar2009-11-251-0/+12
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-231-6/+2
* Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles &Daniel Dunbar2009-11-181-1/+1
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-121-0/+3
* Prevent warning spew about -fPIC when using CMake generated Xcode project files.Daniel Dunbar2009-11-081-7/+13
* CMake: install .def files from source `include/llvm' directory.Oscar Fuentes2009-10-301-0/+1
* CMake: Install .inc files too.Oscar Fuentes2009-10-271-0/+2
* Rather than excluding quite some things, and still installingOscar Fuentes2009-10-271-7/+14
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-0/+4
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-051-1/+0
* Add count/not tools as executables.Daniel Dunbar2009-09-241-0/+2
* Initial support for running LLVM tests from cmake.Daniel Dunbar2009-09-221-0/+1
* CMake: Fix definition of LTDL_SHLIB_EXT for Darwin.Daniel Dunbar2009-09-221-1/+5
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-131-0/+3
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-251-6/+0
* TOT is 2.7svn for CMake, tooDouglas Gregor2009-08-221-1/+1
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-181-1/+1
* CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes2009-08-161-1/+0
* CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes2009-08-161-3/+7
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-161-1/+0