summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-29
* Add cmakefiles to build profile_rt.so!Nick Lewycky2011-04-26
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Supports building with a list of targets that does not containOscar Fuentes2011-03-23
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-21
* Change the next release number to 3.0svn.Bill Wendling2011-03-08
* Cmake fix for option defaults not being set correctly on first runOscar Fuentes2011-03-01
* Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes2011-02-27
* CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi2011-02-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* New library: LLVMX86Utils.Oscar Fuentes2011-02-17
* Add current binary and source directories to the header search listOscar Fuentes2011-02-14
* Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes2011-02-05
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-03
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-03
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Suppress warning "switch statement contains 'default' but no 'case' labels" o...Francois Pichet2011-01-17
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-11
* Apply -fPIC to C sources too.Oscar Fuentes2011-01-09
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-09
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-07
* New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes2010-12-20
* CMake: Cleanup and document MSVC warning flags.Michael J. Spencer2010-12-18
* CMake: Add FileUpdate to the build.Michael J. Spencer2010-12-09
* 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