Skip to content
  1. Jul 14, 2008
    • Nate Begeman's avatar
      http://llvm.org/bugs/show_bug.cgi?id=2523 · 191a6b1f
      Nate Begeman authored
      Add some code to handle vector comparisons, which is the language side
      of the llvm vicmp/vfcmp instructions.  Also make the vector-vector and
      vector-scalar asign checks a bit more sane under the presence of lax vector
      conversions.
      
      llvm-svn: 53565
      191a6b1f
  2. Jul 01, 2008
  3. Jun 30, 2008
    • Chris Lattner's avatar
      Make a few related changes: · 9a8d1d9e
      Chris Lattner authored
      1) add a new ASTContext::getFloatTypeSemantics method.
      2) Use it from SemaExpr.cpp, CodeGenTypes.cpp and other places.
      3) Change the TargetInfo.h get*Format methods to return their 
         fltSemantics byref instead of by pointer.
      4) Change CodeGenFunction::EmitBuiltinExpr to allow builtins which
         sometimes expand specially and othertimes fall back to libm.
      5) Add support for __builtin_nan("") to codegen, cases that don't pass
         in an empty string are currently lowered to libm calls.
      6) Fix codegen of __builtin_infl.
      
      llvm-svn: 52914
      9a8d1d9e
  4. Jun 28, 2008
  5. Jun 08, 2008
  6. Jun 05, 2008
  7. Jun 04, 2008
  8. Jun 03, 2008
  9. Jun 01, 2008
  10. May 30, 2008
  11. May 29, 2008
  12. May 27, 2008
  13. May 20, 2008
  14. May 18, 2008
  15. May 16, 2008
    • Eli Friedman's avatar
      Sema-based fix for PR2334. The issue is that even if the two sides of · 928ab4d5
      Eli Friedman authored
      the condidtional have compatible types, they are not necessarily the 
      same type.  Therefore, we cast to the composite type.  As a hack, for 
      the moment we assume that the composite type is the type of the 
      left-hand expression; this isn't correct, but it's good enough for most 
      purposes.
      
      llvm-svn: 51202
      928ab4d5
  16. May 14, 2008
  17. May 13, 2008
  18. May 12, 2008
  19. May 09, 2008
  20. Apr 27, 2008
    • Argyrios Kyrtzidis's avatar
      Parsing of namespaces: · 08114898
      Argyrios Kyrtzidis authored
      -NamespaceDecl for the AST
      -Checks for name clashes between namespaces and tag/normal declarations.
      
      This commit doesn't implement proper name lookup for namespaces.
      
      llvm-svn: 50321
      08114898
  21. Apr 19, 2008
  22. Apr 10, 2008
  23. Apr 08, 2008
  24. Apr 07, 2008
Loading