Age | Commit message (Expand) | Author |
2007-09-17 | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel |
2007-09-17 | This is not ideal but unbreaks build failure. | Devang Patel |
2007-09-14 | Remove the assumption that FP's are either float or | Dale Johannesen |
2007-09-13 | Fix build problems on Cygwin (PR1652), patch by Patrick Walton. | Chris Lattner |
2007-09-12 | Yet another getTargetNode variant. | Evan Cheng |
2007-09-12 | Revise previous patch per review comments. | Dale Johannesen |
2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
2007-08-31 | Add mod, copysign, abs operations to APFloat. | Dale Johannesen |
2007-08-31 | Revise per review of previous patch. | Dale Johannesen |
2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
2007-08-30 | Change LegalFPImmediates to use APFloat. | Dale Johannesen |
2007-08-26 | Revise per review comments. | Dale Johannesen |
2007-08-25 | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen |
2007-08-24 | Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. | Dale Johannesen |
2007-08-24 | Use APFloat internally for ConstantFPSDNode. | Dale Johannesen |
2007-08-02 | Do not emit copies for physical register output if it's not used. | Evan Cheng |
2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
2007-07-26 | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb |
2007-07-23 | Fix some uses of dyn_cast to be uses of cast. | Dan Gohman |
2007-07-19 | As pointed out by g++-4.2, the original code didn't do | Duncan Sands |
2007-07-14 | Long live the exception handling! | Anton Korobeynikov |
2007-07-10 | Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for | Dan Gohman |
2007-07-05 | Make the debug string for ISD::MERGE_VALUES consistent with the others. | Dan Gohman |
2007-06-29 | Fix a vector FP constant CSE bug. | Evan Cheng |
2007-06-27 | Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. | 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-19 | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman |
2007-06-14 | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman |
2007-06-13 | Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and | Dan Gohman |
2007-06-04 | Resolve implicit alignment before computing the FoldingSet information so | Dan Gohman |
2007-05-24 | Add explicit qualification for namespace MVT members. | Dan Gohman |
2007-04-25 | Be more careful about folding op(x, undef) when we have vector operands. | Chris Lattner |
2007-04-22 | PR400 phase 2. Propagate attributed load/store information through DAGs. | Christopher Lamb |
2007-04-21 | X86 TLS: Implement review feedback. | Lauro Ramos Venancio |
2007-04-21 | Revert Christopher Lamb's load/store alignment changes. | Reid Spencer |
2007-04-21 | add support for alignment attributes on load/store instructions | Christopher Lamb |
2007-04-20 | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio |
2007-04-12 | fold noop vbitconvert instructions | Chris Lattner |
2007-04-09 | add some assertions | Chris Lattner |
2007-04-01 | For PR1297: | Reid Spencer |
2007-03-30 | Fix incorrect combination of different loads. Reenable zext-over-truncate | Dale Johannesen |
2007-03-04 | fold away addc nodes when we know there cannot be a carry-out. | Chris Lattner |
2007-03-04 | eliminate some ops if they have an undef RHS | Chris Lattner |
2007-02-25 | fold trivial token factor nodes. This allows us to compile | Chris Lattner |
2007-02-21 | Selection and lowering for exception handling. | Jim Laskey |
2007-02-04 | Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate | Chris Lattner |
2007-02-04 | eliminate the SDNode::setValueTypes method. | Chris Lattner |
2007-02-04 | eliminate a bunch of duplicate ctors and helper functions. | Chris Lattner |