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