Add a 'normalize' method to the Triple class, which takes a mucked up
[oota-llvm.git] / cmake /
2010-08-11 Oscar FuentesCMake: corrections on LLVM.cmake external services.
2010-08-09 Oscar FuentesUpdate cmake library dependencies.
2010-08-09 Oscar FuentesCMake: llvm_map_components_to_libraries now returns...
2010-08-09 Oscar FuentesCMake: system for providing llvm-config-like features...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-05 Oscar FuentesWhen building from git, add ref-id to PACKAGE_VERSION
2010-08-05 Oscar FuentesNew system for choosing CRT type on MSVC.
2010-08-03 Oscar FuentesCMake: Change somme target library names:
2010-08-03 Oscar FuentesCMake: add version control info to PACKAGE_VERSION...
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-02 Oscar FuentesImprove discrimination of unknown libraries from ignore...
2010-08-02 Oscar Fuentesexplicit_map_components_to_libraries now does not compl...
2010-08-02 Oscar FuentesUpdated LLVMLibDeps.cmake.
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-06-23 Nick LewyckyDon't link against libm and libpthread which don't...
2010-06-17 Douglas GregorAllow absolute paths in LLVM_TARGET_DEFINITIONS for...
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-01-22 Daniel DunbarUpdate CMake LibDeps
2010-01-04 Daniel DunbarUpdate CMake LibDeps
2010-01-04 Douglas GregorFix CMake build for InstCombine changes
2009-12-19 Daniel DunbarCMake: Update lib deps.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-06 Oscar FuentesCheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SO...
2009-12-05 Oscar FuentesFix for atomic intrinsics detection when using MSVC.
2009-11-30 Oscar Fuentes* cmake/modules/LLVMLibDeps.cmake: Updated library...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-23 Oscar FuentesCMake: Updated library dependencies.
2009-11-23 Oscar FuentesCMake: Do not try to install a target before it is...
2009-11-23 Oscar FuentesCMake: generate targets for tools and examples even...
2009-11-19 Oscar FuentesUse CMAKE_DL_LIBS instead of raw library name. Fixes...
2009-11-12 Oscar FuentesCMake: Pass -lm to check_symbol_exists for detecting...
2009-11-10 Douglas GregorCMake: Add Darwin-specific linker flags for building...
2009-11-10 Oscar FuentesCMake: Support for building llvm loadable modules.
2009-11-10 Oscar FuentesCMake: Remove unnecessary `unset' which was not support...
2009-11-09 Oscar FuentesCMake: Detect gv, circo, twopi, neato, fdo, dot and...
2009-11-07 Daniel DunbarFix CMake reporting of target triple.
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-11-05 Oscar FuentesCMake: Detect dotty.
2009-11-05 Oscar FuentesCMake: do not test for pthread and dl libraries on...
2009-11-02 Oscar FuentesCMake: Report an error if there is an unknown .cpp...
2009-10-28 Benjamin KramerTeach cmake that mk[sd]temp is defined in stdlib.h...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-24 Daniel DunbarUpdate CMake dependencies.
2009-10-19 Oscar FuentesUpdated cmake library dependencies.
2009-10-12 Edward O'CallaghanFix LLVM CMake build system so that it may now work...
2009-10-05 Edward O'CallaghanCMake misses a check for sbrk on NetBSD.
2009-10-01 Douglas GregorTeach CMake to look for bidirectional_iterator, iterato...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
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...
next