aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove the IA-64 backend.Dan Gohman2009-07-241-3/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-1/+5
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+18
* Regerate CMake library dependencies.Daniel Dunbar2009-07-161-50/+48
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-161-28/+0
* Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar2009-07-151-1/+4
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-151-0/+15
* CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes2009-07-131-2/+3
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+2
* Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor2009-06-231-0/+3
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-232-49/+3
* Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor2009-06-231-5/+0
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-232-43/+3
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-122-3/+3
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-112-5/+5
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-043-34/+38
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-272-10/+23
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-231-1/+3
* CMake: Use pthread library when requested and available.Oscar Fuentes2009-05-061-0/+3
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-0/+11
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-162-3/+3
* CMake: Make sure to build TableGen'd files in the binary directoryDouglas Gregor2009-03-161-2/+5
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-092-105/+0
* CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes2009-01-221-5/+12
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-071-1/+1
* 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-201-0/+3
* 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-291-1/+1
* 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-261-0/+19
* 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