summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesExpand.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split type expansion into ExpandInteger and ExpandFloatDuncan Sands2008-06-171-1465/+0
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-8/+8
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-104/+103
* Provide an explicit list of operands to MakeLibcall,Duncan Sands2008-04-181-64/+69
* Initial libcall support for LegalizeTypes. This isDuncan Sands2008-04-141-0/+85
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-3/+0
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-201-1/+1
* More APInt-ification.Dan Gohman2008-03-131-4/+4
* Initial soft-float support for LegalizeTypes. I rewroteDuncan Sands2008-03-121-4/+7
* Some LegalizeTypes code factorization and minorDuncan Sands2008-03-111-8/+46
* APInt-ify this.Dan Gohman2008-03-101-3/+4
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-101-13/+14
* Codegen support for i128 UINT_TO_FP. This just fixes aDan Gohman2008-03-051-1/+0
* Codegen support for i128 SINT_TO_FP.Dan Gohman2008-03-051-7/+22
* LegalizeTypes support for EXTRACT_VECTOR_ELT. TheDuncan Sands2008-02-271-3/+66
* Fix a nasty bug in LegalizeTypes (spotted inDuncan Sands2008-02-261-2/+1
* Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman2008-02-251-4/+5
* Add support to LegalizeTypes for building legal vectorsDuncan Sands2008-02-241-0/+33
* Fix a regression in 403.gcc and 186.crafty introduced in 47383. To testDan Gohman2008-02-221-23/+25
* Convert Legalize to use the APInt form of ComputeMaskedBits.Dan Gohman2008-02-201-10/+13
* Teach LegalizeTypes how to expand the operands ofDuncan Sands2008-02-161-0/+20
* Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands2008-02-131-1/+50
* Add a isBigEndian method to complement isLittleEndian.Duncan Sands2008-02-111-2/+2
* Add truncate and AssertZext result expansion.Duncan Sands2008-02-101-0/+30
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-301-8/+8
* When expanding an operand, it's not the result valueDuncan Sands2008-01-291-2/+2
* * Introduce a new SelectionDAG::getIntPtrConstant methodChris Lattner2008-01-171-7/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add support for splitting the operand of a return instruction.Chris Lattner2007-12-091-48/+4
* Split expansion out into its own file.Chris Lattner2007-12-081-0/+1166
OpenPOWER on IntegriCloud