Skip to content
  1. Apr 29, 2011
    • Nick Lewycky's avatar
      Rename profile_rt.so to libprofile_rt.so under configure+make (it already was · 61aed87a
      Nick Lewycky authored
      under cmake).
      
      Add libprofile_rt.a so that we can tell clang to link against it in --coverage
      mode. Also turn it on by default in cmake builds.
      
      Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think
      I've done the right thing, but please let me know (or fix and commit) if not!
      
      llvm-svn: 130470
      61aed87a
  2. Apr 26, 2011
  3. Apr 19, 2011
  4. Apr 15, 2011
  5. Apr 13, 2011
  6. Apr 11, 2011
  7. Apr 10, 2011
  8. Apr 05, 2011
  9. Apr 03, 2011
  10. 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
  11. Apr 01, 2011
  12. Mar 30, 2011
  13. Mar 29, 2011
    • Oscar Fuentes's avatar
      Fixed the build of Clang's unit tests on MinGW. Also removed some · 978e5284
      Oscar Fuentes authored
      unnecesary conditionals and introduced a new convenience function.
      
      The problem was that the list of libraries for Clang's unit tests was
      <clang libraries> <system libraries> <llvm libraries>. As the llvm
      libraries references symbols defined on the system libraries, those
      were reported as undefined.
      
      llvm-svn: 128484
      978e5284
  14. Mar 23, 2011
  15. Mar 22, 2011
  16. Mar 21, 2011
  17. Mar 19, 2011
  18. Mar 15, 2011
  19. Mar 12, 2011
  20. Mar 09, 2011
  21. Mar 08, 2011
  22. Mar 02, 2011
  23. Mar 01, 2011
  24. Feb 27, 2011
  25. Feb 23, 2011
  26. Feb 22, 2011
  27. Feb 21, 2011
  28. Feb 20, 2011
  29. Feb 19, 2011
  30. Feb 18, 2011
  31. Feb 17, 2011
  32. Feb 10, 2011
  33. Feb 09, 2011
  34. Feb 07, 2011
  35. Feb 06, 2011
Loading