Age | Commit message (Expand) | Author |
2008-08-13 | Fix a bogus srem rule - a negative value srem'd by a power-of-2 | Dan Gohman |
2008-08-13 | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes with | Dan Gohman |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
2008-07-27 | Rename isOnlyUseOf to isOnlyUserOf. | Dan Gohman |
2008-07-21 | Fix grammaros in comments. | Dan Gohman |
2008-07-21 | Add VerifyNode, a place to put sanity checks on | Duncan Sands |
2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
2008-07-15 | SelectionDAG::AssignNodeIds is unused. | Dan Gohman |
2008-07-15 | Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead, | Dan Gohman |
2008-07-11 | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman |
2008-07-10 | Don't barf when dumping a constant that contains | Duncan Sands |
2008-07-09 | Simplify hasNUsesOfValue and hasAnyUsesOfValue even more. This | Dan Gohman |
2008-07-09 | hasAnyUseOfValue can check SDUse nodes of its users directly instead | Dan Gohman |
2008-07-09 | Move MemoryVT out of LSBaseNode into MemSDNode, allowing the | Dan Gohman |
2008-07-09 | Move the IsVolatile and SVOffset fields into the MemSDNode base | Dan Gohman |
2008-07-09 | Missed alignment argument on stores lowered from memcpy. | Evan Cheng |
2008-07-09 | const-ify SelectionDAG::getNodeValueTypes. | Dan Gohman |
2008-07-08 | Factor out the code for computing an alignment value, and make it | Dan Gohman |
2008-07-08 | Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode'... | Evan Cheng |
2008-07-07 | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman |
2008-07-07 | Fix SDNode::MorphNodeTo (a function used by by SelectNodeTo) to | Dan Gohman |
2008-07-07 | Remove most of the uses of SDOperandPtr, usually replacing it with a | Dan Gohman |
2008-07-05 | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang |
2008-07-03 | Backed out 53031. | Evan Cheng |
2008-07-03 | Avoid unnecessarily copying APInt objects. | Dan Gohman |
2008-07-02 | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman |
2008-07-02 | Add a new getMergeValues method that does not need | Duncan Sands |
2008-07-02 | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang |
2008-07-02 | instead of aborting on shifts of i1, just implicitly fold them. | Chris Lattner |
2008-07-01 | No need to use std::distance. We can just count the number of operands | Owen Anderson |
2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
2008-06-30 | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng |
2008-06-29 | Revert (52748 and friends): | Anton Korobeynikov |
2008-06-28 | Really fix the bootstrap failure. | Chris Lattner |
2008-06-28 | Add back the capability to include nul characters in strings with | Chris Lattner |
2008-06-27 | simplify this check, GetConstantStringInfo validates that a | Chris Lattner |
2008-06-26 | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher |
2008-06-25 | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng |
2008-06-25 | Add support for expanding PPC 128 bit floats. | Duncan Sands |
2008-06-25 | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-21 | Use clear() to zero an existing APInt. | Dan Gohman |
2008-06-14 | add missing atomic intrinsic from gcc | Andrew Lenharth |
2008-06-11 | Sometimes (rarely) nodes held in LegalizeTypes | Duncan Sands |
2008-06-08 | Remove comparison methods for MVT. The main cause | Duncan Sands |
2008-06-06 | Tighten up the abstraction slightly. | Duncan Sands |