Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / cmake / config-ix.cmake
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-12 Edward O'CallaghanFix LLVM CMake build system so that it may now work...
2009-10-05 Edward O'CallaghanCMake misses a check for sbrk on NetBSD.
2009-10-01 Douglas GregorTeach CMake to look for bidirectional_iterator, iterato...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Douglas GregorDe-bork CMake build
2009-08-26 Oscar FuentesIgnore -fPIC test on Windows. Suggested by Yonggang...
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-17 Xerxes RanbyImplement cmake LLVM_MULTITHREADED gcc atomic builtin...
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.