| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov | 2007-11-15 | 1 | -0/+1 |
* | If a call to getTruncStore is for a normal store, | Duncan Sands | 2007-10-30 | 1 | -3/+5 |
* | If the value types are equal then this routine | Duncan Sands | 2007-10-19 | 1 | -1/+1 |
* | Add support for byval function whose argument is not 32 bit aligned. | Rafael Espindola | 2007-10-19 | 1 | -0/+24 |
* | Return Expand from getOperationAction for all extended | Duncan Sands | 2007-10-17 | 1 | -10/+17 |
* | Disable attempts to constant fold PPC f128. | Dale Johannesen | 2007-10-16 | 1 | -36/+41 |
* | Initial infrastructure for arbitrary precision integer | Duncan Sands | 2007-10-16 | 1 | -26/+32 |
* | add a new CreateStackTemporary helper method. | Chris Lattner | 2007-10-15 | 1 | -0/+13 |
* | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner | 2007-10-15 | 1 | -35/+53 |
* | Disable some compile-time optimizations on PPC | Dale Johannesen | 2007-10-14 | 1 | -0/+3 |
* | Add an ISD::FPOW node type. | Dan Gohman | 2007-10-11 | 1 | -0/+1 |
* | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -0/+6 |
* | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman | 2007-10-08 | 1 | -0/+36 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -1/+1 |
* | Provide names for MUL_LOHI and DIVREM operators. | Dan Gohman | 2007-10-05 | 1 | -0/+4 |
* | Add a variant of getTargetNode() that takes a vector of MVT::ValueType. | Evan Cheng | 2007-10-05 | 1 | -0/+7 |
* | remove dup comment | Dale Johannesen | 2007-09-30 | 1 | -1/+0 |
* | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 1 | -1/+1 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -2/+4 |
* | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 1 | -3/+13 |
* | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel | 2007-09-17 | 1 | -2/+0 |
* | This is not ideal but unbreaks build failure. | Devang Patel | 2007-09-17 | 1 | -0/+2 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 1 | -16/+12 |
* | Fix build problems on Cygwin (PR1652), patch by Patrick Walton. | Chris Lattner | 2007-09-13 | 1 | -10/+10 |
* | Yet another getTargetNode variant. | Evan Cheng | 2007-09-12 | 1 | -0/+12 |
* | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 1 | -6/+6 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -7/+6 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -2/+1 |
* | Add mod, copysign, abs operations to APFloat. | Dale Johannesen | 2007-08-31 | 1 | -30/+58 |
* | Revise per review of previous patch. | Dale Johannesen | 2007-08-31 | 1 | -12/+24 |
* | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -14/+43 |
* | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 1 | -3/+41 |
* | Revise per review comments. | Dale Johannesen | 2007-08-26 | 1 | -1/+1 |
* | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen | 2007-08-25 | 1 | -3/+2 |
* | Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. | Dale Johannesen | 2007-08-24 | 1 | -1/+1 |
* | Use APFloat internally for ConstantFPSDNode. | Dale Johannesen | 2007-08-24 | 1 | -1/+1 |
* | Do not emit copies for physical register output if it's not used. | Evan Cheng | 2007-08-02 | 1 | -1/+26 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+4 |
* | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb | 2007-07-26 | 1 | -1/+4 |
* | Fix some uses of dyn_cast to be uses of cast. | Dan Gohman | 2007-07-23 | 1 | -1/+1 |
* | As pointed out by g++-4.2, the original code didn't do | Duncan Sands | 2007-07-19 | 1 | -2/+2 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 1 | -0/+2 |
* | Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for | Dan Gohman | 2007-07-10 | 1 | -7/+19 |
* | Make the debug string for ISD::MERGE_VALUES consistent with the others. | Dan Gohman | 2007-07-05 | 1 | -1/+1 |
* | Fix a vector FP constant CSE bug. | Evan Cheng | 2007-06-29 | 1 | -5/+10 |
* | Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. | Dan Gohman | 2007-06-27 | 1 | -1/+1 |
* | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman | 2007-06-25 | 1 | -43/+52 |
* | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -0/+546 |
* | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman | 2007-06-19 | 1 | -1/+1 |
* | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman | 2007-06-14 | 1 | -2/+2 |