Constant propagating byval pointer is safe if function is readonly.
[oota-llvm.git] / cmake /
2009-09-17 Daniel DunbarUpdate CMake.
2009-09-14 Daniel DunbarUpdate CMake dependencies.
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
2009-09-04 Daniel DunbarUpdate lib deps.
2009-08-31 Oscar FuentesCMake: updated library dependencies.
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Douglas GregorDe-bork CMake build
2009-08-26 Oscar FuentesIgnore -fPIC test on Windows. Suggested by Yonggang...
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-08-23 Oscar FuentesCMake: Updated library dependencies and list of source...
2009-08-22 Douglas GregorCMake: Don't use copy_if_different for TableGen output...
2009-08-19 Duncan SandsFix cmake build on non-x86 targets. Patch by
2009-08-17 Oscar FuentesCMake: Updated library dependencies.
2009-08-17 Oscar FuentesCMake: LLVMConfig assigns LLVMX86 to the `native' component
2009-08-16 Oscar FuentesCMake: Discriminate MINGW, MSYS, CYGWIN: does not try...
2009-08-16 Benjamin KramerFix the MSVC build again.
2009-08-16 Oscar FuentesCMake: Hopefully this will fix the build on VS. I can...
2009-08-16 Oscar FuentesCMake: Revert r79144. It reverted a change necessary...
2009-08-15 Benjamin KramerRevert 78996. It was breaking MSVC builds.
2009-08-15 Richard OsborneMove XCore AsmPrinter to XCore/AsmPrinter directory.
2009-08-14 Oscar FuentesCMake: Updated library dependence info.
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Oscar FuentesCMake: Builds main LLVM Target library before its subli...
2009-08-14 Oscar FuentesCMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.
2009-08-14 Oscar FuentesCMake: updated library dependencies.
2009-08-12 Oscar FuentesCMake: Fixed sed script for translating library depende...
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Rely on llvm_config again for obtaining the...
2009-08-12 Oscar FuentesCMake: updated library dependencies.
2009-08-12 Oscar FuentesCMake: cmake/modules/LLVMLibDeps.cmake: Use unix line...
2009-08-12 Oscar FuentesCMake: Moved hard-coded library dependencies to its...
2009-08-12 Oscar FuentesCMake: target triple for MSVC on Windows 64.
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Xerxes RanbyImplement cmake LLVM_MULTITHREADED gcc atomic builtin...
2009-07-16 Daniel DunbarRegerate CMake library dependencies.
2009-07-16 Daniel DunbarKill off cmake magic to force linking.
2009-07-15 Daniel DunbarTweak CMake component lookup, I misunderstood what...
2009-07-15 Daniel DunbarTeach Makefiles & CMake to link in the <TARGET>Info...
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.