aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2009-08-02Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-20Build FileCheck from with CMakeDouglas Gregor
2009-07-20CMake support for SystemZ.Daniel Dunbar
2009-07-19MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompilingDaniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-16Kill off cmake magic to force linking.Daniel Dunbar
2009-07-15Add TargetInfo directories to CMake's list.Daniel Dunbar
2009-07-13CMake: Refuses to work for out-of-source builds when tablegenned filesOscar Fuentes
2009-07-09bug 4524: Add MSP430 to the cmake build.Richard Pennington
2009-07-05CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown whenOscar Fuentes
2009-07-05CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.Oscar Fuentes
2009-06-23Start flushing out MCContext.Daniel Dunbar
2009-06-23CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor
2009-06-23Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor
2009-06-16CMake: Only include LLVM example executables in the build if requested by the...Douglas Gregor
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-11CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes
2009-06-08Allow setting the C runtime to be used with MSVC from cmake.Stefanus Du Toit
2009-06-05More portability checks for CMake's config.h.Douglas Gregor
2009-06-04CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor
2009-06-04CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2009-04-04CMake: Added notes pointing to the LLVM CMake documentation.Oscar Fuentes
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-06CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes
2009-01-28Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner
2008-11-20CMake: Option for building with -fPIC.Oscar Fuentes
2008-11-19CMake: Support for building 32 bits shared libraries on 64 bits GNUOscar Fuentes
2008-11-18CMake: Option for enabling/disabling threads.Oscar Fuentes
2008-11-15CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes
2008-11-15CMake: Removed some cruft.Oscar Fuentes
2008-11-15CMake: Moved generation of Intrinsics.gen toOscar Fuentes
2008-11-14CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes
2008-11-14CMake: Disallow in-source builds except when building with the VisualOscar Fuentes
2008-11-10CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes
2008-11-10CMake: Implement magic word `all' for selecting all targets. CheckOscar Fuentes
2008-11-10CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes
2008-11-07Add XCore backend to CMake build.Richard Osborne
2008-11-04CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes
2008-10-30Change the name of the generated solution file for a CMake build. (from 'proj...Cedric Venet
2008-10-30CMake: Reverted some unintentional changes on the previous commit.Oscar Fuentes
2008-10-30CMake: Cygwin pretends to be Unix.Oscar Fuentes
2008-10-29CMake: Removed some cruft.Oscar Fuentes
2008-10-26CMake: Removed unnecessary macro definitions. They are defined inOscar Fuentes
2008-10-25CMake: Directed bug reports to llvmbugs.Oscar Fuentes
2008-10-25CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes