aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2008-02-27LegalizeTypes support for legalizing the maskDuncan Sands
2008-02-27LegalizeTypes support for INSERT_VECTOR_ELT.Duncan Sands
2008-02-27Support for legalizing MEMBARRIER.Duncan Sands
2008-02-27Final de-tabification.Bill Wendling
2008-02-27Teach Legalize how to expand an EXTRACT_ELEMENT.Dan Gohman
2008-02-27Convert the last remaining users of the non-APInt form ofDan Gohman
2008-02-27Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.Dan Gohman
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-26Avoid aborting on invalid shift counts.Dan Gohman
2008-02-26Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner
2008-02-26Fix a nasty bug in LegalizeTypes (spotted inDuncan Sands
2008-02-26Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner
2008-02-26Refactor inline asm constraint matching code out of SDIsel into TargetLowering.Evan Cheng
2008-02-25Make some static variables const.Dan Gohman
2008-02-25Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman
2008-02-25In debug builds check that the key property holds: allDuncan Sands
2008-02-24Add support to LegalizeTypes for building legal vectorsDuncan Sands
2008-02-22Pass alignment on ByVal parameters, from FE, allDale Johannesen
2008-02-22Fix a regression in 403.gcc and 186.crafty introduced in 47383. To testDan Gohman
2008-02-21Make the clobber analysis a bit more smart: we only are careful about Chris Lattner
2008-02-21Treat clobber operands like early clobbers: if we haveChris Lattner
2008-02-21Better names as per Evan's requestAndrew Lenharth
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-21Add support for matching mem operands. This fixes PR1133, patch byChris Lattner
2008-02-21Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner
2008-02-20assert is more effective reminder then FIXME tag for unimplemented features.Devang Patel
2008-02-20LegalizeTypes support for scalarizing a vector storeDuncan Sands
2008-02-20Convert Legalize to use the APInt form of ComputeMaskedBits.Dan Gohman
2008-02-20Add explicit keywords.Dan Gohman
2008-02-20Convert DAGCombiner to use the APInt form of ComputeMaskedBits.Dan Gohman
2008-02-20Use APInt::intersects.Dan Gohman
2008-02-20Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov
2008-02-20Fix an incredibly subtle bug exposed by Ted's change to APInt profiling.Chris Lattner
2008-02-19Add GetResultInst. First step for multiple return value support.Devang Patel
2008-02-18- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng
2008-02-16I cannot find a libgcc function for this builtin. Therefor expanding it to a...Andrew Lenharth
2008-02-16Teach LegalizeTypes how to expand the operands ofDuncan Sands
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-16Rename CountMemOperands to ComputeMemOperandsEnd to reflect whatDan Gohman
2008-02-16Revert 47177, which was incorrect.Dan Gohman
2008-02-15Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel
2008-02-15Skip over the defs and start at the uses when looking for operandsDan Gohman
2008-02-15Use the TargetInstrDescr to determine the number of operandsDan Gohman
2008-02-15Teach LegalizeTypes how to promote the flagsDuncan Sands
2008-02-15Use StoreSDNode::getValue instead of calling getOperand directlyDan Gohman
2008-02-14Fix a miscompilation from Dan's recent apintification.Chris Lattner
2008-02-14In TargetLowering::LowerCallTo, don't assert thatDuncan Sands
2008-02-14Change how FP immediates are handled. Nate Begeman
2008-02-13Allow the APInt form of ComputeMaskedBits to operate on i128 types.Dan Gohman