| Age | Commit message (Expand) | Author |
| 2007-12-19 | The C++ exception handling personality function wants | Duncan Sands |
| 2007-12-19 | Don't leave newly created nodes around if it turns out they are not needed. | Evan Cheng |
| 2007-12-18 | Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ... | Evan Cheng |
| 2007-12-18 | Also print alignment and volatileness. | Evan Cheng |
| 2007-12-18 | FIX for PR1799: When a load is unfolded from an instruction, check if it is a... | Evan Cheng |
| 2007-12-18 | SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode. | Evan Cheng |
| 2007-12-17 | Make invokes of inline asm legal. Teach codegen | Duncan Sands |
| 2007-12-14 | Bug fix. Must also match ResNo when matching an operand with a user. | Evan Cheng |
| 2007-12-12 | Allow vector integer constants to be created with | Dan Gohman |
| 2007-12-11 | Pretty print shuffle mask operand. | Evan Cheng |
| 2007-12-09 | Duncan points out that the subtraction is unneeded since hte code | Chris Lattner |
| 2007-12-09 | Add support for splitting the operand of a return instruction. | Chris Lattner |
| 2007-12-08 | add many new cases to SplitResult. SplitResult now handles all the cases tha... | Chris Lattner |
| 2007-12-08 | Implement splitting support for store, allowing us to compile: | Chris Lattner |
| 2007-12-08 | implement vector splitting of load, undef, and binops. | Chris Lattner |
| 2007-12-08 | implement some methods. | Chris Lattner |
| 2007-12-08 | add scaffolding for splitting of vectors. | Chris Lattner |
| 2007-12-08 | reorganize header to separate into functional blocks. | Chris Lattner |
| 2007-12-08 | split scalarization out to its own file. | Chris Lattner |
| 2007-12-08 | Split expansion out into its own file. | Chris Lattner |
| 2007-12-08 | Split promotion support out to its own file. | Chris Lattner |
| 2007-12-08 | Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp | Chris Lattner |
| 2007-12-08 | Split the class definition of DAGTypeLegalizer out into a header. | Chris Lattner |
| 2007-12-06 | Redo previous patch so optimization only done for i1. | Dale Johannesen |
| 2007-12-06 | third time around: instead of disabling this completely, | Chris Lattner |
| 2007-12-06 | Actually, disable this code for now. More analysis and improvements to | Chris Lattner |
| 2007-12-06 | implement a readme entry, compiling the code into: | Chris Lattner |
| 2007-12-06 | implement the rest of the functionality from SelectionDAGLegalize::ScalarizeV... | Chris Lattner |
| 2007-12-06 | Fix PR1842. | Dale Johannesen |
| 2007-12-05 | more scalarization | Chris Lattner |
| 2007-12-05 | scalarize vector binops | Chris Lattner |
| 2007-12-04 | Implement framework for scalarizing node results. This is sufficient | Chris Lattner |
| 2007-12-04 | start providing framework for scalarizing vectors. | Chris Lattner |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
| 2007-11-27 | Support returning non-power-of-2 vectors to unblock some work | Nate Begeman |
| 2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
| 2007-11-27 | err, no really. | Chris Lattner |
| 2007-11-27 | don't depend on ADL. | Chris Lattner |
| 2007-11-26 | Don't lower srem/urem X%C to X-X/C*C unless the division is actually | Dan Gohman |
| 2007-11-24 | Implement expand support for MERGE_VALUEs that only produces one result. | Chris Lattner |
| 2007-11-24 | Implement support for custom legalization in DAGTypeLegalizer::ExpandOperand. | Chris Lattner |
| 2007-11-24 | Several changes: | Chris Lattner |
| 2007-11-21 | Fix a bug in which node A is replaced by node B, but later | Duncan Sands |
| 2007-11-19 | ExpandUnalignedLoad doesn't handle vectors right at all apparently. | Chris Lattner |
| 2007-11-19 | Implement vector expand support for shuffle_vector. This fixes PR1811. | Chris Lattner |
| 2007-11-19 | Implement splitting of UNDEF nodes. This is the first step towards fixing PR1811 | Chris Lattner |
| 2007-11-19 | Add support in SplitVectorOp for remainder operators. | Dan Gohman |
| 2007-11-17 | Add support for vectors to int <-> float casts. | Nate Begeman |
| 2007-11-15 | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov |