Age | Commit message (Expand) | Author |
2010-08-08 | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes |
2010-08-08 | CMake: configure header llvm-config.h | Oscar Fuentes |
2010-08-03 | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar |
2010-06-23 | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky |
2010-03-15 | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin |
2009-11-12 | CMake: Pass -lm to check_symbol_exists for detecting several math | Oscar Fuentes |
2009-11-10 | CMake: Remove unnecessary `unset' which was not supported by old cmake | Oscar Fuentes |
2009-11-09 | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes |
2009-11-07 | Fix CMake reporting of target triple. | Daniel Dunbar |
2009-11-07 | Stop running get_target_triple more than we need to. | Daniel Dunbar |
2009-11-05 | CMake: Detect dotty. | Oscar Fuentes |
2009-11-05 | CMake: do not test for pthread and dl libraries on Windows (except | Oscar Fuentes |
2009-10-28 | Teach cmake that mk[sd]temp is defined in stdlib.h on some systems. | Benjamin Kramer |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-12 | Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. | Edward O'Callaghan |
2009-10-05 | CMake misses a check for sbrk on NetBSD. | Edward O'Callaghan |
2009-10-01 | Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u... | Douglas Gregor |
2009-09-25 | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin |
2009-09-13 | CMake: New user-settable variable LLVM_TARGET_ARCH useful when | Oscar Fuentes |
2009-08-27 | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif |
2009-08-27 | --- Reverse-merging r80147 into '.': | Bill Wendling |
2009-08-26 | De-bork CMake build | Douglas Gregor |
2009-08-26 | Ignore -fPIC test on Windows. Suggested by Yonggang Luo. | Oscar Fuentes |
2009-08-24 | Remove alloca config.h support. | Daniel Dunbar |
2009-07-27 | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor |
2009-07-24 | Remove the IA-64 backend. | Dan Gohman |
2009-07-17 | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby |
2009-07-01 | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin |
2009-06-29 | Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes... | Douglas Gregor |
2009-06-26 | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor |
2009-06-17 | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor |
2009-06-05 | More portability checks for CMake's config.h. | Douglas Gregor |
2009-06-04 | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor |
2009-05-23 | CMake: Use libdl only when available. Fixes build on FreeBSD. | Oscar Fuentes |
2009-05-18 | termios.h contains the winsize structure we need to determine the | Douglas Gregor |
2009-05-11 | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor |
2009-05-06 | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes |
2009-04-04 | CMake: defines and uses macro add_llvm_definitions for keeping track | Oscar Fuentes |
2009-03-09 | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky |
2009-02-14 | Add mode_t to the config.h generated by cmake on win32. Used by clang. | Cedric Venet |
2008-11-20 | CMake: when building shared libraries, use -fPIC for compiling | Oscar Fuentes |
2008-11-18 | CMake: Option for enabling/disabling threads. | Oscar Fuentes |
2008-10-29 | CMake: Removed some cruft. | Oscar Fuentes |
2008-10-26 | CMake: GetTargetTriple: new module for determining the target | Oscar Fuentes |
2008-10-25 | CMake: MSVC++ no longer uses a special configuration method. | Oscar Fuentes |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |