llvm-6502/lib
Chris Lattner cad063f1a8 Break the code for expanding UINT_TO_FP operations out into its own
SelectionDAGLegalize::ExpandLegalUINT_TO_FP method.

Add a new method, PromoteLegalUINT_TO_FP, which allows targets to request
that UINT_TO_FP operations be promoted to a larger input type.  This is
useful for targets that have some UINT_TO_FP or SINT_TO_FP operations but
not all of them (like X86).

The same should be done with SINT_TO_FP, but this patch does not do that
yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22447 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-16 00:19:57 +00:00
..
Analysis Remove glibc specific functions, and mark a couple as C99 2005-07-11 20:35:20 +00:00
Archive Final Changes For PR495: 2005-07-08 03:08:58 +00:00
AsmParser Fix grammar 2005-06-24 18:00:40 +00:00
Bytecode Final Changes For PR495: 2005-07-08 03:08:58 +00:00
CodeGen Break the code for expanding UINT_TO_FP operations out into its own 2005-07-16 00:19:57 +00:00
Debugger For PR495: 2005-07-07 23:21:43 +00:00
ExecutionEngine For PR540: 2005-07-12 15:51:55 +00:00
Linker For PR495: 2005-07-07 23:21:43 +00:00
Support Final Changes For PR495: 2005-07-08 03:08:58 +00:00
System Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation 2005-07-13 03:02:06 +00:00
Target Get closer to fully working scalar FP in SSE regs. This gets singlesource 2005-07-15 00:38:55 +00:00
Transforms Fix a problem that instcombine would hit when dealing with unreachable code. 2005-07-07 20:40:38 +00:00
VMCore core changes for varargs 2005-06-18 18:34:52 +00:00
Makefile