aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-5/+0
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-0/+5
* De-bork CMake buildDouglas Gregor2009-08-261-5/+0
* Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes2009-08-261-1/+5
* Remove alloca config.h support.Daniel Dunbar2009-08-241-2/+0
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-0/+3
* Remove the IA-64 backend.Dan Gohman2009-07-241-2/+0
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-0/+3
* Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...Douglas Gregor2009-06-291-2/+2
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+2
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+44
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-0/+3
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-041-0/+2
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-231-0/+1
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-0/+1
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-0/+3
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-061-0/+4
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-0/+5
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-091-17/+0
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet2009-02-141-0/+1
* CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes2008-11-201-0/+3
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-181-2/+11
* CMake: Removed some cruft.Oscar Fuentes2008-10-291-6/+6
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-0/+4
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-251-5/+30
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+93