Skip to content
  1. Nov 03, 2013
  2. Nov 01, 2013
    • Rafael Espindola's avatar
      Remove linkonce_odr_auto_hide. · 716e7405
      Rafael Espindola authored
      linkonce_odr_auto_hide was in incomplete attempt to implement a way
      for the linker to hide symbols that are known to be available in every
      TU and whose addresses are not relevant for a particular DSO.
      
      It was redundant in that it all its uses are equivalent to
      linkonce_odr+unnamed_addr. Unlike those, it has never been connected
      to clang or llvm's optimizers, so it was effectively dead.
      
      Given that nothing produces it, this patch just nukes it
      (other than the llvm-c enum value).
      
      llvm-svn: 193865
      716e7405
  3. Oct 31, 2013
  4. Oct 28, 2013
  5. Oct 27, 2013
  6. Oct 26, 2013
  7. Oct 25, 2013
  8. Oct 24, 2013
  9. Oct 20, 2013
  10. Oct 19, 2013
  11. Oct 17, 2013
  12. Oct 14, 2013
  13. Oct 12, 2013
  14. Oct 11, 2013
  15. Oct 10, 2013
  16. Oct 09, 2013
  17. Oct 08, 2013
  18. Oct 07, 2013
Loading