Go to file
Neil Booth 9130551996 Fast-track obviously over-large and over-small exponents during decimal->
integer conversion.  In some such cases this makes us one or two orders
of magnitude faster than NetBSD's libc.  Glibc seems to have a similar
fast path.

Also, tighten up some upper bounds to save a bit of memory.

llvm-svn: 42984
2007-10-15 15:00:55 +00:00
clang Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. 2007-10-15 14:41:52 +00:00
llvm Fast-track obviously over-large and over-small exponents during decimal-> 2007-10-15 15:00:55 +00:00