aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman2008-11-301-1/+1
* CMake: Do not rebuild the world when tblgen changes but the .inc filesOscar Fuentes2008-11-211-2/+9
* CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes2008-11-202-0/+6
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-181-2/+11
* CMake: MSVC: Pass list of components the right way to msvc_llvm_configOscar Fuentes2008-11-161-12/+27
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-151-10/+27
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-153-7/+33
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-141-1/+1
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-144-1/+20
* CMake: Updated library dependency info used for MSVC++.Oscar Fuentes2008-11-111-4/+8
* CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes2008-11-111-3/+0
* CMake: Fixed cross-compiling.Oscar Fuentes2008-11-101-7/+2
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-101-27/+16
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-101-3/+39
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-093-2/+8
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-041-1/+1
* CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes2008-10-311-19/+14
* CMake: Establish dependencies among executables and libraries, usingOscar Fuentes2008-10-311-3/+123
* CMake: Removed some cruft.Oscar Fuentes2008-10-292-7/+7
* CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes2008-10-261-0/+5
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-262-0/+23
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-252-14/+30
* Modify the cmake build system so that if it doesn't find bison, it will use t...Cedric Venet2008-10-241-5/+5
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-222-0/+9
* CMake: Builds all targets.Oscar Fuentes2008-09-262-0/+26
* CMake: Removed unnecessary messages from msvc_llvm_config macro.Oscar Fuentes2008-09-241-2/+0
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-222-1/+19
* add_partially_linked_object: Replaced nonexistent MESSAGE option inOscar Fuentes2008-09-221-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-228-0/+376