aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen2009-08-021-0/+1
* Remove the IA-64 backend.Dan Gohman2009-07-241-1/+0
* Build FileCheck from with CMakeDouglas Gregor2009-07-201-0/+2
* CMake support for SystemZ.Daniel Dunbar2009-07-201-0/+1
* MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompilingDaniel Dunbar2009-07-191-0/+3
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+12
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-161-4/+0
* Add TargetInfo directories to CMake's list.Daniel Dunbar2009-07-151-0/+1
* CMake: Refuses to work for out-of-source builds when tablegenned filesOscar Fuentes2009-07-131-0/+18
* bug 4524: Add MSP430 to the cmake build.Richard Pennington2009-07-091-0/+1
* CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown whenOscar Fuentes2009-07-051-1/+1
* CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.Oscar Fuentes2009-07-051-1/+4
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+1
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-231-18/+0
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-4/+0
* CMake: Only include LLVM example executables in the build if requested by the...Douglas Gregor2009-06-161-1/+4
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-3/+21
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-121-0/+1
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-111-0/+2
* Allow setting the C runtime to be used with MSVC from cmake.Stefanus Du Toit2009-06-081-0/+15
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-1/+3
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-0/+18
* CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes2009-06-041-4/+13
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-031-0/+12
* CMake: Added notes pointing to the LLVM CMake documentation.Oscar Fuentes2009-04-041-0/+2
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-9/+11
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-1/+1
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-061-0/+1
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-281-1/+2
* CMake: Option for building with -fPIC.Oscar Fuentes2008-11-201-0/+11
* CMake: Support for building 32 bits shared libraries on 64 bits GNUOscar Fuentes2008-11-191-5/+5
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-181-0/+2
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-151-0/+4
* CMake: Removed some cruft.Oscar Fuentes2008-11-151-5/+0
* CMake: Moved generation of Intrinsics.gen toOscar Fuentes2008-11-151-9/+1
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-141-2/+2
* CMake: Disallow in-source builds except when building with the VisualOscar Fuentes2008-11-141-0/+9
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-101-1/+1
* CMake: Implement magic word `all' for selecting all targets. CheckOscar Fuentes2008-11-101-4/+31
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-101-2/+3
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+8
* Add XCore backend to CMake build.Richard Osborne2008-11-071-1/+1
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-041-0/+15
* Change the name of the generated solution file for a CMake build. (from 'proj...Cedric Venet2008-10-301-0/+1
* CMake: Reverted some unintentional changes on the previous commit.Oscar Fuentes2008-10-301-4/+1
* CMake: Cygwin pretends to be Unix.Oscar Fuentes2008-10-301-3/+11
* CMake: Removed some cruft.Oscar Fuentes2008-10-291-11/+3
* CMake: Removed unnecessary macro definitions. They are defined inOscar Fuentes2008-10-261-6/+0
* CMake: Directed bug reports to llvmbugs.Oscar Fuentes2008-10-251-2/+1
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-251-7/+1