| Age | Commit message (Expand) | Author |
| 2008-08-04 | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. | Dan Gohman |
| 2008-08-04 | Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. | Dan Gohman |
| 2008-07-31 | Add a flag to disable jump table generation (all | Dale Johannesen |
| 2008-07-31 | Improve dagcombining for sext-loads and sext-in-reg nodes. | Dan Gohman |
| 2008-07-30 | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman |
| 2008-07-30 | Don't look for leaf values to store when lowering stores of | Dan Gohman |
| 2008-07-29 | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman |
| 2008-07-29 | Disable a fix in the previous patch, since it breaks CellSPU. | Nate Begeman |
| 2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
| 2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
| 2008-07-27 | Make the ScheduleDAG's GraphRoot edge be blue and dashed too, like | Dan Gohman |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
| 2008-07-27 | Rename isOnlyUseOf to isOnlyUserOf. | Dan Gohman |
| 2008-07-27 | Some binary operations were being treated as | Duncan Sands |
| 2008-07-25 | When splitting a vector shuffle, fixed which type we used for the hi part | Mon P Wang |
| 2008-07-25 | Use AliasAnalysis::pointsToConstantMemory in SDISel to avoid unnecessary | Dan Gohman |
| 2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
| 2008-07-22 | LegalizeTypes support for VSETCC. Fixes PR2575. | Duncan Sands |
| 2008-07-22 | Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou... | Evan Cheng |
| 2008-07-22 | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman |
| 2008-07-21 | Fix grammaros in comments. | Dan Gohman |
| 2008-07-21 | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman |
| 2008-07-21 | After early-lowering the FORMAL_ARGUMENTS node, delete it. | Dan Gohman |
| 2008-07-21 | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman |
| 2008-07-21 | Add VerifyNode, a place to put sanity checks on | Duncan Sands |
| 2008-07-18 | Softfloat support for FDIV. Patch by | Duncan Sands |
| 2008-07-18 | Eliminate unused variable. | Duncan Sands |
| 2008-07-18 | Revert 53729, after waking up in the middle of | Duncan Sands |
| 2008-07-17 | When printing MemOperand nodes, only use print() for | Dan Gohman |
| 2008-07-17 | Use a legal type for elements of the vector_shuffle | Duncan Sands |
| 2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
| 2008-07-17 | LegalizeTypes support for what seems to be the | Duncan Sands |
| 2008-07-17 | Turn LegalizeTypes back off again for the moment: | Duncan Sands |
| 2008-07-17 | Factorize some code for determining which libcall to use. | Duncan Sands |
| 2008-07-16 | Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This | Dan Gohman |
| 2008-07-16 | Add support for promoting and expanding AssertZext | Duncan Sands |
| 2008-07-16 | Reorder methods alphabetically. No functionality change. | Duncan Sands |
| 2008-07-16 | Turn on LegalizeTypes by default. | Duncan Sands |
| 2008-07-15 | SelectionDAG::AssignNodeIds is unused. | Dan Gohman |
| 2008-07-15 | Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead, | Dan Gohman |
| 2008-07-15 | LegalizeTypes support for fabs on ppc long double. | Duncan Sands |
| 2008-07-15 | LegalizeTypes support for promotion of bswap. | Duncan Sands |
| 2008-07-15 | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. | Duncan Sands |
| 2008-07-15 | Reorder the integer promotion methods alphabetically. | Duncan Sands |
| 2008-07-15 | Fixed potential bug if the source and target of a bit convert have different ... | Mon P Wang |
| 2008-07-14 | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman |
| 2008-07-14 | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman |
| 2008-07-14 | I don't think BUILD_PAIR can have a vector result. | Duncan Sands |
| 2008-07-14 | Tighten up some checks. Fix FPOWI splitting for | Duncan Sands |