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