llvm-6502/lib
Dan Gohman 384152444d 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39923 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-16 15:26:22 +00:00
..
Analysis Use ConstantFoldFP for folding all unary floating-point operations which may 2007-07-16 15:26:22 +00:00
Archive finishing touches of bytecode -> bitcode changes. also unbreak Windows 2007-07-06 20:28:40 +00:00
AsmParser
Bitcode
CodeGen Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
Debugger
ExecutionEngine fix typos 2007-07-09 12:00:59 +00:00
Linker
Support Clarify the language. Pointed out by Duncan Sands. 2007-07-14 17:41:03 +00:00
System finishing touches of bytecode -> bitcode changes. also unbreak Windows 2007-07-06 20:28:40 +00:00
Target Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
Transforms Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
VMCore Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
Makefile