summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-181-2/+11
| | | | llvm-svn: 59565
* CMake: MSVC: Pass list of components the right way to msvc_llvm_configOscar Fuentes2008-11-161-12/+27
| | | | | | | and siblings. Support targets whose name does not end on `CodeGen'. Remove a performance bottleneck. llvm-svn: 59383
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-151-10/+27
| | | | | | | | respective asm printers on MSVC. Based on a patch by Scott Graham. llvm-svn: 59379
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-153-7/+33
| | | | | | | dummy library, `llvm_headers_do_not_build', is created for containing all header and TableGen files under include/llvm. llvm-svn: 59346
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-141-1/+1
| | | | | | | | consistency. Patch by Kevin Andre! llvm-svn: 59326
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-144-1/+20
| | | | | | files. llvm-svn: 59325
* CMake: Updated library dependency info used for MSVC++.Oscar Fuentes2008-11-111-4/+8
| | | | llvm-svn: 59079
* CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes2008-11-111-3/+0
| | | | | | | | build on OS X. Fix by Jjgod Jiang! llvm-svn: 59048
* CMake: Fixed cross-compiling.Oscar Fuentes2008-11-101-7/+2
| | | | | | | `clean' makefile target removes add-hoc directory created for building the native tablegen. llvm-svn: 59005
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-101-27/+16
| | | | | | set LLVM_TABLEGEN. llvm-svn: 58953
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-101-3/+39
| | | | | | cross-compiling. llvm-svn: 58950
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-093-2/+8
| | | | | | | | | | | | | built native tblgen which is passed to cmake in the variable LLVM_TABLEGEN. See http://www.cmake.org/Wiki/CmakeMingw for a quick example on how to cross-compile with CMake. llvm-svn: 58939
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-041-1/+1
| | | | | | Linux/x86-64. llvm-svn: 58677
* CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes2008-10-311-19/+14
| | | | llvm-svn: 58485
* CMake: Establish dependencies among executables and libraries, usingOscar Fuentes2008-10-311-3/+123
| | | | | | data manually extracted from llvm-config. llvm-svn: 58484
* CMake: Removed some cruft.Oscar Fuentes2008-10-292-7/+7
| | | | llvm-svn: 58358
* CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes2008-10-261-0/+5
| | | | | | counterpart of USED_LIBS. llvm-svn: 58178
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-262-0/+23
| | | | | | triple. Assign to LLVM_HOSTTRIPLE so it figures in config.h. llvm-svn: 58176
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-252-14/+30
| | | | llvm-svn: 58132
* Modify the cmake build system so that if it doesn't find bison, it will use ↵Cedric Venet2008-10-241-5/+5
| | | | | | the pregenerated file in from the svn (.cvs). Work only for windows for the moment. Tested on Vista64 with MSVC2008express. llvm-svn: 58090
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-222-0/+9
| | | | llvm-svn: 57945
* CMake: Builds all targets.Oscar Fuentes2008-09-262-0/+26
| | | | llvm-svn: 56641
* CMake: Removed unnecessary messages from msvc_llvm_config macro.Oscar Fuentes2008-09-241-2/+0
| | | | llvm-svn: 56540
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-222-1/+19
| | | | llvm-svn: 56453
* add_partially_linked_object: Replaced nonexistent MESSAGE option inOscar Fuentes2008-09-221-1/+1
| | | | | | | add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425
* Initial support for the CMake build system.Oscar Fuentes2008-09-228-0/+376
llvm-svn: 56419
OpenPOWER on IntegriCloud