| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMake: replace `rm' with portable invocations of cmake. | Oscar Fuentes | 2009-01-07 | 1 | -1/+1 |
| | | | | | | | Based on a bug report by Yonggang Luo. llvm-svn: 61875 | ||||
| * | CMake: when building shared libraries, use -fPIC for compiling | Oscar Fuentes | 2008-11-20 | 1 | -0/+3 |
| | | | | | | | partially linked objects. llvm-svn: 59699 | ||||
| * | CMake: Adds header and TableGen files to Visual Studio solution. A new | Oscar Fuentes | 2008-11-15 | 1 | -2/+2 |
| | | | | | | | | dummy library, `llvm_headers_do_not_build', is created for containing all header and TableGen files under include/llvm. llvm-svn: 59346 | ||||
| * | CMake: Fixed dependencies of .cpp source files on .td and tablegenned | Oscar Fuentes | 2008-11-14 | 1 | -0/+2 |
| | | | | | | | files. llvm-svn: 59325 | ||||
| * | CMake: Support for cross-compiling. For now, requires a previously | Oscar Fuentes | 2008-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 on | Oscar Fuentes | 2008-11-04 | 1 | -1/+1 |
| | | | | | | | Linux/x86-64. llvm-svn: 58677 | ||||
| * | CMake: `make install' for libraries, executables and header files. | Oscar Fuentes | 2008-10-22 | 1 | -0/+2 |
| | | | | | llvm-svn: 57945 | ||||
| * | CMake build system: support for parallel builds. | Oscar Fuentes | 2008-09-22 | 1 | -1/+15 |
| | | | | | llvm-svn: 56453 | ||||
| * | add_partially_linked_object: Replaced nonexistent MESSAGE option in | Oscar Fuentes | 2008-09-22 | 1 | -1/+1 |
| | | | | | | | | add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425 | ||||
| * | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+21 |
| llvm-svn: 56419 | |||||

