Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypesPromote.cpp
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Duncan SandsSupport for legalizing MEMBARRIER.
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-15 Duncan SandsTeach LegalizeTypes how to promote the flags
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-08 Chris LattnerSplit promotion support out to its own file.