| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman | 2008-09-30 | 1 | -5/+4 |
* | Remove misuse of ReplaceNodeResults for atomics with | Dale Johannesen | 2008-09-29 | 1 | -3/+0 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -3/+3 |
* | bug 2812: Segmentation fault on a big emdiam processor. | Richard Pennington | 2008-09-25 | 1 | -1/+1 |
* | Fix the alignment of loads from constant pool entries when the | Dan Gohman | 2008-09-22 | 1 | -0/+2 |
* | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman | 2008-09-16 | 1 | -7/+14 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -6/+5 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -5/+6 |
* | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -3/+3 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -19/+20 |
* | The sequence for ppcf128 compares was not IEEE | Dale Johannesen | 2008-09-12 | 1 | -4/+6 |
* | A few more places where FPOW is being ignored. | Evan Cheng | 2008-09-09 | 1 | -7/+13 |
* | Legalizer was missing code that expand fpow to a libcall. | Evan Cheng | 2008-09-09 | 1 | -10/+12 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+70 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -131/+131 |
* | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen | 2008-08-28 | 1 | -25/+101 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -23/+23 |
* | Optimize SelectionDAG's topological sort to use one pass instead | Dan Gohman | 2008-08-26 | 1 | -44/+5 |
* | Add libcalls for the new rounding opcodes. | Dan Gohman | 2008-08-21 | 1 | -0/+55 |
* | Add libm-oriented ISD opcodes for rounding operations. | Dan Gohman | 2008-08-21 | 1 | -0/+5 |
* | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman | 2008-08-14 | 1 | -57/+130 |
* | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman | 2008-07-29 | 1 | -4/+2 |
* | Disable a fix in the previous patch, since it breaks CellSPU. | Nate Begeman | 2008-07-29 | 1 | -2/+4 |
* | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman | 2008-07-29 | 1 | -3/+16 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -433/+433 |
* | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman | 2008-07-27 | 1 | -4/+2 |
* | When splitting a vector shuffle, fixed which type we used for the hi part | Mon P Wang | 2008-07-25 | 1 | -1/+1 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 1 | -10/+0 |
* | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 1 | -3/+4 |
* | Factorize some code for determining which libcall to use. | Duncan Sands | 2008-07-17 | 1 | -167/+27 |
* | Fixed potential bug if the source and target of a bit convert have different ... | Mon P Wang | 2008-07-15 | 1 | -1/+3 |
* | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman | 2008-07-11 | 1 | -16/+13 |
* | Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticed | Chris Lattner | 2008-07-10 | 1 | -2/+5 |
* | Add a mysteriously missing libcall, FPTOSINT_F80_I32. | Duncan Sands | 2008-07-10 | 1 | -0/+4 |
* | Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode'... | Evan Cheng | 2008-07-08 | 1 | -26/+36 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -2/+1 |
* | Make DenseMap's insert return a pair, to more closely resemble std::map. | Dan Gohman | 2008-07-07 | 1 | -2/+3 |
* | LegalizeSetCCOperands should legalize the result of ExpandLibCall. Patch by R... | Evan Cheng | 2008-07-07 | 1 | -1/+1 |
* | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang | 2008-07-05 | 1 | -9/+15 |
* | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -8/+8 |
* | Backed out 53031. | Evan Cheng | 2008-07-03 | 1 | -15/+9 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -8/+7 |
* | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang | 2008-07-02 | 1 | -9/+15 |
* | Eliminate a compile time warning. | Evan Cheng | 2008-07-01 | 1 | -1/+1 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -12/+9 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -15/+10 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -9/+6 |
* | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner | 2008-06-30 | 1 | -0/+23 |
* | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman | 2008-06-25 | 1 | -2/+2 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -13/+17 |