| Age | Commit message (Expand) | Author |
| 2008-07-10 | Don't barf when dumping a constant that contains | Duncan Sands |
| 2008-07-09 | Simplify hasNUsesOfValue and hasAnyUsesOfValue even more. This | Dan Gohman |
| 2008-07-09 | hasAnyUseOfValue can check SDUse nodes of its users directly instead | Dan Gohman |
| 2008-07-09 | Move MemoryVT out of LSBaseNode into MemSDNode, allowing the | Dan Gohman |
| 2008-07-09 | Move the IsVolatile and SVOffset fields into the MemSDNode base | Dan Gohman |
| 2008-07-09 | Remove some unneeded includes. | Duncan Sands |
| 2008-07-09 | Redo LegalizeTypes soft float support for | Duncan Sands |
| 2008-07-09 | Forgot to update the chain result when softening | Duncan Sands |
| 2008-07-09 | LegalizeTypes soft float support for FP_TO_SINT and | Duncan Sands |
| 2008-07-09 | LegalizeTypes support for powi soft float. | Duncan Sands |
| 2008-07-09 | Make the role of MVT::i32 clearer here, and add a | Duncan Sands |
| 2008-07-09 | Missed alignment argument on stores lowered from memcpy. | Evan Cheng |
| 2008-07-09 | const-ify SelectionDAG::getNodeValueTypes. | Dan Gohman |
| 2008-07-08 | Factor out the code for computing an alignment value, and make it | Dan Gohman |
| 2008-07-08 | Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode'... | Evan Cheng |
| 2008-07-08 | Remove custom expansion from LegalizeTypes when doing | Duncan Sands |
| 2008-07-08 | Add missing select_cc libcall line, somehow omitted | Duncan Sands |
| 2008-07-08 | LegalizeTypes support for FP_ROUND and FP_EXTEND | Duncan Sands |
| 2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
| 2008-07-07 | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman |
| 2008-07-07 | Fix SDNode::MorphNodeTo (a function used by by SelectNodeTo) to | Dan Gohman |
| 2008-07-07 | Remove most of the uses of SDOperandPtr, usually replacing it with a | Dan Gohman |
| 2008-07-07 | Add explicit keywords. | Dan Gohman |
| 2008-07-07 | Make DenseMap's insert return a pair, to more closely resemble std::map. | Dan Gohman |
| 2008-07-07 | LegalizeSetCCOperands should legalize the result of ExpandLibCall. Patch by R... | Evan Cheng |
| 2008-07-07 | LegalizeTypes soft-float support for stores of a | Duncan Sands |
| 2008-07-05 | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang |
| 2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
| 2008-07-03 | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling |
| 2008-07-03 | Backed out 53031. | Evan Cheng |
| 2008-07-03 | Avoid unnecessarily copying APInt objects. | Dan Gohman |
| 2008-07-02 | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman |
| 2008-07-02 | Add a new getMergeValues method that does not need | Duncan Sands |
| 2008-07-02 | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang |
| 2008-07-02 | instead of aborting on shifts of i1, just implicitly fold them. | Chris Lattner |
| 2008-07-02 | Fix typo compounded by a cut-and-pasto. | Duncan Sands |
| 2008-07-02 | Let AnalyzeNewNode take care of calling ExpungeNode. | Duncan Sands |
| 2008-07-02 | - Use a faster priority comparison function if -fast. | Evan Cheng |
| 2008-07-01 | No need to use std::distance. We can just count the number of operands | Owen Anderson |
| 2008-07-01 | Eliminate a compile time warning. | Evan Cheng |
| 2008-07-01 | Do run ComputeLiveOutVRegInfo with -fast. | Evan Cheng |
| 2008-07-01 | Do not use computationally expensive scheduling heuristics with -fast. | Evan Cheng |
| 2008-07-01 | Apply Chris' suggestion. | Evan Cheng |
| 2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
| 2008-06-30 | Suppress compiler warning. | Evan Cheng |
| 2008-06-30 | Use a simpler but equivalent form of RecordSource. | Dan Gohman |
| 2008-06-30 | Add timing report for various sub-passes under SelectionDAGISel. | Evan Cheng |
| 2008-06-30 | Use reserve. | Dan Gohman |
| 2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
| 2008-06-30 | Split scheduling from instruction selection. | Evan Cheng |