Skip to content
  1. Nov 22, 2011
  2. Nov 01, 2011
  3. Oct 28, 2011
  4. Sep 19, 2011
  5. Aug 12, 2011
    • NAKAMURA Takumi's avatar
      CMake: Eliminate unused checks and #undef(s) as below; · 0d888ad7
      NAKAMURA Takumi authored
      STACK_DIRECTION
      YYTEXT_POINTER
      HAVE_NAMESPACES
      HAVE_STD_ITERATOR
      HAVE_FWD_ITERATOR
      HAVE_BI_ITERATOR
      HAVE_GLOBAL_HASH_MAP
      HAVE_GLOBAL_HASH_SET
      HAVE_GNU_EXT_HASH_MAP
      HAVE_GNU_EXT_HASH_SET
      HAVE_STD_EXT_HASH_MAP
      HAVE_STD_EXT_HASH_SET
      
      llvm-svn: 137423
      0d888ad7
  6. Jul 22, 2011
  7. Jul 19, 2011
  8. Jul 15, 2011
  9. Jun 23, 2011
  10. May 01, 2011
  11. Apr 02, 2011
    • Oscar Fuentes's avatar
      Handle changing of LLVM_ENABLE_FFI. · f2ab9283
      Oscar Fuentes authored
      If someone first configure build with LLVM_ENABLE_FFI=1 and then turn it
      off, the build will fail in lib/ExecutionEngine/Interpreter because
      Interpreter will try still to #include <ffi/ffi.h>, but there are no
      include_directories(${FFI_INCLUDE_DIR}) now.
      
      This patch unset()'s HAVE_FFI_H and HAVE_FFI_FFI_H from cache file if
      LLVM_ENABLE_FFI=0. This forces CMake to update config.h.
      
      Patch by arrowdodger!
      
      llvm-svn: 128769
      f2ab9283
  12. Mar 23, 2011
  13. Feb 27, 2011
  14. Feb 09, 2011
  15. Feb 05, 2011
  16. Feb 04, 2011
  17. Feb 03, 2011
  18. Jan 31, 2011
  19. Jan 21, 2011
  20. Jan 17, 2011
  21. Jan 15, 2011
  22. Jan 13, 2011
  23. Jan 11, 2011
  24. Jan 09, 2011
  25. Dec 03, 2010
  26. Nov 29, 2010
  27. Oct 22, 2010
  28. Oct 21, 2010
  29. Oct 11, 2010
  30. Oct 07, 2010
  31. Sep 24, 2010
  32. Sep 17, 2010
  33. Sep 03, 2010
    • Oscar Fuentes's avatar
      Fix cmake build without native target selected. · e16dc061
      Oscar Fuentes authored
      The cmake (+ MSVC) build is broken if you don't select your native
      target.
      
      e.g. 'cmake -D LLVM_TARGETS_TO_BUILD="MyNonNativeTarget" .'
      
      This is because cmake currently sets the LLVM_NATIVE_* definitions
      regardless of whether the native target is selected (causing build
      errors).
      
      Patch by Mike Gist!
      
      llvm-svn: 112946
      e16dc061
  34. Aug 30, 2010
  35. Aug 08, 2010
  36. Aug 03, 2010
Loading