Fix paths; AutoRegen.sh changes its current working directory to be the
[oota-llvm.git] / cmake /
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-12-04 Francois PichetDisable C++ exception handling on MSVC.
2010-12-04 Francois PichetDisable RTTI on Windows.
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-11-29 Michael J. SpencerUpdate library dependencies changed in the System ...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-18 Oscar FuentesUpdated library dependencies.
2010-11-16 Jim GrosbachRevert inadvertant checkin of CMake libdeps.
2010-11-16 Jim GrosbachARM conditional mov encoding fix.
2010-11-14 Oscar FuentesUpdated CMake library dependencies.
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-22 Oscar FuentesLoadable modules are not supported on Cygwin. PR 6655.
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Oscar FuentesAvoid stalled file dependency when tablegenning.
2010-10-22 Oscar FuentesDon't try to guess svn version when current path is...
2010-10-22 Oscar FuentesTeach CMake to only touch tablegen-generated files...
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-14 Oscar FuentesWhen building shared libraries, link to required system...
2010-10-13 Oscar FuentesGetTargetTriple.cmake: detect MinGW 64 bits.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-07 Michael J. SpencerCMake: Fix warning in gtest.
2010-10-05 Jim GrosbachUpdate LLVMLibDeps
2010-10-02 Oscar FuentesUpdate library dependencies.
2010-09-29 Oscar FuentesExport LLVM_ALL_TARGETS in LLVM.cmake. It is used by...
2010-09-28 Oscar FuentesSimplified LLVMConfig.
2010-09-28 Oscar FuentesUse the canonical library name for library PIC16Passes.
2010-09-28 Oscar FuentesAdded library LLVMPIC16passes to CMake build.
2010-09-28 Oscar FuentesAdded PTX target to the CMake build.
2010-09-27 Oscar FuentesRemoved remnant target library dependencies from LLVMLi...
2010-09-27 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-17 Oscar Fuentescmake: test for the presence of fenv.h
2010-09-17 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-11 Michael J. SpencerCMake: Fix mingw32 build.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-08 Michael J. SpencerCMake: Use the svn revision information from git-svn...
2010-09-03 Oscar FuentesFix cmake build without native target selected.
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-30 Chandler CarruthAttempt to remove the MSIL backend from CMake as well...
2010-08-26 Oscar FuentesUpdated CMake library dependencies. Removed unnecessary...
2010-08-15 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-08-15 Oscar FuentesUpdated the GenLibDeps -> LLVMLibDeps.cmake transformat...
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...
next