Skip to content
  1. Oct 14, 2007
    • Evan Cheng's avatar
      Revert 42908 for now. · cdf36091
      Evan Cheng authored
      llvm-svn: 42960
      cdf36091
    • Dale Johannesen's avatar
      Fix type mismatch error in PPC Altivec (only causes · 2f6b6d6f
      Dale Johannesen authored
      a problem when asserts are on).  From vecLib.
      
      llvm-svn: 42959
      2f6b6d6f
    • Dale Johannesen's avatar
      Disable some compile-time optimizations on PPC · 19db093b
      Dale Johannesen authored
      long double.
      
      llvm-svn: 42958
      19db093b
    • Steve Naroff's avatar
      · 5811baf1
      Steve Naroff authored
      - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGlobalPool and DenseMaps. This will allow us to efficiently lookup a method from a selector given no type information (for the "id" data type).
      
      - Fixed some funky "}
                          else {" indentation in Sema::ActOnAddMethodsToObjcDecl(). I'd prefer we stay away from this style...it wastes space and isn't any easier to read (from my perspective, at least:-)
      
      - Changed Parser::ParseObjCInterfaceDeclList() to only call Action::ActOnAddMethodsToObjcDecl() when it actually has methods to add (since most interface have methods, this is a very minor cleanup).
      
      llvm-svn: 42957
      5811baf1
    • Gordon Henriksen's avatar
      Fixing a typo. Found by Kevin André! · a699c4dc
      Gordon Henriksen authored
      llvm-svn: 42956
      a699c4dc
  2. Oct 13, 2007
  3. Oct 12, 2007
Loading