llvm-6502/lib
Duncan Sands 00fee65fd2 In TargetLowering::LowerCallTo, don't assert that
the return value is zero-extended if it isn't
sign-extended.  It may also be any-extended.
Also, if a floating point value was returned
in a larger floating point type, pass 1 as the
second operand to FP_ROUND, which tells it
that all the precision is in the original type.
I think this is right but I could be wrong.
Finally, when doing libcalls, set isZExt on
a parameter if it is "unsigned".  Currently
isSExt is set when signed, and nothing is
set otherwise.  This should be right for all
calls to standard library routines.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47122 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-14 17:28:50 +00:00
..
Analysis Fix typo. Thanks to Duncan for noticing. 2008-02-13 12:21:32 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen In TargetLowering::LowerCallTo, don't assert that 2008-02-14 17:28:50 +00:00
Debugger
ExecutionEngine Enable exception handling int JIT 2008-02-13 18:39:37 +00:00
Linker
Support Add countTrailingOnes member functions to APInt. 2008-02-13 21:11:05 +00:00
System Remove use of ltdl 2008-02-13 17:11:39 +00:00
Target In TargetLowering::LowerCallTo, don't assert that 2008-02-14 17:28:50 +00:00
Transforms simplify code, no functionality change. 2008-02-14 07:39:01 +00:00
VMCore check that terminators only occur at the end of a block. This catches the 2008-02-09 01:06:01 +00:00
Makefile