Skip to content
  1. Jun 29, 2013
    • Eli Friedman's avatar
      Remove dead code. · ba2778f4
      Eli Friedman authored
      llvm-svn: 185231
      ba2778f4
    • Nadav Rotem's avatar
      SLP Vectorizer: Add support for trees with external users. · 060be733
      Nadav Rotem authored
      To support this we have to insert 'extractelement' instructions to pick the right lane.
      We had this functionality before but I removed it when we moved to the multi-block design because it was too complicated.
      
      llvm-svn: 185230
      060be733
    • Richard Smith's avatar
      PR7927, PR16247: Reimplement handling of matching extern "C" declarations · 902befa2
      Richard Smith authored
      across scopes.
      
      When we declare an extern "C" name that is not a redeclaration of an entity in
      the same scope, check whether it redeclares some extern "C" entity from another
      scope, and if not, check whether it conflicts with a (non-extern-"C") entity in
      the translation unit.
      
      When we declare a name in the translation unit that is not a redeclaration,
      check whether it conflicts with any extern "C" entities (possibly from other
      scopes).
      
      llvm-svn: 185229
      902befa2
  2. Jun 28, 2013
Loading