Skip to content
  1. Nov 05, 2011
  2. Oct 18, 2011
  3. Sep 16, 2011
  4. Sep 12, 2011
  5. Sep 09, 2011
  6. Jul 26, 2011
  7. May 31, 2011
  8. May 12, 2011
  9. May 04, 2011
  10. Apr 07, 2011
  11. Mar 22, 2011
  12. Mar 17, 2011
  13. Mar 11, 2011
  14. Feb 27, 2011
  15. Feb 26, 2011
  16. Feb 20, 2011
  17. Feb 19, 2011
  18. Feb 16, 2011
  19. Feb 14, 2011
  20. Feb 08, 2011
  21. Jan 20, 2011
  22. Nov 29, 2010
  23. Oct 07, 2010
  24. Sep 10, 2010
  25. Sep 02, 2010
  26. Aug 20, 2010
  27. Aug 11, 2010
  28. Aug 10, 2010
  29. Aug 09, 2010
  30. Aug 08, 2010
  31. Jun 29, 2010
  32. Jun 23, 2010
    • Rafael Espindola's avatar
      Add an extra-library-path option to the plugin. This is used to support · ef498156
      Rafael Espindola authored
      having a library both as bitcode and native code. We want to use the
      bitcode first, but if codegen produces new undefined references we have to use
      the native code to satisfy those references.
      
      Gold has no notion of bitcode and native search directories, so instead it has
      an API where the plugin can instruct it to look for the libraries it is passing
      to it. This patch uses that API.
      
      llvm-svn: 106674
      ef498156
  33. Jun 21, 2010
  34. Jun 18, 2010
Loading