aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add FileUpdate to the build.Michael J. Spencer2010-12-091-0/+1
* Promote "enumerator in switch of enum is not handled" to level 1 warning on M...Francois Pichet2010-12-071-1/+4
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-041-0/+1
* Merge System into Support.Michael J. Spencer2010-11-291-5/+4
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-271-0/+14
* Disable warning C4291 on MSVC. Caused because class AttributeList provides a ...Francois Pichet2010-11-201-1/+1
* CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar...NAKAMURA Takumi2010-11-191-0/+9
* Make MCJIT work with CMake.Wesley Peck2010-11-171-0/+1
* Add LLVMObject Library.Michael J. Spencer2010-11-151-0/+1
* Detect presence of AsmPrinter's. Remove some cruft too.Oscar Fuentes2010-11-141-9/+9
* hopefully unbreak the cmake build, patch by frits van bommel.Chris Lattner2010-11-141-1/+2
* CMakeLists.txt: removed mismatched endif predicate.Oscar Fuentes2010-11-141-1/+1
* hopefully fix cmake as well.Chris Lattner2010-11-141-2/+5
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-5/+0
* CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi2010-11-111-0/+7
* CMake: Build utils/KillTheDoctor only on MSVC for now.NAKAMURA Takumi2010-10-261-1/+1
* First step to allowing the resource directory of Clang to be adjusted forChandler Carruth2010-10-191-0/+3
* Added basic support for CPack.Oscar Fuentes2010-10-141-0/+6
* Disable warning C4267 for MSVC. Otherwise it generate literally thousands of ...Francois Pichet2010-10-121-1/+1
* Add KillTheDoctor.Michael J. Spencer2010-10-111-0/+5
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-6/+0
* 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