summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...Douglas Gregor2009-06-29
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-26
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-25
* Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor2009-06-23
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-17
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-12
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-11
* More portability checks for CMake's config.h.Douglas Gregor2009-06-05
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-04
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-27
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-23
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-18
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-11
* CMake: Use pthread library when requested and available.Oscar Fuentes2009-05-06
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-06
* CMake: Added notes pointing to the LLVM CMake documentation.Oscar Fuentes2009-04-04
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-04
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-16
* CMake: Make sure to build TableGen'd files in the binary directoryDouglas Gregor2009-03-16
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-09
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet2009-02-14
* CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes2009-01-22
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-07
* Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman2008-11-30
* CMake: Do not rebuild the world when tblgen changes but the .inc filesOscar Fuentes2008-11-21
* CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes2008-11-20
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-18
* CMake: MSVC: Pass list of components the right way to msvc_llvm_configOscar Fuentes2008-11-16
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-15
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-15
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-14
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-14
* CMake: Updated library dependency info used for MSVC++.Oscar Fuentes2008-11-11
* CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes2008-11-11
* CMake: Fixed cross-compiling.Oscar Fuentes2008-11-10
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-10
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-10
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-09
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-04
* CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes2008-10-31
* CMake: Establish dependencies among executables and libraries, usingOscar Fuentes2008-10-31
* CMake: Removed some cruft.Oscar Fuentes2008-10-29
* CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes2008-10-26
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-26
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-25
* Modify the cmake build system so that if it doesn't find bison, it will use t...Cedric Venet2008-10-24