llvm-6502/lib
Duncan Sands 69b01e92a2 Split type expansion into ExpandInteger and ExpandFloat
rather than bundling them together.  Rename FloatToInt
to PromoteFloat (better, if not perfect).  Reorganize
files by types rather than by operations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52408 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-17 14:27:01 +00:00
..
Analysis Use a SmallVector instead of an array, since auto_ptr doesn't handle arrays 2008-06-17 08:24:37 +00:00
Archive
AsmParser
Bitcode
CodeGen Split type expansion into ExpandInteger and ExpandFloat 2008-06-17 14:27:01 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Rather than avoiding to wrap ISD::DECLARE GV operand in X86ISD::Wrapper, simply handle it at dagisel time with x86 specific isel code. 2008-06-17 02:01:22 +00:00
Transforms Learn IPConstProp to propagate arguments that are directly returned. Strictly 2008-06-17 12:20:24 +00:00
VMCore
Makefile