Fix spellnig error
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypesExpand.cpp
2008-04-18 Duncan SandsProvide an explicit list of operands to MakeLibcall,
2008-04-14 Duncan SandsInitial libcall support for LegalizeTypes. This is
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-12 Duncan SandsInitial soft-float support for LegalizeTypes. I rewrote
2008-03-11 Duncan SandsSome LegalizeTypes code factorization and minor
2008-03-10 Dan GohmanAPInt-ify this.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-05 Dan GohmanCodegen support for i128 UINT_TO_FP. This just fixes a
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-26 Duncan SandsFix a nasty bug in LegalizeTypes (spotted in
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-24 Duncan SandsAdd support to LegalizeTypes for building legal vectors
2008-02-22 Dan GohmanFix a regression in 403.gcc and 186.crafty introduced...
2008-02-20 Dan GohmanConvert Legalize to use the APInt form of ComputeMasked...
2008-02-16 Duncan SandsTeach LegalizeTypes how to expand the operands of
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-11 Duncan SandsAdd a isBigEndian method to complement isLittleEndian.
2008-02-10 Duncan SandsAdd truncate and AssertZext result expansion.
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Duncan SandsWhen expanding an operand, it's not the result value
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-09 Chris LattnerAdd support for splitting the operand of a return instr...
2007-12-08 Chris LattnerSplit expansion out into its own file.