aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Supports building with a list of targets that does not containOscar Fuentes2011-03-231-0/+3
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-211-9/+0
* Change the next release number to 3.0svn.Bill Wendling2011-03-081-1/+1
* Cmake fix for option defaults not being set correctly on first runOscar Fuentes2011-03-011-12/+14
* Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes2011-02-271-0/+1
* CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi2011-02-211-1/+0
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+2
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-80/+2
* New library: LLVMX86Utils.Oscar Fuentes2011-02-171-0/+3
* Add current binary and source directories to the header search listOscar Fuentes2011-02-141-0/+2
* Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes2011-02-051-21/+0
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-031-6/+0
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-031-140/+19
* Handles libffi on the CMake build.Oscar Fuentes2011-01-211-0/+4
* Suppress warning "switch statement contains 'default' but no 'case' labels" o...Francois Pichet2011-01-171-0/+1
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-111-0/+10
* Apply -fPIC to C sources too.Oscar Fuentes2011-01-091-0/+1
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-091-15/+17
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-071-0/+6
* New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes2010-12-201-1/+8
* CMake: Cleanup and document MSVC warning flags.Michael J. Spencer2010-12-181-12/+27
* 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