summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* 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
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-10
* CMake: Implement magic word `all' for selecting all targets. CheckOscar Fuentes2008-11-10
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-10
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-09
* Add XCore backend to CMake build.Richard Osborne2008-11-07
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-04
* Change the name of the generated solution file for a CMake build. (from 'proj...Cedric Venet2008-10-30
* CMake: Reverted some unintentional changes on the previous commit.Oscar Fuentes2008-10-30
* CMake: Cygwin pretends to be Unix.Oscar Fuentes2008-10-30
* CMake: Removed some cruft.Oscar Fuentes2008-10-29
* CMake: Removed unnecessary macro definitions. They are defined inOscar Fuentes2008-10-26
* CMake: Directed bug reports to llvmbugs.Oscar Fuentes2008-10-25
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-25
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-22
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* CMake: Disabled some warnings for MSVC.Oscar Fuentes2008-09-24
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-22
* Initial support for the CMake build system.Oscar Fuentes2008-09-22