Generate the fchs instruction to negate a floating point number
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.td
2004-02-02 Chris LattnerGenerate the fchs instruction to negate a floating...
2003-12-20 Alkis EvlogimenosRemove floating point killer pass. This is now implemen...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-10-20 Chris Lattner* Rename X86::IMULr16 -> X86::IMULrr16
2003-10-19 Chris LattnerAdd some new instructions. Wheee
2003-08-15 Chris LattnerAdd support for unconditional branches and for emitting...
2003-08-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris LattnerAdd (ret int) expander so that we can at least write...
2003-08-11 Chris LattnerAdd patterns for multiply, and, or, and xor
2003-08-06 Chris Lattneradd a pattern for RET, immediates no longer need to...
2003-08-05 Chris LattnerThis is the real fix for the previous register allocato...
2003-08-04 Chris LattnerAdd patterns for (mov R, R) (mov R, I) and subtracts...
2003-08-04 Chris LattnerChange comments into something that TableGen can read!
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-03 Chris LattnerAdd new TableGen instruction definitions