summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky1-1/+1
2011-04-26Add cmakefiles to build profile_rt.so!Nick Lewycky1-1/+8
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-03-23Supports building with a list of targets that does not containOscar Fuentes1-0/+3
2011-03-21Removed workaround for unspecified build problem on MinGW.Oscar Fuentes1-9/+0
2011-03-08Change the next release number to 3.0svn.Bill Wendling1-1/+1
2011-03-01Cmake fix for option defaults not being set correctly on first runOscar Fuentes1-12/+14
2011-02-27Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes1-0/+1
2011-02-21CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi1-1/+0
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-0/+2
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes1-80/+2
2011-02-17New library: LLVMX86Utils.Oscar Fuentes1-0/+3
2011-02-14Add current binary and source directories to the header search listOscar Fuentes1-0/+2
2011-02-05Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes1-21/+0
2011-02-03Moved to Clang's source tree its configuration options and associatedOscar Fuentes1-6/+0
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes1-140/+19
2011-01-21Handles libffi on the CMake build.Oscar Fuentes1-0/+4
2011-01-17Suppress warning "switch statement contains 'default' but no 'case' labels" o...Francois Pichet1-0/+1
2011-01-11Add to the CMake build some options and platform tests supported byOscar Fuentes1-0/+10
2011-01-09Apply -fPIC to C sources too.Oscar Fuentes1-0/+1
2011-01-09Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes1-15/+17
2011-01-07Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes1-0/+6
2010-12-20New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes1-1/+8
2010-12-18CMake: Cleanup and document MSVC warning flags.Michael J. Spencer1-12/+27
2010-12-09CMake: Add FileUpdate to the build.Michael J. Spencer1-0/+1
2010-12-07Promote "enumerator in switch of enum is not handled" to level 1 warning on M...Francois Pichet1-1/+4
2010-12-04Disable C++ exception handling on MSVC.Francois Pichet1-0/+1
2010-11-29Merge System into Support.Michael J. Spencer1-5/+4
2010-11-27CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi1-0/+14
2010-11-20Disable warning C4291 on MSVC. Caused because class AttributeList provides a ...Francois Pichet1-1/+1
2010-11-19CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar...NAKAMURA Takumi1-0/+9
2010-11-17Make MCJIT work with CMake.Wesley Peck1-0/+1
2010-11-15Add LLVMObject Library.Michael J. Spencer1-0/+1
2010-11-14Detect presence of AsmPrinter's. Remove some cruft too.Oscar Fuentes1-9/+9
2010-11-14hopefully unbreak the cmake build, patch by frits van bommel.Chris Lattner1-1/+2
2010-11-14CMakeLists.txt: removed mismatched endif predicate.Oscar Fuentes1-1/+1
2010-11-14hopefully fix cmake as well.Chris Lattner1-2/+5
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner1-5/+0
2010-11-11CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi1-0/+7
2010-10-26CMake: Build utils/KillTheDoctor only on MSVC for now.NAKAMURA Takumi1-1/+1
2010-10-19First step to allowing the resource directory of Clang to be adjusted forChandler Carruth1-0/+3
2010-10-14Added basic support for CPack.Oscar Fuentes1-0/+6
2010-10-12Disable warning C4267 for MSVC. Otherwise it generate literally thousands of ...Francois Pichet1-1/+1
2010-10-11Add KillTheDoctor.Michael J. Spencer1-0/+5
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner1-6/+0
2010-10-02Handle InstPrinter's on the CMake build.Oscar Fuentes1-0/+5
2010-10-02Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky1-4/+0
2010-10-02Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone whoJim Grosbach1-0/+4
2010-09-28Added library LLVMPIC16passes to CMake build.Oscar Fuentes1-0/+5
2010-09-28Added PTX target to the CMake build.Oscar Fuentes1-0/+1