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