[llvm-commits] [llvm] r82776 - /llvm/trunk/docs/LangRef.html

Dale Johannesen dalej at apple.com
Fri Sep 25 10:04:42 PDT 2009


Author: johannes
Date: Fri Sep 25 12:04:42 2009
New Revision: 82776

URL: http://llvm.org/viewvc/llvm-project?rev=82776&view=rev
Log:
Revise C library functions description to be vaguer, per Chris.


Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=82776&r1=82775&r2=82776&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Sep 25 12:04:42 2009
@@ -5046,11 +5046,10 @@
 </pre>
 
 <p>llvm treats calls to some functions with names and arguments that match the
-standard C library as being the C library functions, and may perform
-optimizations or generate code for them under that assumption.  These
-functions currently include:
-acos, asin, atan, atan2, ceil, cos, cosf, cosh, exp, fabs, floor, fmod, log,
-log10, malloc, pow, sin, sinh, sqrt, sqrtf, sin, sinf, tan, tanh.</p>
+standard C99 library as being the C99 library functions, and may perform
+optimizations or generate code for them under that assumption.  This is
+something we'd like to change in the future to provide better support for
+freestanding environments and non-C-based langauges.</p>
 
 </div>
 





More information about the llvm-commits mailing list