Age | Commit message (Expand) | Author |
2008-03-26 | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein |
2008-03-21 | Introduce a new node for holding call argument | Duncan Sands |
2008-03-18 | Make conversions of i8/i16 to ppcf128 work. | Dale Johannesen |
2008-03-14 | Tabs -> spaces | Nate Begeman |
2008-03-13 | More APInt-ification. | Dan Gohman |
2008-03-11 | Generalize ExpandIntToFP to handle the case where the operand is legal | Dan Gohman |
2008-03-11 | More APInt-ification. | Dan Gohman |
2008-03-10 | Implement more support for fp-to-i128 and i128-to-fp conversions. | Dan Gohman |
2008-03-10 | Fix mul expansion to check the correct number of bits for | Dan Gohman |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2008-03-09 | Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling | Chris Lattner |
2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
2008-03-05 | Clarify that CALLSEQ_START..END may not be nested, | Dale Johannesen |
2008-03-05 | Improve comment, pass in the original VT so that we can shrink a long double ... | Chris Lattner |
2008-03-05 | Codegen support for i128 UINT_TO_FP. This just fixes a | Dan Gohman |
2008-03-05 | Add a target lowering hook to control whether it's worthwhile to compress fp ... | Evan Cheng |
2008-03-05 | 64bit CAS on 32bit x86. | Andrew Lenharth |
2008-03-05 | Codegen support for i128 SINT_TO_FP. | Dan Gohman |
2008-03-04 | Refactor ExpandConstantFP so it can optimize load from constpool of types lar... | Evan Cheng |
2008-03-03 | More APInt-ification. | Dan Gohman |
2008-03-01 | all but CAS working on x86 | Andrew Lenharth |
2008-03-01 | Add MVT::is128BitVector and is64BitVector. Shrink | Dale Johannesen |
2008-02-29 | Use the new convertFromAPInt instead of convertFromZeroExtendedInteger, | Dan Gohman |
2008-02-28 | Fix an assertion message. | Dale Johannesen |
2008-02-28 | implement expand for ISD::DECLARE by just deleting it. | Chris Lattner |
2008-02-27 | Handle load/store of misaligned vectors that are the | Dale Johannesen |
2008-02-27 | Remove the `else', at Evan's insistence. | Dan Gohman |
2008-02-27 | Support for legalizing MEMBARRIER. | Duncan Sands |
2008-02-27 | Teach Legalize how to expand an EXTRACT_ELEMENT. | Dan Gohman |
2008-02-25 | Make some static variables const. | Dan Gohman |
2008-02-25 | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman |
2008-02-22 | Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test | Dan Gohman |
2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
2008-02-20 | Convert Legalize to use the APInt form of ComputeMaskedBits. | Dan Gohman |
2008-02-16 | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth |
2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
2008-02-15 | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel |
2008-02-15 | Use StoreSDNode::getValue instead of calling getOperand directly | Dan Gohman |
2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
2008-02-14 | Change how FP immediates are handled. | Nate Begeman |
2008-02-13 | Support legalizing insert_vector_elt on targets where the element | Nate Begeman |
2008-02-11 | From Chris' review: use cast instead of dyn_cast with an assert. | Dan Gohman |
2008-02-11 | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands |
2008-02-07 | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman |
2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
2008-02-01 | Rename RecordLabel to RecordSourceLine because that's what it is doing. | Evan Cheng |
2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
2008-01-31 | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng |
2008-01-31 | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman |