summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Promote "enumerator in switch of enum is not handled" to level 1 warning on M...Francois Pichet2010-12-07
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-04
* Merge System into Support.Michael J. Spencer2010-11-29
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-27
* Disable warning C4291 on MSVC. Caused because class AttributeList provides a ...Francois Pichet2010-11-20
* CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar...NAKAMURA Takumi2010-11-19
* Make MCJIT work with CMake.Wesley Peck2010-11-17
* Add LLVMObject Library.Michael J. Spencer2010-11-15
* Detect presence of AsmPrinter's. Remove some cruft too.Oscar Fuentes2010-11-14
* hopefully unbreak the cmake build, patch by frits van bommel.Chris Lattner2010-11-14
* CMakeLists.txt: removed mismatched endif predicate.Oscar Fuentes2010-11-14
* hopefully fix cmake as well.Chris Lattner2010-11-14
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14
* CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi2010-11-11
* CMake: Build utils/KillTheDoctor only on MSVC for now.NAKAMURA Takumi2010-10-26
* First step to allowing the resource directory of Clang to be adjusted forChandler Carruth2010-10-19
* Added basic support for CPack.Oscar Fuentes2010-10-14
* Disable warning C4267 for MSVC. Otherwise it generate literally thousands of ...Francois Pichet2010-10-12
* Add KillTheDoctor.Michael J. Spencer2010-10-11
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* Handle InstPrinter's on the CMake build.Oscar Fuentes2010-10-02
* Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky2010-10-02
* Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone whoJim Grosbach2010-10-02
* Added library LLVMPIC16passes to CMake build.Oscar Fuentes2010-09-28
* Added PTX target to the CMake build.Oscar Fuentes2010-09-28
* New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) forOscar Fuentes2010-09-25
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-25
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-24
* CMake: Build unittests.Michael J. Spencer2010-09-24
* Bump LLVM in CMake makefiles to 2.9Douglas Gregor2010-09-23
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Add llvm-lit to CMake build.Michael J. Spencer2010-09-13
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-11
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Attempt to remove the MSIL backend from CMake as well based on Chris's r112375.Chandler Carruth2010-08-30
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-09
* New system for choosing CRT type on MSVC.Oscar Fuentes2010-08-05
* CMake: add version control info to PACKAGE_VERSION, if available.Oscar Fuentes2010-08-03
* Bump cmake_minimum_required to version 2.8Oscar Fuentes2010-08-03
* Lets the CMake GUI show a list of possible values for LLVM_USE_CRTOscar Fuentes2010-08-02
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* Fix LLVM CMake PACKAGE_VERSION variable.Daniel Dunbar2010-06-25
* CMake: Add options for using static runtime on MSVC++ build.Oscar Fuentes2010-03-18
* Adding MBlaze to cmake target list.Wesley Peck2010-03-05
* CMake: Add MCParser directory.Daniel Dunbar2010-01-22
* Fix CMake build for InstCombine changesDouglas Gregor2010-01-04
* Don't default warnings to ON on MSVC, the spew is enough to triple the build ...Daniel Dunbar2009-12-01
* Fix copy paste bugTobias Grosser2009-12-01
* Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes2009-12-01
* * CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647.Oscar Fuentes2009-11-30