aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2008-10-31Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands
2008-10-30Fix PR2986: do not use a potentially illegalDuncan Sands
2008-10-30Add missing vsetcc expansion for wideningMon P Wang
2008-10-30Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang
2008-10-29Uniformize capitalization of NodeId.Duncan Sands
2008-10-29Fix PR2977: LegalizeTypes support for expandingDuncan Sands
2008-10-29Add sanity checking for BUILD_PAIR (I noticed theDuncan Sands
2008-10-29Fix a FIXME: in ReplaceNodeWith, if the new nodeDuncan Sands
2008-10-29Fix 80 column violations.Duncan Sands
2008-10-29Fix 80 column violations.Duncan Sands
2008-10-28Take Chris' suggestion and define EnableFastISelVerbose andDan Gohman
2008-10-28Protect the code for fast-isel debugging with #ifndef NDEBUG.Dan Gohman
2008-10-28Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands
2008-10-28Fix a testcase provided by Bill in which the nodeDuncan Sands
2008-10-28Don't produce invalid comparisons after legalize.Chris Lattner
2008-10-28fix some whitespace stuffChris Lattner
2008-10-27Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek
2008-10-27Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene
2008-10-27Fix UpdateNodeOperands so that it does CSE of callsDuncan Sands
2008-10-27Fix a bug in which a node could be added to theDuncan Sands
2008-10-27Turn on LegalizeTypes, the new type legalizationDuncan Sands
2008-10-25SDNodes may have at most one Flag result. Update this commentDan Gohman
2008-10-24Initialize uninitialized variable.Dale Johannesen
2008-10-23Fix thinko - the operand number has nothing to doDuncan Sands
2008-10-22LegalizeTypes soft-float support for fpow.Duncan Sands
2008-10-22Be nice to CellSPU: for this target getSetCCResultTypeDuncan Sands
2008-10-22Port from LegalizeDAG the logic to only generateDuncan Sands
2008-10-22Add some comments explaining the meaning of a booleanDuncan Sands
2008-10-22Temporarily allow the operands of a BUILD_VECTORDuncan Sands
2008-10-21Add an SSE2 algorithm for uint64->f64 conversion.Dale Johannesen
2008-10-21Fix SelectionDAGBuild lowering of Select instructions toDan Gohman
2008-10-21Don't create TargetGlobalAddress nodes with offsets that don't fitDan Gohman
2008-10-21Make the NaN test come second, heuristically assumingDan Gohman
2008-10-21Fix gcc.c-torture/compile/920520-1.c by inserting bitconvertsChris Lattner
2008-10-20Fast-isel no longer an experiment.Dan Gohman
2008-10-20Support operations like fp_to_uint with a vectorDuncan Sands
2008-10-20LegalizeTypes support for atomic operation promotion.Duncan Sands
2008-10-20Use DAG.getIntPtrConstant rather than DAG.getConstantDuncan Sands
2008-10-20Always use either MVT::i1 or getSetCCResultType forDuncan Sands
2008-10-20Formatting - no functional change.Duncan Sands
2008-10-20Don't use a random type for the select condition,Duncan Sands
2008-10-19Set N->OperandList to 0 after deletion. Otherwise, it's possible that it willBill Wendling
2008-10-19Fix comment. Other formatting changes. No functionality changes.Bill Wendling
2008-10-19Vector shuffle mask elements may be "undef". HandleDuncan Sands
2008-10-19Use a legal integer type for vector shuffle maskDuncan Sands
2008-10-18Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner
2008-10-18Don't truncate GlobalAddress offsets to int in debug output.Dan Gohman
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
2008-10-18Revert r57699. It's causing regressions inDan Gohman
2008-10-17Factor out the code for mapping LLVM IR condition opcodes toDan Gohman