aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: configure header llvm-config.hOscar Fuentes2010-08-081-0/+5
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-031-0/+1
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-231-1/+1
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-151-0/+1
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-121-0/+6
* CMake: Remove unnecessary `unset' which was not supported by old cmakeOscar Fuentes2009-11-101-1/+0
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-091-7/+20
* Fix CMake reporting of target triple.Daniel Dunbar2009-11-071-1/+0
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-071-0/+3
* CMake: Detect dotty.Oscar Fuentes2009-11-051-0/+9
* CMake: do not test for pthread and dl libraries on Windows (exceptOscar Fuentes2009-11-051-6/+12
* Teach cmake that mk[sd]temp is defined in stdlib.h on some systems.Benjamin Kramer2009-10-281-3/+3
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-2/+2
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-0/+1
* CMake misses a check for sbrk on NetBSD.Edward O'Callaghan2009-10-051-0/+1
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-011-4/+44
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+1
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-131-4/+9
* 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