aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Option for building with -fPIC.Oscar Fuentes2008-11-201-0/+11
* CMake: Support for building 32 bits shared libraries on 64 bits GNUOscar Fuentes2008-11-191-5/+5
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-181-0/+2
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-151-0/+4
* CMake: Removed some cruft.Oscar Fuentes2008-11-151-5/+0
* CMake: Moved generation of Intrinsics.gen toOscar Fuentes2008-11-151-9/+1
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-141-2/+2
* CMake: Disallow in-source builds except when building with the VisualOscar Fuentes2008-11-141-0/+9
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-101-1/+1
* CMake: Implement magic word `all' for selecting all targets. CheckOscar Fuentes2008-11-101-4/+31
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-101-2/+3
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+8
* Add XCore backend to CMake build.Richard Osborne2008-11-071-1/+1
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-041-0/+15
* Change the name of the generated solution file for a CMake build. (from 'proj...Cedric Venet2008-10-301-0/+1
* CMake: Reverted some unintentional changes on the previous commit.Oscar Fuentes2008-10-301-4/+1
* CMake: Cygwin pretends to be Unix.Oscar Fuentes2008-10-301-3/+11
* CMake: Removed some cruft.Oscar Fuentes2008-10-291-11/+3
* CMake: Removed unnecessary macro definitions. They are defined inOscar Fuentes2008-10-261-6/+0
* CMake: Directed bug reports to llvmbugs.Oscar Fuentes2008-10-251-2/+1
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-251-7/+1
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+13
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-0/+1
* CMake: Builds all targets.Oscar Fuentes2008-09-261-5/+18
* CMake: Disabled some warnings for MSVC.Oscar Fuentes2008-09-241-0/+2
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-0/+6
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+137