| Age | Commit message (Expand) | Author |
| 2008-07-14 | An INSERT_VECTOR_ELT can insert a larger value | Duncan Sands |
| 2008-07-14 | According to the docs, it is possible to have an | Duncan Sands |
| 2008-07-14 | There should be no extending loads or truncating | Duncan Sands |
| 2008-07-14 | Ignore TargetConstant with an illegal type. These | Duncan Sands |
| 2008-07-12 | Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. | Evan Cheng |
| 2008-07-11 | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman |
| 2008-07-11 | Fix an obsolete top-level comment. | Dan Gohman |
| 2008-07-11 | Factor out debugging code into the common base class. | Dan Gohman |
| 2008-07-11 | Add support for putting NamedRegionTimers in TimerGroups, and | Dan Gohman |
| 2008-07-11 | Trim unnecessary #includes. | Dan Gohman |
| 2008-07-11 | Remove an apparently useless routine: there should | Duncan Sands |
| 2008-07-11 | It is pointless to turn a UINT_TO_FP into an | Duncan Sands |
| 2008-07-11 | Add two missing SINT_TO_FP libcalls. | Duncan Sands |
| 2008-07-11 | Port a shift-by-1 optimization from LegalizeDAG: it | Duncan Sands |
| 2008-07-11 | Add support for 128 bit shifts and 32 bit shifts | Duncan Sands |
| 2008-07-10 | Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticed | Chris Lattner |
| 2008-07-10 | make legalize types be a command line option: -enable-legalize-types. | Chris Lattner |
| 2008-07-10 | Add support for 128 bit multiplicative operations. | Duncan Sands |
| 2008-07-10 | Add a mysteriously missing libcall, FPTOSINT_F80_I32. | Duncan Sands |
| 2008-07-10 | Fix a FIXME: use an apint in CTTZ legalization. | Duncan Sands |
| 2008-07-10 | Remove PromoteIntRes_FP_ROUND - not sure what it | Duncan Sands |
| 2008-07-10 | Make sure the alignment of the temporary created | Duncan Sands |
| 2008-07-10 | Make the LegalizeType method naming scheme more regular. | Duncan Sands |
| 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 |