Go to file
Dan Gohman 72efc04d8e Use ConstantFoldFP for folding all unary floating-point operations which may
have an error, and refector out the code for binary operators into
ConstantFoldBinaryFP and use it for all binary floating-point operations
which may have an error. These functions still rely exclusively on errno
to detect errors though.

llvm-svn: 39923
2007-07-16 15:26:22 +00:00
clang Constify the is*Lvalue() methods. 2007-07-16 07:07:56 +00:00
llvm Use ConstantFoldFP for folding all unary floating-point operations which may 2007-07-16 15:26:22 +00:00
stacker Prepare stacker module for the new llvm-top build mechanism. 2007-07-16 07:51:40 +00:00