Fix FP_TO_INT**_IN_MEM lowering.
[oota-llvm.git] / lib / Target / X86 / X86ISelDAGToDAG.cpp
2006-01-16 Evan ChengFix FP_TO_INT**_IN_MEM lowering.
2006-01-15 Chris LattnerUse the default lowering of ISD::DYNAMIC_STACKALLOC...
2006-01-14 Chris Lattnersilence a warning
2006-01-11 Evan ChengSelect DYNAMIC_STACKALLOC
2006-01-11 Evan Cheng* Add special entry code main() (to set x87 to 64-bit...
2006-01-11 Chris Lattnerimplement FP_REG_KILL insertion for the dag-dag instruc...
2006-01-11 Chris LattnerFit into 80 cols
2006-01-10 Evan ChengFP_TO_INT*_IN_MEM and x87 FP Select support.
2006-01-09 Evan Cheng* Added undef patterns.
2006-01-06 Evan Cheng* Added integer div / rem.
2006-01-06 Evan ChengISEL code for MULHU, MULHS, and UNDEF.
2006-01-06 Evan Chengfold (shl x, 1) -> (add x, x)
2006-01-05 Evan ChengAdded ConstantFP patterns.
2006-01-05 Evan ChengDAG based isel call support.
2005-12-21 Evan Cheng* Fix a GlobalAddress lowering bug.
2005-12-21 Evan ChengRemove ISD::RET select code. Now tblgen'd.
2005-12-21 Evan Cheng* Added lowering hook for external weak global address...
2005-12-19 Evan ChengIt's essential we clear CodeGenMap after isel every...
2005-12-17 Evan ChengDarwin API issue: indirect load of external and weak...
2005-12-17 Evan ChengAdded truncate.
2005-12-17 Evan ChengAdded support for cmp, test, and conditional move instr...
2005-12-15 Evan Cheng* Promote all 1 bit entities to 8 bit.
2005-12-15 Evan ChengHandling zero extension of 1 bit value.
2005-12-12 Evan ChengWhen SelectLEAAddr() fails, it shouldn't cause the...
2005-12-12 Evan ChengFor ISD::RET, if # of operands >= 2, try selection...
2005-12-10 Evan Cheng* Added X86 store patterns.
2005-12-08 Evan Cheng* Added intelligence to X86 LEA addressing mode matchin...
2005-12-01 Evan ChengProper support for shifts with register shift value.
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Evan ChengAdded support to STORE and shifts to DAG to DAG isel.
2005-11-19 Chris LattnerAdd load and other support to the dag-dag isel. Patch...
2005-11-16 Chris LattnerAdd patterns for several simple instructions that take...
2005-11-16 Chris Lattnerinitial step at adding a dag-to-dag isel for X86 backen...