More X86 floating point patterns.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2005-12-23 Evan ChengMore X86 floating point patterns.
2005-12-23 Chris Lattnermake sure bit_convert's are expanded
2005-12-21 Evan Cheng* Fix a GlobalAddress lowering bug.
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-21 Evan Cheng* Added support for X86 RET with an additional operand...
2005-12-21 Evan Cheng* Added lowering hook for external weak global address...
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-19 Evan ChengX86 conditional branch support.
2005-12-17 Evan ChengRemove a few lines of dead code.
2005-12-17 Evan ChengX86 lowers SELECT to a cmp / test followed by a conditi...
2005-12-15 Evan Cheng* Promote all 1 bit entities to 8 bit.
2005-12-07 Chris LattnerX86 doesn't support sextinreg for 8-bit things either.
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-20 Chris LattnerLower READCYCLECOUNTER correctly, preserving the chain...
2005-11-20 Chris Lattneruse chain operands to ensure the copies don't wander...
2005-11-20 Andrew LenharthThe second patch of X86 support for read cycle counter.
2005-11-15 Chris LattnerSeparate X86ISelLowering stuff out from the X86ISelPatt...