aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypesPromote.cpp
AgeCommit message (Expand)Author
2008-03-20detabify llvm, patch by Mike Stump!Chris Lattner
2008-03-12Initial soft-float support for LegalizeTypes. I rewroteDuncan Sands
2008-03-11Some LegalizeTypes code factorization and minorDuncan Sands
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel
2008-02-27LegalizeTypes support for EXTRACT_VECTOR_ELT. TheDuncan Sands
2008-02-27LegalizeTypes support for INSERT_VECTOR_ELT.Duncan Sands
2008-02-27Support for legalizing MEMBARRIER.Duncan Sands
2008-02-26Fix a nasty bug in LegalizeTypes (spotted inDuncan Sands
2008-02-25Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman
2008-02-24Add support to LegalizeTypes for building legal vectorsDuncan Sands
2008-02-15Teach LegalizeTypes how to promote the flagsDuncan Sands
2008-02-13Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands
2008-01-30Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman
2008-01-17* Introduce a new SelectionDAG::getIntPtrConstant methodChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-08Split promotion support out to its own file.Chris Lattner