summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)AuthorFilesLines
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer1-0/+2
2010-09-24Fix whitespace.Michael J. Spencer1-3/+3
2010-09-17cmake: test for the presence of fenv.hOscar Fuentes1-0/+1
2010-09-03Fix cmake build without native target selected.Oscar Fuentes1-3/+3
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher1-1/+3
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes1-0/+2
2010-08-08CMake: configure header llvm-config.hOscar Fuentes1-0/+5
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar1-0/+1
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky1-1/+1
2010-03-15Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin1-0/+1
2009-11-12CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes1-0/+6
2009-11-10CMake: Remove unnecessary `unset' which was not supported by old cmakeOscar Fuentes1-1/+0
2009-11-09CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes1-7/+20
2009-11-07Fix CMake reporting of target triple.Daniel Dunbar1-1/+0
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar1-0/+3
2009-11-05CMake: Detect dotty.Oscar Fuentes1-0/+9
2009-11-05CMake: do not test for pthread and dl libraries on Windows (exceptOscar Fuentes1-6/+12
2009-10-28Teach cmake that mk[sd]temp is defined in stdlib.h on some systems.Benjamin Kramer1-3/+3
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth1-2/+2
2009-10-12Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan1-0/+1
2009-10-05CMake misses a check for sbrk on NetBSD.Edward O'Callaghan1-0/+1
2009-10-01Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor1-4/+44
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin1-0/+1
2009-09-13CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes1-4/+9
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif1-5/+0
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling1-0/+5
2009-08-26De-bork CMake buildDouglas Gregor1-5/+0
2009-08-26Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes1-1/+5
2009-08-24Remove alloca config.h support.Daniel Dunbar1-2/+0
2009-07-27CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor1-0/+3
2009-07-24Remove the IA-64 backend.Dan Gohman1-2/+0
2009-07-17Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby1-0/+3
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin1-0/+3
2009-06-29Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...Douglas Gregor1-2/+2
2009-06-26CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor1-0/+2
2009-06-17Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor1-0/+44
2009-06-05More portability checks for CMake's config.h.Douglas Gregor1-0/+3
2009-06-04Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor1-0/+2
2009-05-23CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes1-0/+1
2009-05-18termios.h contains the winsize structure we need to determine theDouglas Gregor1-0/+1
2009-05-11Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor1-0/+3
2009-05-06CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes1-0/+4
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes1-0/+5
2009-03-09Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky1-17/+0
2009-02-14Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet1-0/+1
2008-11-20CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes1-0/+3
2008-11-18CMake: Option for enabling/disabling threads.Oscar Fuentes1-2/+11
2008-10-29CMake: Removed some cruft.Oscar Fuentes1-6/+6
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes1-0/+4
2008-10-25CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes1-5/+30