2010-09-08 |
Michael J. Spencer | CMake: Use the svn revision information from git-svn... |
tree | commitdiff |
2010-09-03 |
Oscar Fuentes | Fix cmake build without native target selected. |
tree | commitdiff |
2010-08-30 |
Eric Christopher | Fix LLVM target initialization to deal with sociopathic... |
tree | commitdiff |
2010-08-30 |
Chandler Carruth | Attempt to remove the MSIL backend from CMake as well... |
tree | commitdiff |
2010-08-26 |
Oscar Fuentes | Updated CMake library dependencies. Removed unnecessary... |
tree | commitdiff |
2010-08-15 |
Oscar Fuentes | Updated LLVMLibDeps.cmake |
tree | commitdiff |
2010-08-15 |
Oscar Fuentes | Updated the GenLibDeps -> LLVMLibDeps.cmake transformat... |
tree | commitdiff |
2010-08-11 |
Oscar Fuentes | CMake: corrections on LLVM.cmake external services. |
tree | commitdiff |
2010-08-09 |
Oscar Fuentes | Update cmake library dependencies. |
tree | commitdiff |
2010-08-09 |
Oscar Fuentes | CMake: llvm_map_components_to_libraries now returns... |
tree | commitdiff |
2010-08-09 |
Oscar Fuentes | CMake: system for providing llvm-config-like features... |
tree | commitdiff |
2010-08-08 |
Oscar Fuentes | CMake: set configure macro LLVM_PREFIX |
tree | commitdiff |
2010-08-08 |
Oscar Fuentes | CMake: configure header llvm-config.h |
tree | commitdiff |
2010-08-05 |
Oscar Fuentes | When building from git, add ref-id to PACKAGE_VERSION |
tree | commitdiff |
2010-08-05 |
Oscar Fuentes | New system for choosing CRT type on MSVC. |
tree | commitdiff |
2010-08-03 |
Oscar Fuentes | CMake: Change somme target library names: |
tree | commitdiff |
2010-08-03 |
Oscar Fuentes | CMake: add version control info to PACKAGE_VERSION... |
tree | commitdiff |
2010-08-03 |
Daniel Dunbar | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible... |
tree | commitdiff |
2010-08-02 |
Oscar Fuentes | Improve discrimination of unknown libraries from ignore... |
tree | commitdiff |
2010-08-02 |
Oscar Fuentes | explicit_map_components_to_libraries now does not compl... |
tree | commitdiff |
2010-08-02 |
Oscar Fuentes | Updated LLVMLibDeps.cmake. |
tree | commitdiff |
2010-08-02 |
Oscar Fuentes | Prefix `next' iterator operation with `llvm::'. |
tree | commitdiff |
2010-06-23 |
Nick Lewycky | Don't link against libm and libpthread which don't... |
tree | commitdiff |
2010-06-17 |
Douglas Gregor | Allow absolute paths in LLVM_TARGET_DEFINITIONS for... |
tree | commitdiff |
2010-03-15 |
Jeffrey Yasskin | Tell Valgrind when we modify already-executed machine... |
tree | commitdiff |
2010-01-22 |
Daniel Dunbar | Update CMake LibDeps |
tree | commitdiff |
2010-01-04 |
Daniel Dunbar | Update CMake LibDeps |
tree | commitdiff |
2010-01-04 |
Douglas Gregor | Fix CMake build for InstCombine changes |
tree | commitdiff |
2009-12-19 |
Daniel Dunbar | CMake: Update lib deps. |
tree | commitdiff |
2009-12-19 |
Sean Callanan | Table-driven disassembler for the X86 architecture... |
tree | commitdiff |
2009-12-06 |
Oscar Fuentes | CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SO... |
tree | commitdiff |
2009-12-05 |
Oscar Fuentes | Fix for atomic intrinsics detection when using MSVC. |
tree | commitdiff |
2009-11-30 |
Oscar Fuentes | * cmake/modules/LLVMLibDeps.cmake: Updated library... |
tree | commitdiff |
2009-11-25 |
Daniel Dunbar | Add the rest of the build system logic for optional... |
tree | commitdiff |
2009-11-23 |
Oscar Fuentes | CMake: Updated library dependencies. |
tree | commitdiff |
2009-11-23 |
Oscar Fuentes | CMake: Do not try to install a target before it is... |
tree | commitdiff |
2009-11-23 |
Oscar Fuentes | CMake: generate targets for tools and examples even... |
tree | commitdiff |
2009-11-19 |
Oscar Fuentes | Use CMAKE_DL_LIBS instead of raw library name. Fixes... |
tree | commitdiff |
2009-11-12 |
Oscar Fuentes | CMake: Pass -lm to check_symbol_exists for detecting... |
tree | commitdiff |
2009-11-10 |
Douglas Gregor | CMake: Add Darwin-specific linker flags for building... |
tree | commitdiff |
2009-11-10 |
Oscar Fuentes | CMake: Support for building llvm loadable modules. |
tree | commitdiff |
2009-11-10 |
Oscar Fuentes | CMake: Remove unnecessary `unset' which was not support... |
tree | commitdiff |
2009-11-09 |
Oscar Fuentes | CMake: Detect gv, circo, twopi, neato, fdo, dot and... |
tree | commitdiff |
2009-11-07 |
Daniel Dunbar | Fix CMake reporting of target triple. |
tree | commitdiff |
2009-11-07 |
Daniel Dunbar | Stop running get_target_triple more than we need to. |
tree | commitdiff |
2009-11-05 |
Oscar Fuentes | CMake: Detect dotty. |
tree | commitdiff |
2009-11-05 |
Oscar Fuentes | CMake: do not test for pthread and dl libraries on... |
tree | commitdiff |
2009-11-02 |
Oscar Fuentes | CMake: Report an error if there is an unknown .cpp... |
tree | commitdiff |
2009-10-28 |
Benjamin Kramer | Teach cmake that mk[sd]temp is defined in stdlib.h... |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-24 |
Daniel Dunbar | Update CMake dependencies. |
tree | commitdiff |
2009-10-19 |
Oscar Fuentes | Updated cmake library dependencies. |
tree | commitdiff |
2009-10-12 |
Edward O'Callaghan | Fix LLVM CMake build system so that it may now work... |
tree | commitdiff |
2009-10-05 |
Edward O'Callaghan | CMake misses a check for sbrk on NetBSD. |
tree | commitdiff |
2009-10-01 |
Douglas Gregor | Teach CMake to look for bidirectional_iterator, iterato... |
tree | commitdiff |
2009-09-25 |
Jeffrey Yasskin | Fix a compile failure introduced by r82675 on MinGW... |
tree | commitdiff |
2009-09-17 |
Daniel Dunbar | Update CMake. |
tree | commitdiff |
2009-09-14 |
Daniel Dunbar | Update CMake dependencies. |
tree | commitdiff |
2009-09-13 |
Oscar Fuentes | CMake: New user-settable variable LLVM_TARGET_ARCH... |
tree | commitdiff |
2009-09-04 |
Daniel Dunbar | Update lib deps. |
tree | commitdiff |
2009-08-31 |
Oscar Fuentes | CMake: updated library dependencies. |
tree | commitdiff |
2009-08-27 |
Gabor Greif | re-apply r80197, now that iterator.h is not mentioned... |
tree | commitdiff |
2009-08-27 |
Bill Wendling | --- Reverse-merging r80147 into '.': |
tree | commitdiff |
2009-08-26 |
Douglas Gregor | De-bork CMake build |
tree | commitdiff |
2009-08-26 |
Oscar Fuentes | Ignore -fPIC test on Windows. Suggested by Yonggang... |
tree | commitdiff |
2009-08-24 |
Daniel Dunbar | Remove alloca config.h support. |
tree | commitdiff |
2009-08-23 |
Oscar Fuentes | CMake: Updated library dependencies and list of source... |
tree | commitdiff |
2009-08-22 |
Douglas Gregor | CMake: Don't use copy_if_different for TableGen output... |
tree | commitdiff |
2009-08-19 |
Duncan Sands | Fix cmake build on non-x86 targets. Patch by |
tree | commitdiff |
2009-08-17 |
Oscar Fuentes | CMake: Updated library dependencies. |
tree | commitdiff |
2009-08-17 |
Oscar Fuentes | CMake: LLVMConfig assigns LLVMX86 to the `native' component |
tree | commitdiff |
2009-08-16 |
Oscar Fuentes | CMake: Discriminate MINGW, MSYS, CYGWIN: does not try... |
tree | commitdiff |
2009-08-16 |
Benjamin Kramer | Fix the MSVC build again. |
tree | commitdiff |
2009-08-16 |
Oscar Fuentes | CMake: Hopefully this will fix the build on VS. I can... |
tree | commitdiff |
2009-08-16 |
Oscar Fuentes | CMake: Revert r79144. It reverted a change necessary... |
tree | commitdiff |
2009-08-15 |
Benjamin Kramer | Revert 78996. It was breaking MSVC builds. |
tree | commitdiff |
2009-08-15 |
Richard Osborne | Move XCore AsmPrinter to XCore/AsmPrinter directory. |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: Updated library dependence info. |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: Automatic regeneration of the library dependenci... |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: Builds main LLVM Target library before its subli... |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable. |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: updated library dependencies. |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: Fixed sed script for translating library depende... |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: Localized dependency on Perl. |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: Rely on llvm_config again for obtaining the... |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: updated library dependencies. |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line... |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: Moved hard-coded library dependencies to its... |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: target triple for MSVC on Windows 64. |
tree | commitdiff |
2009-07-27 |
Douglas Gregor | CMake configuration: find mkdtemp, mkstemp, mktemp. |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Remove the IA-64 backend. |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | Sketch support for target specific assembly parser. |
tree | commitdiff |
2009-07-17 |
Xerxes Ranby | Implement cmake LLVM_MULTITHREADED gcc atomic builtin... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Regerate CMake library dependencies. |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Kill off cmake magic to force linking. |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Tweak CMake component lookup, I misunderstood what... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Teach Makefiles & CMake to link in the <TARGET>Info... |
tree | commitdiff |
2009-07-13 |
Oscar Fuentes | CMake: tablegen: Add .td files under the inlude/llvm... |
tree | commitdiff |
2009-07-01 |
Jeffrey Yasskin | Add a portable strerror*() wrapper, llvm::sys::StrError... |
tree | commitdiff |
2009-06-29 |
Douglas Gregor | Fix CMake checks for pthread_getspecific and pthread_rw... |
tree | commitdiff |
next |