llvm-6502/lib
Chris Lattner 352eb48f8e Codegen FP select instructions into X86 conditional moves. Annoyingly enough
the X86 does not support a full set of fp cmove instructions, so we can't always
fold the condition into the select.  :(  Yuck.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12577 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-31 22:03:35 +00:00
..
Analysis
Archive Use the true, decoded name of the archive member in getObjectType. 2004-03-31 19:51:00 +00:00
AsmParser Avoid TRUE and FALSE which apparently conflict with some macros on OSX 2004-03-31 03:49:47 +00:00
Bytecode Use the true, decoded name of the archive member in getObjectType. 2004-03-31 19:51:00 +00:00
CodeGen MBB::remove should not modify the iterator passed in 2004-03-31 21:59:59 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine
Linker Fix linking of constant expr casts due to type resolution changes. With 2004-03-31 02:58:28 +00:00
Support
Target Codegen FP select instructions into X86 conditional moves. Annoyingly enough 2004-03-31 22:03:35 +00:00
Transforms Add warning 2004-03-31 22:00:30 +00:00
VMCore Fix linking of constant expr casts due to type resolution changes. With 2004-03-31 02:58:28 +00:00
Makefile