| Age | Commit message (Expand) | Author |
| 2007-06-28 | Add new TargetLowering code to provide the final register type that an | Dan Gohman |
| 2007-06-27 | Partial fix for PR1502: If a EH register is needed in a successor of landing ... | Evan Cheng |
| 2007-06-27 | Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. | Dan Gohman |
| 2007-06-27 | Use getVectorTypeBreakdown in FunctionLoweringInfo::CreateRegForValue | Dan Gohman |
| 2007-06-27 | Make the comment for ScalarizeVectorOp mention that it is only for use | Dan Gohman |
| 2007-06-25 | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-06-22 | std::set is really really terrible. Switch to SmallPtrSet to reduce compile t... | Evan Cheng |
| 2007-06-21 | Tidy up ValueType names in comments. | Dan Gohman |
| 2007-06-21 | Rename TargetLowering::getNumElements and friends to | Dan Gohman |
| 2007-06-21 | Xforms: | Evan Cheng |
| 2007-06-19 | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman |
| 2007-06-19 | add isVarArg to CCState | Chris Lattner |
| 2007-06-18 | make ComputeTopDownOrdering significantly faster and use less stack space | Chris Lattner |
| 2007-06-18 | Make chain dependencies blue, in addition to being dashed. | Dan Gohman |
| 2007-06-15 | Codegen support (stripped out) for the annotate attribute. | Tanya Lattner |
| 2007-06-15 | Fix CodeGen/X86/inline-asm-x-scalar.ll:test4, by retaining regclass info | Chris Lattner |
| 2007-06-15 | Workaround for PR1508. | Duncan Sands |
| 2007-06-14 | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman |
| 2007-06-13 | Only correctly lower exception handing intrinsics if exception handling is | Duncan Sands |
| 2007-06-13 | Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and | Dan Gohman |
| 2007-06-13 | When creating CopyFromReg nodes, always use legal types. And use the | Dan Gohman |
| 2007-06-13 | The fix that was applied for PR1224 stops the compiler | Duncan Sands |
| 2007-06-07 | Do not change the size of function arguments. PR 1489. | Dale Johannesen |
| 2007-06-06 | Additional fix for PR1422: make sure the landing pad label is placed in the | Duncan Sands |
| 2007-06-04 | Pass the DAG to SDNode::dump to let it do more detailed dumps in some cases. | Dan Gohman |
| 2007-06-04 | Resolve implicit alignment before computing the FoldingSet information so | Dan Gohman |
| 2007-06-02 | Integrate exception filter support and exception catch support. This | Duncan Sands |
| 2007-06-01 | Since TypeInfos are passed as i8 pointers, a NULL TypeInfo should be passed | Duncan Sands |
| 2007-05-30 | Fix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll, and PR1473. | Chris Lattner |
| 2007-05-25 | tighten up recursion depth again | Chris Lattner |
| 2007-05-24 | Minor comment cleanups. | Dan Gohman |
| 2007-05-24 | Add explicit qualification for namespace MVT members. | Dan Gohman |
| 2007-05-24 | Fix a typo that caused combiner to create mal-formed pre-indexed store where ... | Evan Cheng |
| 2007-05-23 | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ... | Anton Korobeynikov |
| 2007-05-23 | prevent exponential recursion in isNegatibleForFree | Chris Lattner |
| 2007-05-19 | same patch as the previous one, but the symmetric case | Chris Lattner |
| 2007-05-19 | Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in | Chris Lattner |
| 2007-05-18 | Qualify calls to getTypeForValueType with MVT:: too. | Dan Gohman |
| 2007-05-18 | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman |
| 2007-05-17 | disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for | Chris Lattner |
| 2007-05-17 | add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub ... | Chris Lattner |
| 2007-05-16 | Add target hook to specify block size limit for if-conversion. | Evan Cheng |
| 2007-05-16 | Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores. | Dale Johannesen |
| 2007-05-16 | Use a ptr set instead of a linear search to unique TokenFactor operands. | Chris Lattner |
| 2007-05-16 | Bug fix: should check ABI alignment, not pref. alignment. | Evan Cheng |
| 2007-05-15 | Fix an infinite recursion in GetNegatedExpression. | Lauro Ramos Venancio |
| 2007-05-15 | Fix some subtle issues handling immediate values. This fixes | Chris Lattner |
| 2007-05-14 | implement a simple fneg optimization/propagation thing. This compiles: | Chris Lattner |
| 2007-05-09 | Can't fold the bit_convert is the store is a truncating store. | Evan Cheng |