- 8e6323c Updated cmake library dependencies. by Oscar Fuentes · 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
- e443525 Update CMake. by Daniel Dunbar · 15 years ago
- 5ea51ad Update CMake dependencies. by Daniel Dunbar · 15 years ago
- a9ff139 CMake: New user-settable variable LLVM_TARGET_ARCH useful when cross-compiling. by Oscar Fuentes · 15 years ago
- c1f329b Update lib deps. by Daniel Dunbar · 15 years ago
- b0fc781 CMake: updated library dependencies. 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
- e029305 CMake: Updated library dependencies and list of source files. by Oscar Fuentes · 15 years ago
- 66aa9b1 CMake: Don't use copy_if_different for TableGen output, because it does not work with IDE targets by Douglas Gregor · 15 years ago
- dfcb9bf Fix cmake build on non-x86 targets. Patch by Xerxes Rånby. by Duncan Sands · 15 years ago
- 4113f2e CMake: Updated library dependencies. by Oscar Fuentes · 15 years ago
- 22624b1 CMake: LLVMConfig assigns LLVMX86 to the `native' component by Oscar Fuentes · 15 years ago
- c23a8d1 CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. by Oscar Fuentes · 15 years ago
- 0bbbf7e Fix the MSVC build again. by Benjamin Kramer · 15 years ago
- 69e973d CMake: Hopefully this will fix the build on VS. I can't replicate the by Oscar Fuentes · 15 years ago
- b78829e CMake: Revert r79144. It reverted a change necessary for correct by Oscar Fuentes · 15 years ago
- 04ef542 Revert 78996. It was breaking MSVC builds. by Benjamin Kramer · 15 years ago
- 1c8c15f Move XCore AsmPrinter to XCore/AsmPrinter directory. by Richard Osborne · 15 years ago
- 9c546cd CMake: Updated library dependence info. by Oscar Fuentes · 15 years ago
- 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
- 3d3ed36 CMake: Builds main LLVM Target library before its sublibraries. This by Oscar Fuentes · 15 years ago
- d8b1b9a CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable. by Oscar Fuentes · 15 years ago
- 5905bc4 CMake: updated library dependencies. by Oscar Fuentes · 15 years ago
- c16f165 CMake: Fixed sed script for translating library dependencies from by Oscar Fuentes · 15 years ago
- fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
- 8e3864f CMake: Rely on llvm_config again for obtaining the list of required by Oscar Fuentes · 15 years ago
- 9bbdf64 CMake: updated library dependencies. by Oscar Fuentes · 15 years ago
- f2a5e95 CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings. by Oscar Fuentes · 15 years ago
- b034cc4 CMake: Moved hard-coded library dependencies to its own file. by Oscar Fuentes · 15 years ago
- 9f81703 CMake: target triple for MSVC on Windows 64. by Oscar Fuentes · 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
- 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
- 6215c62 Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. by Xerxes Ranby · 15 years ago
- 3434312 Regerate CMake library dependencies. by Daniel Dunbar · 15 years ago
- fef02e9 Kill off cmake magic to force linking. by Daniel Dunbar · 15 years ago
- ab52ae8 Tweak CMake component lookup, I misunderstood what was happening here.though. :( by Daniel Dunbar · 15 years ago
- 8cca8f9 Teach Makefiles & CMake to link in the <TARGET>Info library when linking the by Daniel Dunbar · 15 years ago
- d97ea30 CMake: tablegen: Add .td files under the inlude/llvm directory by Oscar Fuentes · 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
- 4b73893 Add missing dependencies to the CMake build system. by Douglas Gregor · 15 years ago
- 343beeb Reinstate target dependencies on Table_gen targets in CMake by Douglas Gregor · 15 years ago
- 8756a8d CMake: remove support for llvm-config-generated dependencies in the build by Douglas Gregor · 15 years ago
- bb3231f Eliminate some unused code in CMa'e add_llvm_target. No functionality change. by Douglas Gregor · 15 years ago
- 7e9e36a Eliminate object-relinking support from CMake. Fixes PR 4429 and 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
- af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
- 99b9489 CMake: Fixed parallel build problem related to native tblgen when by Oscar Fuentes · 15 years ago
- 318de60 More portability checks for CMake's config.h. by Douglas Gregor · 15 years ago
- 8eeb96d CMake: Use explicit dependencies for Xcode (as well as MSVC), to make by Douglas Gregor · 15 years ago
- ef23d71 Properly detect malloc_zone_statistics in CMake build system by Douglas Gregor · 15 years ago
- 1a53cbf CMake: Set LIBS on llvm-config so we can query the system libraries by Oscar Fuentes · 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 · 15 years ago
- 69b20fd CMake: Use pthread library when requested and available. by Oscar Fuentes · 16 years ago
- d413c01 CMake: Detects libpthread and sets HAVE_LIBPTHREAD. by Oscar Fuentes · 16 years ago
- 34fc517 CMake: Added notes pointing to the LLVM CMake documentation. by Oscar Fuentes · 16 years ago
- 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 16 years ago
- 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
- af3f544 CMake: Make sure to build TableGen'd files in the binary directory by Douglas Gregor · 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
- 1271b9f CMake: Tests PERL availability with PERL_EXECUTABLE variable. by Oscar Fuentes · 16 years ago
- 82447eb CMake: replace `rm' with portable invocations of cmake. by Oscar Fuentes · 16 years ago
- 56e6d64 Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. by Eli Friedman · 16 years ago
- beb7a05 CMake: Do not rebuild the world when tblgen changes but the .inc files by Oscar Fuentes · 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
- 808e3a9 CMake: MSVC: Pass list of components the right way to msvc_llvm_config by Oscar Fuentes · 16 years ago
- 7f6f21e CMake: Forces linking of the rest of architecture targets and its by Oscar Fuentes · 16 years ago
- 50925fb CMake: Adds header and TableGen files to Visual Studio solution. A new by Oscar Fuentes · 16 years ago
- cccecb8 CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, for consistency. by Oscar Fuentes · 16 years ago
- 1bbdd46 CMake: Fixed dependencies of .cpp source files on .td and tablegenned files. by Oscar Fuentes · 16 years ago
- 3af7fd5 CMake: Updated library dependency info used for MSVC++. by Oscar Fuentes · 16 years ago
- 578f6cf CMake: Removed unnecessary library path setting that was breaking the by Oscar Fuentes · 16 years ago
- 0ef3b61 CMake: Fixed cross-compiling. by Oscar Fuentes · 16 years ago
- 41bdedf CMake: Builds a native tblgen when cross-compiling and the user didn't by Oscar Fuentes · 16 years ago
- 02516ba CMake: Non-working code for auto-building the native tblgen util when by Oscar Fuentes · 16 years ago
- 3ab40ca CMake: Support for cross-compiling. For now, requires a previously by Oscar Fuentes · 16 years ago
- b0c5699 CMake: Support for building 32 bit mode libs and binaries on Linux/x86-64. by Oscar Fuentes · 16 years ago
- 4727f83 CMake: Fix some unwanted commentary line wraps on the last change. by Oscar Fuentes · 16 years ago
- 9b17d97 CMake: Establish dependencies among executables and libraries, using by Oscar Fuentes · 16 years ago
- 980e842 CMake: Removed some cruft. by Oscar Fuentes · 16 years ago
- bcc1db5 CMake: Support for LLVM_USED_LIBS variable, which is the cmake 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
- 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
- 1dc9716 CMake: `make install' for libraries, executables and header files. by Oscar Fuentes · 16 years ago
- e1ad087 CMake: Builds all targets. by Oscar Fuentes · 16 years ago