llvm-6502/lib
Chris Lattner e4bc9ea0a5 add initial support for converting select_cc -> fsel in the legalizer
instead of in the backend.  This currently handles fsel cases with registers,
but doesn't have the 0.0 and -0.0 optimization enabled yet.

Once this is finished, special hack for fp immediates can go away.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23075 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-26 00:52:45 +00:00
..
Analysis floor/ceil don't read/write memory. This allows gcse to eliminate 6 calls 2005-08-24 16:58:56 +00:00
Archive
AsmParser
Bytecode
CodeGen the 5th operand is the 4th number 2005-08-26 00:43:46 +00:00
Debugger
ExecutionEngine
Linker For PR495: 2005-07-07 23:21:43 +00:00
Support
System For PR616: 2005-08-24 10:07:20 +00:00
Target add initial support for converting select_cc -> fsel in the legalizer 2005-08-26 00:52:45 +00:00
Transforms Fix Regression/Transforms/Reassociate/2005-08-24-Crash.ll 2005-08-24 17:55:32 +00:00
VMCore add printer support for flag operands 2005-08-25 17:59:23 +00:00
Makefile