summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* TOT is 2.7svn for CMake, tooDouglas Gregor2009-08-22
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-18
* CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes2009-08-16
* CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes2009-08-16
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-16
* CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes2009-08-16
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-15
* CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes2009-08-14
* CMake: Corrected indentation on a block of code.Oscar Fuentes2009-08-14
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-12
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Do not install files with .tmp suffix.Oscar Fuentes2009-08-12
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-12
* Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen2009-08-02
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Build FileCheck from with CMakeDouglas Gregor2009-07-20
* CMake support for SystemZ.Daniel Dunbar2009-07-20
* MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompilingDaniel Dunbar2009-07-19
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-16
* Add TargetInfo directories to CMake's list.Daniel Dunbar2009-07-15
* CMake: Refuses to work for out-of-source builds when tablegenned filesOscar Fuentes2009-07-13
* bug 4524: Add MSP430 to the cmake build.Richard Pennington2009-07-09
* CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown whenOscar Fuentes2009-07-05
* CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.Oscar Fuentes2009-07-05
* Start flushing out MCContext.Daniel Dunbar2009-06-23
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* CMake: Only include LLVM example executables in the build if requested by the...Douglas Gregor2009-06-16
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-12
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-11
* Allow setting the C runtime to be used with MSVC from cmake.Stefanus Du Toit2009-06-08
* More portability checks for CMake's config.h.Douglas Gregor2009-06-05
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes2009-06-04
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-03
* CMake: Added notes pointing to the LLVM CMake documentation.Oscar Fuentes2009-04-04
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-04
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-06
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-28
* CMake: Option for building with -fPIC.Oscar Fuentes2008-11-20
* CMake: Support for building 32 bits shared libraries on 64 bits GNUOscar Fuentes2008-11-19
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-18
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-15
* CMake: Removed some cruft.Oscar Fuentes2008-11-15
* CMake: Moved generation of Intrinsics.gen toOscar Fuentes2008-11-15
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-14
* CMake: Disallow in-source builds except when building with the VisualOscar Fuentes2008-11-14