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 |
2009-06-26 |
Douglas Gregor | CMake: add configure checks for pthread_rwlock_init... |
tree | commitdiff |
2009-06-25 |
Douglas Gregor | Add missing dependencies to the CMake build system. |
tree | commitdiff |
2009-06-23 |
Douglas Gregor | Reinstate target dependencies on Table_gen targets... |
tree | commitdiff |
2009-06-23 |
Douglas Gregor | CMake: remove support for llvm-config-generated depende... |
tree | commitdiff |
2009-06-23 |
Douglas Gregor | Eliminate some unused code in CMa'e add_llvm_target... |
tree | commitdiff |
2009-06-23 |
Douglas Gregor | Eliminate object-relinking support from CMake. Fixes... |
tree | commitdiff |
2009-06-17 |
Douglas Gregor | Define LLVM_NATIVE_ARCH in CMake, so that lli can actua... |
tree | commitdiff |
2009-06-12 |
Oscar Fuentes | CMake: New variable LLVM_LIBDIR_SUFFIX. |
tree | commitdiff |
2009-06-11 |
Oscar Fuentes | CMake: Fixed parallel build problem related to native... |
tree | commitdiff |
2009-06-05 |
Douglas Gregor | More portability checks for CMake's config.h. |
tree | commitdiff |
2009-06-04 |
Douglas Gregor | CMake: Use explicit dependencies for Xcode (as well... |
tree | commitdiff |
2009-06-04 |
Douglas Gregor | Properly detect malloc_zone_statistics in CMake build... |
tree | commitdiff |
2009-05-27 |
Oscar Fuentes | CMake: Set LIBS on llvm-config so we can query the... |
tree | commitdiff |
2009-05-23 |
Oscar Fuentes | CMake: Use libdl only when available. Fixes build on... |
tree | commitdiff |
2009-05-18 |
Douglas Gregor | termios.h contains the winsize structure we need to... |
tree | commitdiff |
2009-05-11 |
Douglas Gregor | Add terminal width detection to llvm::sys::Process... |
tree | commitdiff |
2009-05-06 |
Oscar Fuentes | CMake: Use pthread library when requested and available. |
tree | commitdiff |
2009-05-06 |
Oscar Fuentes | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. |
tree | commitdiff |
2009-04-04 |
Oscar Fuentes | CMake: Added notes pointing to the LLVM CMake documenta... |
tree | commitdiff |
2009-04-04 |
Oscar Fuentes | CMake: defines and uses macro add_llvm_definitions... |
tree | commitdiff |
2009-03-16 |
Douglas Gregor | CMake: Build system fixes for XCode. llvm-config still... |
tree | commitdiff |
2009-03-16 |
Douglas Gregor | CMake: Make sure to build TableGen'd files in the binar... |
tree | commitdiff |
2009-03-09 |
Nick Lewycky | Remove configurey-fu to autodetect hash_map and hash_se... |
tree | commitdiff |
2009-02-14 |
Cedric Venet | Add mode_t to the config.h generated by cmake on win32... |
tree | commitdiff |
2009-01-22 |
Oscar Fuentes | CMake: Tests PERL availability with PERL_EXECUTABLE... |
tree | commitdiff |
next |