Skip to content
  1. Mar 11, 2011
  2. Feb 27, 2011
  3. Feb 26, 2011
  4. Feb 20, 2011
  5. Feb 19, 2011
  6. Feb 16, 2011
  7. Feb 14, 2011
  8. Feb 08, 2011
  9. Jan 20, 2011
  10. Nov 29, 2010
  11. Oct 07, 2010
  12. Sep 10, 2010
  13. Sep 02, 2010
  14. Aug 20, 2010
  15. Aug 11, 2010
  16. Aug 10, 2010
  17. Aug 09, 2010
  18. Aug 08, 2010
  19. Jun 29, 2010
  20. 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
  21. Jun 21, 2010
  22. Jun 18, 2010
  23. Jun 14, 2010
  24. Jun 07, 2010
  25. Jun 03, 2010
  26. May 16, 2010
  27. May 13, 2010
  28. Apr 16, 2010
  29. Jan 24, 2010
  30. Jan 22, 2010
    • Chris Lattner's avatar
      Stop building RTTI information for *most* llvm libraries. Notable · 7ba0661f
      Chris Lattner authored
      missing ones are libsupport, libsystem and libvmcore.  libvmcore is
      currently blocked on bugpoint, which uses EH.  Once it stops using
      EH, we can switch it off.
      
      This #if 0's out 3 unit tests, because gtest requires RTTI information.
      Suggestions welcome on how to fix this.
      
      llvm-svn: 94164
      7ba0661f
  31. Oct 28, 2009
Loading