Skip to content
  1. Jul 22, 2011
  2. Jul 19, 2011
  3. Jul 15, 2011
  4. Jun 23, 2011
  5. May 01, 2011
  6. 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
  7. Mar 23, 2011
  8. Feb 27, 2011
  9. Feb 09, 2011
  10. Feb 05, 2011
  11. Feb 04, 2011
  12. Feb 03, 2011
  13. Jan 31, 2011
  14. Jan 21, 2011
  15. Jan 17, 2011
  16. Jan 15, 2011
  17. Jan 13, 2011
  18. Jan 11, 2011
  19. Jan 09, 2011
  20. Dec 03, 2010
  21. Nov 29, 2010
  22. Oct 22, 2010
  23. Oct 21, 2010
  24. Oct 11, 2010
  25. Oct 07, 2010
  26. Sep 24, 2010
  27. Sep 17, 2010
  28. 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
  29. Aug 30, 2010
  30. Aug 08, 2010
  31. Aug 03, 2010
  32. Jun 23, 2010
  33. Mar 15, 2010
  34. Nov 12, 2009
  35. Nov 10, 2009
  36. Nov 09, 2009
Loading