eliminate extra space.
[oota-llvm.git] / cmake /
2009-07-13 Oscar FuentesCMake: tablegen: Add .td files under the inlude/llvm...
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-29 Douglas GregorFix CMake checks for pthread_getspecific and pthread_rw...
2009-06-26 Douglas GregorCMake: add configure checks for pthread_rwlock_init...
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-23 Douglas GregorReinstate target dependencies on Table_gen targets...
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
2009-06-23 Douglas GregorEliminate some unused code in CMa'e add_llvm_target...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-11 Oscar FuentesCMake: Fixed parallel build problem related to native...
2009-06-05 Douglas GregorMore portability checks for CMake's config.h.
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2009-06-04 Douglas GregorProperly detect malloc_zone_statistics in CMake build...
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-05-23 Oscar FuentesCMake: Use libdl only when available. Fixes build on...
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-06 Oscar FuentesCMake: Use pthread library when requested and available.
2009-05-06 Oscar FuentesCMake: Detects libpthread and sets HAVE_LIBPTHREAD.
2009-04-04 Oscar FuentesCMake: Added notes pointing to the LLVM CMake documenta...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-03-16 Douglas GregorCMake: Make sure to build TableGen'd files in the binar...
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-02-14 Cedric VenetAdd mode_t to the config.h generated by cmake on win32...
2009-01-22 Oscar FuentesCMake: Tests PERL availability with PERL_EXECUTABLE...
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2008-11-30 Eli FriedmanFix a link issue I ran into trying compiling LLVM on...
2008-11-21 Oscar FuentesCMake: Do not rebuild the world when tblgen changes...
2008-11-20 Oscar FuentesCMake: when building shared libraries, use -fPIC for...
2008-11-18 Oscar FuentesCMake: Option for enabling/disabling threads.
2008-11-16 Oscar FuentesCMake: MSVC: Pass list of components the right way...
2008-11-15 Oscar FuentesCMake: Forces linking of the rest of architecture targe...
2008-11-15 Oscar FuentesCMake: Adds header and TableGen files to Visual Studio...
2008-11-14 Oscar FuentesCMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DI...
2008-11-14 Oscar FuentesCMake: Fixed dependencies of .cpp source files on ...
2008-11-11 Oscar FuentesCMake: Updated library dependency info used for MSVC++.
2008-11-11 Oscar FuentesCMake: Removed unnecessary library path setting that...
2008-11-10 Oscar FuentesCMake: Fixed cross-compiling.
2008-11-10 Oscar FuentesCMake: Builds a native tblgen when cross-compiling...
2008-11-10 Oscar FuentesCMake: Non-working code for auto-building the native...
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-04 Oscar FuentesCMake: Support for building 32 bit mode libs and binari...
2008-10-31 Oscar FuentesCMake: Fix some unwanted commentary line wraps on the...
2008-10-31 Oscar FuentesCMake: Establish dependencies among executables and...
2008-10-29 Oscar FuentesCMake: Removed some cruft.
2008-10-26 Oscar FuentesCMake: Support for LLVM_USED_LIBS variable, which is...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-25 Oscar FuentesCMake: MSVC++ no longer uses a special configuration...
2008-10-24 Cedric VenetModify the cmake build system so that if it doesn't...
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-24 Oscar FuentesCMake: Removed unnecessary messages from msvc_llvm_conf...
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar Fuentesadd_partially_linked_object: Replaced nonexistent MESSA...
2008-09-22 Oscar FuentesInitial support for the CMake build system.