| Age | Commit message (Expand) | Author |
| 2008-06-30 | Replace some std::vectors that showed up in heap profiling with | Dan Gohman |
| 2008-06-30 | Correct the allocation size for CCState's UsedRegs member, which | Dan Gohman |
| 2008-06-30 | ExpungeNode is only needed for new nodes! This | Duncan Sands |
| 2008-06-30 | Support for VAARG. As noted in a comment, this is | Duncan Sands |
| 2008-06-30 | Support for promoting select_cc operands. | Duncan Sands |
| 2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
| 2008-06-30 | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng |
| 2008-06-30 | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner |
| 2008-06-29 | Revert (52748 and friends): | Anton Korobeynikov |
| 2008-06-28 | Really fix the bootstrap failure. | Chris Lattner |
| 2008-06-28 | Add back the capability to include nul characters in strings with | Chris Lattner |
| 2008-06-28 | When folding a bitcast into a load or store, preserve the alignment | Dan Gohman |
| 2008-06-27 | simplify this check, GetConstantStringInfo validates that a | Chris Lattner |
| 2008-06-27 | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling |
| 2008-06-26 | duncan points out that isOperationLegal includes a check for | Chris Lattner |
| 2008-06-26 | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher |
| 2008-06-26 | when we know the signbit of an input to uint_to_fp is zero, | Chris Lattner |
| 2008-06-25 | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng |
| 2008-06-25 | Add support for expanding PPC 128 bit floats. | Duncan Sands |
| 2008-06-25 | Add/complete support for integer and float | Duncan Sands |
| 2008-06-25 | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman |
| 2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
| 2008-06-23 | Use the new PriorityQueue in ScheduleDAGList too, which also | Dan Gohman |
| 2008-06-23 | Move a DenseMap's declaration outside of a loop, and just call | Dan Gohman |
| 2008-06-23 | Duncan pointed out this code could be tidied. | Dan Gohman |
| 2008-06-23 | Port some integer multiplication fixes from LegalizeDAG. | Duncan Sands |
| 2008-06-23 | Support for expanding the result of EXTRACT_ELEMENT. | Duncan Sands |
| 2008-06-23 | Cleanup up LegalizeTypes handling of loads and | Duncan Sands |
| 2008-06-22 | Make custom lowering of ADD work correctly. This | Duncan Sands |
| 2008-06-21 | Simplify some getNode calls. | Dan Gohman |
| 2008-06-21 | canClobberPhysRegDefs shouldn't called without checking hasPhysRegDefs; | Dan Gohman |
| 2008-06-21 | Use clear() to zero an existing APInt. | Dan Gohman |
| 2008-06-21 | Remove a redundant return. | Dan Gohman |
| 2008-06-21 | Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId | Dan Gohman |
| 2008-06-21 | Add a priority queue class, which is a wrapper around std::priority_queue | Dan Gohman |
| 2008-06-21 | Support for load/store of expanded float types. I | Duncan Sands |
| 2008-06-21 | Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > | Dan Gohman |
| 2008-06-21 | Simplify some template parameterization. | Dan Gohman |
| 2008-06-20 | Share some code that is common between integer and | Duncan Sands |
| 2008-06-20 | Rename the operation of turning a float type into an | Duncan Sands |
| 2008-06-20 | Clean up some uses of std::distance, now that we have allnodes_size. | Dan Gohman |
| 2008-06-20 | Teach ReturnInst lowering about aggregate return values. | Dan Gohman |
| 2008-06-20 | Fix the index calculations for the extractvalue lowering code. | Dan Gohman |
| 2008-06-20 | Simplify the ComputeLinearIndex logic and fix a few bugs. | Dan Gohman |
| 2008-06-19 | ISD::UNDEF should be expanded recursively / iteratively. | Evan Cheng |
| 2008-06-17 | Split type expansion into ExpandInteger and ExpandFloat | Duncan Sands |
| 2008-06-17 | add a new -enable-value-prop flag for llcbeta, that enables propagation | Chris Lattner |
| 2008-06-17 | Fix spelling. | Duncan Sands |
| 2008-06-16 | Allow these transforms for types like i256 while | Duncan Sands |
| 2008-06-15 | The transforms in visitEXTRACT_VECTOR_ELT are | Duncan Sands |