Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-26 | Fix APFloat::convert so that it handles narrowing conversions correctly; it | Eli Friedman | |
was returning incorrect values in rare cases, and incorrectly marking exact conversions as inexact in some more common cases. Fixes PR11406, and a missed optimization in test/CodeGen/X86/fp-stack-O0.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145141 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-06-30 | Fix a problem with fast-isel return values introduced in r134018. | Jakob Stoklund Olesen | |
We would put the return value from long double functions in the wrong register. This fixes gcc.c-torture/execute/conversion.c git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134205 91177308-0d34-0410-b5e6-96231b3b80d8 |