1. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
  2. 48715a1 Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes Ranby by Douglas Gregor · 15 years ago
  3. c7077c7 CMake: add configure checks for pthread_rwlock_init and pthread_getspecific by Douglas Gregor · 15 years ago
  4. 4b73893 Add missing dependencies to the CMake build system. by Douglas Gregor · 15 years ago
  5. 343beeb Reinstate target dependencies on Table_gen targets in CMake by Douglas Gregor · 15 years ago
  6. 8756a8d CMake: remove support for llvm-config-generated dependencies in the build by Douglas Gregor · 15 years ago
  7. bb3231f Eliminate some unused code in CMa'e add_llvm_target. No functionality change. by Douglas Gregor · 15 years ago
  8. 7e9e36a Eliminate object-relinking support from CMake. Fixes PR 4429 and by Douglas Gregor · 15 years ago
  9. e9d683b Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT by Douglas Gregor · 15 years ago
  10. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  11. 99b9489 CMake: Fixed parallel build problem related to native tblgen when by Oscar Fuentes · 15 years ago
  12. 318de60 More portability checks for CMake's config.h. by Douglas Gregor · 15 years ago
  13. 8eeb96d CMake: Use explicit dependencies for Xcode (as well as MSVC), to make by Douglas Gregor · 15 years ago
  14. ef23d71 Properly detect malloc_zone_statistics in CMake build system by Douglas Gregor · 15 years ago
  15. 1a53cbf CMake: Set LIBS on llvm-config so we can query the system libraries by Oscar Fuentes · 15 years ago
  16. db917fe CMake: Use libdl only when available. Fixes build on FreeBSD. by Oscar Fuentes · 15 years ago
  17. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  18. 0174674 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 15 years ago
  19. 69b20fd CMake: Use pthread library when requested and available. by Oscar Fuentes · 15 years ago
  20. d413c01 CMake: Detects libpthread and sets HAVE_LIBPTHREAD. by Oscar Fuentes · 15 years ago
  21. 34fc517 CMake: Added notes pointing to the LLVM CMake documentation. by Oscar Fuentes · 16 years ago
  22. 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 16 years ago
  23. 4752bd3 CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be by Douglas Gregor · 16 years ago
  24. af3f544 CMake: Make sure to build TableGen'd files in the binary directory by Douglas Gregor · 16 years ago
  25. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  26. 07b9d69 Add mode_t to the config.h generated by cmake on win32. Used by clang. by Cedric Venet · 16 years ago
  27. 1271b9f CMake: Tests PERL availability with PERL_EXECUTABLE variable. by Oscar Fuentes · 16 years ago
  28. 82447eb CMake: replace `rm' with portable invocations of cmake. by Oscar Fuentes · 16 years ago
  29. 56e6d64 Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. by Eli Friedman · 16 years ago
  30. beb7a05 CMake: Do not rebuild the world when tblgen changes but the .inc files by Oscar Fuentes · 16 years ago
  31. 148d245 CMake: when building shared libraries, use -fPIC for compiling by Oscar Fuentes · 16 years ago
  32. 4b44283 CMake: Option for enabling/disabling threads. by Oscar Fuentes · 16 years ago
  33. 808e3a9 CMake: MSVC: Pass list of components the right way to msvc_llvm_config by Oscar Fuentes · 16 years ago
  34. 7f6f21e CMake: Forces linking of the rest of architecture targets and its by Oscar Fuentes · 16 years ago
  35. 50925fb CMake: Adds header and TableGen files to Visual Studio solution. A new by Oscar Fuentes · 16 years ago
  36. cccecb8 CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, for consistency. by Oscar Fuentes · 16 years ago
  37. 1bbdd46 CMake: Fixed dependencies of .cpp source files on .td and tablegenned files. by Oscar Fuentes · 16 years ago
  38. 3af7fd5 CMake: Updated library dependency info used for MSVC++. by Oscar Fuentes · 16 years ago
  39. 578f6cf CMake: Removed unnecessary library path setting that was breaking the by Oscar Fuentes · 16 years ago
  40. 0ef3b61 CMake: Fixed cross-compiling. by Oscar Fuentes · 16 years ago
  41. 41bdedf CMake: Builds a native tblgen when cross-compiling and the user didn't by Oscar Fuentes · 16 years ago
  42. 02516ba CMake: Non-working code for auto-building the native tblgen util when by Oscar Fuentes · 16 years ago
  43. 3ab40ca CMake: Support for cross-compiling. For now, requires a previously by Oscar Fuentes · 16 years ago
  44. b0c5699 CMake: Support for building 32 bit mode libs and binaries on Linux/x86-64. by Oscar Fuentes · 16 years ago
  45. 4727f83 CMake: Fix some unwanted commentary line wraps on the last change. by Oscar Fuentes · 16 years ago
  46. 9b17d97 CMake: Establish dependencies among executables and libraries, using by Oscar Fuentes · 16 years ago
  47. 980e842 CMake: Removed some cruft. by Oscar Fuentes · 16 years ago
  48. bcc1db5 CMake: Support for LLVM_USED_LIBS variable, which is the cmake by Oscar Fuentes · 16 years ago
  49. 579e43a CMake: GetTargetTriple: new module for determining the target by Oscar Fuentes · 16 years ago
  50. de98db3 CMake: MSVC++ no longer uses a special configuration method. by Oscar Fuentes · 16 years ago
  51. 389b715 Modify the cmake build system so that if it doesn't find bison, it will use the pregenerated file in from the svn (.cvs). Work only for windows for the moment. Tested on Vista64 with MSVC2008express. by Cedric Venet · 16 years ago
  52. 1dc9716 CMake: `make install' for libraries, executables and header files. by Oscar Fuentes · 16 years ago
  53. e1ad087 CMake: Builds all targets. by Oscar Fuentes · 16 years ago
  54. cb7053b CMake: Removed unnecessary messages from msvc_llvm_config macro. by Oscar Fuentes · 16 years ago
  55. 1d8e4cf CMake build system: support for parallel builds. by Oscar Fuentes · 16 years ago
  56. b3334b6 add_partially_linked_object: Replaced nonexistent MESSAGE option in by Oscar Fuentes · 16 years ago
  57. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago