| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes... | Douglas Gregor | 2009-06-29 | 1 | -2/+2 |
* | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor | 2009-06-26 | 1 | -0/+2 |
* | Add missing dependencies to the CMake build system. | Douglas Gregor | 2009-06-25 | 1 | -0/+2 |
* | Reinstate target dependencies on Table_gen targets in CMake | Douglas Gregor | 2009-06-23 | 1 | -0/+3 |
* | CMake: remove support for llvm-config-generated dependencies in the build | Douglas Gregor | 2009-06-23 | 2 | -49/+3 |
* | Eliminate some unused code in CMa'e add_llvm_target. No functionality change. | Douglas Gregor | 2009-06-23 | 1 | -5/+0 |
* | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor | 2009-06-23 | 2 | -43/+3 |
* | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor | 2009-06-17 | 1 | -0/+44 |
* | CMake: New variable LLVM_LIBDIR_SUFFIX. | Oscar Fuentes | 2009-06-12 | 2 | -3/+3 |
* | CMake: Fixed parallel build problem related to native tblgen when | Oscar Fuentes | 2009-06-11 | 2 | -5/+5 |
* | More portability checks for CMake's config.h. | Douglas Gregor | 2009-06-05 | 1 | -0/+3 |
* | CMake: Use explicit dependencies for Xcode (as well as MSVC), to make | Douglas Gregor | 2009-06-04 | 3 | -34/+38 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 1 | -0/+2 |
* | CMake: Set LIBS on llvm-config so we can query the system libraries | Oscar Fuentes | 2009-05-27 | 2 | -10/+23 |
* | CMake: Use libdl only when available. Fixes build on FreeBSD. | Oscar Fuentes | 2009-05-23 | 2 | -1/+4 |
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 1 | -0/+1 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -0/+3 |
* | CMake: Use pthread library when requested and available. | Oscar Fuentes | 2009-05-06 | 1 | -0/+3 |
* | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes | 2009-05-06 | 1 | -0/+4 |
* | CMake: Added notes pointing to the LLVM CMake documentation. | Oscar Fuentes | 2009-04-04 | 1 | -0/+1 |
* | CMake: defines and uses macro add_llvm_definitions for keeping track | Oscar Fuentes | 2009-04-04 | 2 | -0/+16 |
* | CMake: Build system fixes for XCode. llvm-config still causes us some serious... | Douglas Gregor | 2009-03-16 | 2 | -3/+3 |
* | CMake: Make sure to build TableGen'd files in the binary directory | Douglas Gregor | 2009-03-16 | 1 | -2/+5 |
* | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky | 2009-03-09 | 3 | -122/+0 |
* | Add mode_t to the config.h generated by cmake on win32. Used by clang. | Cedric Venet | 2009-02-14 | 1 | -0/+1 |
* | CMake: Tests PERL availability with PERL_EXECUTABLE variable. | Oscar Fuentes | 2009-01-22 | 1 | -5/+12 |
* | CMake: replace `rm' with portable invocations of cmake. | Oscar Fuentes | 2009-01-07 | 1 | -1/+1 |
* | Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. | Eli Friedman | 2008-11-30 | 1 | -1/+1 |
* | CMake: Do not rebuild the world when tblgen changes but the .inc files | Oscar Fuentes | 2008-11-21 | 1 | -2/+9 |
* | CMake: when building shared libraries, use -fPIC for compiling | Oscar Fuentes | 2008-11-20 | 2 | -0/+6 |
* | CMake: Option for enabling/disabling threads. | Oscar Fuentes | 2008-11-18 | 1 | -2/+11 |
* | CMake: MSVC: Pass list of components the right way to msvc_llvm_config | Oscar Fuentes | 2008-11-16 | 1 | -12/+27 |
* | CMake: Forces linking of the rest of architecture targets and its | Oscar Fuentes | 2008-11-15 | 1 | -10/+27 |
* | CMake: Adds header and TableGen files to Visual Studio solution. A new | Oscar Fuentes | 2008-11-15 | 3 | -7/+33 |
* | CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, for | Oscar Fuentes | 2008-11-14 | 1 | -1/+1 |
* | CMake: Fixed dependencies of .cpp source files on .td and tablegenned | Oscar Fuentes | 2008-11-14 | 4 | -1/+20 |
* | CMake: Updated library dependency info used for MSVC++. | Oscar Fuentes | 2008-11-11 | 1 | -4/+8 |
* | CMake: Removed unnecessary library path setting that was breaking the | Oscar Fuentes | 2008-11-11 | 1 | -3/+0 |
* | CMake: Fixed cross-compiling. | Oscar Fuentes | 2008-11-10 | 1 | -7/+2 |
* | CMake: Builds a native tblgen when cross-compiling and the user didn't | Oscar Fuentes | 2008-11-10 | 1 | -27/+16 |
* | CMake: Non-working code for auto-building the native tblgen util when | Oscar Fuentes | 2008-11-10 | 1 | -3/+39 |
* | CMake: Support for cross-compiling. For now, requires a previously | Oscar Fuentes | 2008-11-09 | 3 | -2/+8 |
* | CMake: Support for building 32 bit mode libs and binaries on | Oscar Fuentes | 2008-11-04 | 1 | -1/+1 |
* | CMake: Fix some unwanted commentary line wraps on the last change. | Oscar Fuentes | 2008-10-31 | 1 | -19/+14 |
* | CMake: Establish dependencies among executables and libraries, using | Oscar Fuentes | 2008-10-31 | 1 | -3/+123 |
* | CMake: Removed some cruft. | Oscar Fuentes | 2008-10-29 | 2 | -7/+7 |
* | CMake: Support for LLVM_USED_LIBS variable, which is the cmake | Oscar Fuentes | 2008-10-26 | 1 | -0/+5 |
* | CMake: GetTargetTriple: new module for determining the target | Oscar Fuentes | 2008-10-26 | 2 | -0/+23 |
* | CMake: MSVC++ no longer uses a special configuration method. | Oscar Fuentes | 2008-10-25 | 2 | -14/+30 |
* | Modify the cmake build system so that if it doesn't find bison, it will use t... | Cedric Venet | 2008-10-24 | 1 | -5/+5 |