Fix comment.
[oota-llvm.git] / cmake / config-ix.cmake
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-29 Douglas GregorFix CMake checks for pthread_getspecific and pthread_rw...
2009-06-26 Douglas GregorCMake: add configure checks for pthread_rwlock_init...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
2009-06-05 Douglas GregorMore portability checks for CMake's config.h.
2009-06-04 Douglas GregorProperly detect malloc_zone_statistics in CMake build...
2009-05-23 Oscar FuentesCMake: Use libdl only when available. Fixes build on...
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-06 Oscar FuentesCMake: Detects libpthread and sets HAVE_LIBPTHREAD.
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-02-14 Cedric VenetAdd mode_t to the config.h generated by cmake on win32...
2008-11-20 Oscar FuentesCMake: when building shared libraries, use -fPIC for...
2008-11-18 Oscar FuentesCMake: Option for enabling/disabling threads.
2008-10-29 Oscar FuentesCMake: Removed some cruft.
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-25 Oscar FuentesCMake: MSVC++ no longer uses a special configuration...
2008-09-22 Oscar FuentesInitial support for the CMake build system.