- 6073a05 Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. by NAKAMURA Takumi · 14 years ago
- 0b7bc77 Handle changing of LLVM_ENABLE_FFI. by Oscar Fuentes · 14 years ago
- db3480c Supports building with a list of targets that does not contain by Oscar Fuentes · 14 years ago
- f3a83d6 cmake: Add xdot.py support as it already exists in autoconf. by Tobias Grosser · 14 years ago
- e29b0ac lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*. by NAKAMURA Takumi · 14 years ago
- 1f6832a Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 14 years ago
- 325610b LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else. by Oscar Fuentes · 14 years ago
- d538e24 Changes for building Clang and others using LLVM as an external library. by Oscar Fuentes · 14 years ago
- 254f35c Platform tests for `sys/uio.h' header and `writev' function. by Oscar Fuentes · 14 years ago
- 78e2074 Adds some platform checks to cmake/config-ix.cmake and fixes checking by Oscar Fuentes · 14 years ago
- 5969379 Handles libffi on the CMake build. by Oscar Fuentes · 14 years ago
- 3c00a83 Add some platform checks. Also fix a typo on a Makefile. by Oscar Fuentes · 14 years ago
- 111fd9c Make config.h.cmake similar to config.h.in by Oscar Fuentes · 14 years ago
- 006bfeb Add some platform tests. by Oscar Fuentes · 14 years ago
- 60b5312 Platform tests for argz_* functions. by Oscar Fuentes · 14 years ago
- 19823b1 Add to the CMake build some options and platform tests supported by by Oscar Fuentes · 14 years ago
- 2c5e0b8 Rewrite handling of LLVM_ENABLE_PIC. It was being processed after by Oscar Fuentes · 14 years ago
- db04b39 Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. by Michael J. Spencer · 14 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
- fd7c230 Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. by Michael J. Spencer · 14 years ago
- 523579e Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what it actually means. by Michael J. Spencer · 14 years ago
- 5e0b2bf Support: Add Endian.h by Michael J. Spencer · 14 years ago
- 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
- 1cade33 CMake: Fix warning in gtest. by Michael J. Spencer · 14 years ago
- c8417d7 Fix whitespace. by Michael J. Spencer · 14 years ago
- c141acc cmake: test for the presence of fenv.h by Oscar Fuentes · 14 years ago
- e1967a7 Fix cmake build without native target selected. by Oscar Fuentes · 14 years ago
- 753f326 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 14 years ago
- 652eb50 CMake: set configure macro LLVM_PREFIX by Oscar Fuentes · 14 years ago
- 118eb57 CMake: configure header llvm-config.h by Oscar Fuentes · 14 years ago
- b1247c3 build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" by Daniel Dunbar · 14 years ago
- ec4c02d Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, by Nick Lewycky · 14 years ago
- f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
- a447cfe CMake: Pass -lm to check_symbol_exists for detecting several math by Oscar Fuentes · 15 years ago
- 3171f33 CMake: Remove unnecessary `unset' which was not supported by old cmake releases. by Oscar Fuentes · 15 years ago
- 6a660d4 CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. by Oscar Fuentes · 15 years ago
- 5ba331a Fix CMake reporting of target triple. by Daniel Dunbar · 15 years ago
- e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
- b5b10c2 CMake: Detect dotty. by Oscar Fuentes · 15 years ago
- 20f1714 CMake: do not test for pthread and dl libraries on Windows (except by Oscar Fuentes · 15 years ago
- 74b691e Teach cmake that mk[sd]temp is defined in stdlib.h on some systems. by Benjamin Kramer · 15 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
- c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 15 years ago
- a2c7535 CMake misses a check for sbrk on NetBSD. by Edward O'Callaghan · 15 years ago
- 9c091a48 Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, uint64_t, and u_int64_t, from Yonggang Luo by Douglas Gregor · 15 years ago
- b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
- a9ff139 CMake: New user-settable variable LLVM_TARGET_ARCH useful when cross-compiling. by Oscar Fuentes · 15 years ago
- 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
- fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
- c33e696 De-bork CMake build by Douglas Gregor · 15 years ago
- e1e3aaf Ignore -fPIC test on Windows. Suggested by Yonggang Luo. by Oscar Fuentes · 15 years ago
- 87cbef0 Remove alloca config.h support. by Daniel Dunbar · 15 years ago
- a4e3879 CMake configuration: find mkdtemp, mkstemp, mktemp. by Douglas Gregor · 15 years ago
- d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
- 6215c62 Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. by Xerxes Ranby · 15 years ago
- ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
- 48715a1 Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes Ranby by Douglas Gregor · 15 years ago
- c7077c7 CMake: add configure checks for pthread_rwlock_init and pthread_getspecific by Douglas Gregor · 15 years ago
- e9d683b Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT by Douglas Gregor · 15 years ago
- 318de60 More portability checks for CMake's config.h. by Douglas Gregor · 15 years ago
- ef23d71 Properly detect malloc_zone_statistics in CMake build system by Douglas Gregor · 15 years ago
- db917fe CMake: Use libdl only when available. Fixes build on FreeBSD. by Oscar Fuentes · 15 years ago
- 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
- 0174674 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 16 years ago
- d413c01 CMake: Detects libpthread and sets HAVE_LIBPTHREAD. by Oscar Fuentes · 16 years ago
- 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 16 years ago
- 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
- 07b9d69 Add mode_t to the config.h generated by cmake on win32. Used by clang. by Cedric Venet · 16 years ago
- 148d245 CMake: when building shared libraries, use -fPIC for compiling by Oscar Fuentes · 16 years ago
- 4b44283 CMake: Option for enabling/disabling threads. by Oscar Fuentes · 16 years ago
- 980e842 CMake: Removed some cruft. by Oscar Fuentes · 16 years ago
- 579e43a CMake: GetTargetTriple: new module for determining the target by Oscar Fuentes · 16 years ago
- de98db3 CMake: MSVC++ no longer uses a special configuration method. by Oscar Fuentes · 16 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago