Skip to content
  1. Jul 29, 2008
  2. Jul 27, 2008
  3. Jul 26, 2008
  4. Jul 25, 2008
  5. Jul 24, 2008
  6. Jul 23, 2008
  7. Jul 22, 2008
  8. Jul 21, 2008
  9. Jul 18, 2008
  10. Jul 17, 2008
  11. Jul 14, 2008
  12. Jul 09, 2008
  13. Jul 04, 2008
  14. 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
  15. Jun 27, 2008
  16. Jun 26, 2008
Loading