aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
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
2008-10-17add support for 128 bit aggregates.Chris Lattner
2008-10-17Added MemIntrinsicNode which is useful to represent target intrinsics thatMon P Wang
2008-10-17Factor out the code for mapping LLVM IR condition opcodes toDan Gohman
2008-10-17Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner
2008-10-17refactor some code into a helper method, no functionality change.Chris Lattner
2008-10-17Keep track of *which* input constraint matches an outputChris Lattner
2008-10-17add an assert so that PR2356 explodes instead of running off anChris Lattner
2008-10-17Define patterns for shld and shrd that match immediateDan Gohman
2008-10-15- Add target lowering hooks that specify which setcc conditions are illegal,Evan Cheng
2008-10-14FastISel support for exception-handling constructs.Dan Gohman
2008-10-14Rename LoadX to LoadExt.Evan Cheng
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-10-13FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...Evan Cheng
2008-10-13 * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returnsMatthijs Kooijman
2008-10-13calls can be supported.Chris Lattner
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner