| Age | Commit message (Expand) | Author |
| 2006-03-19 | Allow SCALAR_TO_VECTOR to be custom lowered. | Chris Lattner |
| 2006-03-19 | Add SCALAR_TO_VECTOR support | Chris Lattner |
| 2006-03-19 | Don't bother storing undef elements of BUILD_VECTOR's | Chris Lattner |
| 2006-03-19 | Implement expand of BUILD_VECTOR containing variable elements. | Chris Lattner |
| 2006-03-19 | fold insertelement(buildvector) -> buildvector if the inserted element # is | Chris Lattner |
| 2006-03-19 | implement basic support for INSERT_VECTOR_ELT. | Chris Lattner |
| 2006-03-19 | Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUI... | Chris Lattner |
| 2006-03-19 | implement vector.ll:test_undef | Chris Lattner |
| 2006-03-19 | Fix the remaining bugs in the vector expansion rework I commited yesterday. | Chris Lattner |
| 2006-03-18 | Change the structure of lowering vector stuff. Note: This breaks some | Chris Lattner |
| 2006-03-17 | add a couple enum values | Chris Lattner |
| 2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
| 2006-03-16 | Fix a problem fully scalarizing values. | Chris Lattner |
| 2006-03-16 | Add support for CopyFromReg from vector values. Note: this doesn't support | Chris Lattner |
| 2006-03-16 | Teach CreateRegForValue how to handle vector types. | Chris Lattner |
| 2006-03-16 | set TransformToType correctly for vector types. | Chris Lattner |
| 2006-03-15 | add support for vector->vector casts | Chris Lattner |
| 2006-03-15 | Add a note, this code should be moved to the dag combiner. | Chris Lattner |
| 2006-03-13 | Add LSR hooks. | Evan Cheng |
| 2006-03-13 | make sure dead token factor nodes are removed by the dag combiner. | Chris Lattner |
| 2006-03-13 | Handle the removal of the debug chain. | Jim Laskey |
| 2006-03-13 | Fold X+Y -> X|Y when safe. This implements: | Chris Lattner |
| 2006-03-13 | I can't convince myself that this is safe, remove the recursive call. | Chris Lattner |
| 2006-03-13 | add a couple of missing folds | Chris Lattner |
| 2006-03-13 | For targets with FABS/FNEG support, lower copysign to an integer load, | Chris Lattner |
| 2006-03-12 | Don't advance the hazard recognizer when there are no hazards and no instruct... | Chris Lattner |
| 2006-03-12 | Chain operands aren't real uses: they don't require the full latency of the | Chris Lattner |
| 2006-03-12 | As a pending queue data structure to keep track of instructions whose | Chris Lattner |
| 2006-03-11 | rename priorityqueue -> availablequeue. When a node is scheduled, remember | Chris Lattner |
| 2006-03-11 | Make CurrCycle a local var instead of an instance var | Chris Lattner |
| 2006-03-11 | Move some methods around so that BU specific code is together, TD specific code | Chris Lattner |
| 2006-03-11 | merge preds/chainpreds -> preds set | Chris Lattner |
| 2006-03-10 | Added a parameter to control whether Constant::getStringValue() would chop | Evan Cheng |
| 2006-03-10 | scrape out bits of llvm-db | Chris Lattner |
| 2006-03-10 | Move simple-selector-specific types to the simple selector. | Chris Lattner |
| 2006-03-10 | Simplify the interface to the schedulers, to not pass the selected heuristicin. | Chris Lattner |
| 2006-03-10 | Move some simple-sched-specific instance vars to the simple scheduler. | Chris Lattner |
| 2006-03-10 | prune #includes | Chris Lattner |
| 2006-03-10 | move some simple scheduler methods into the simple scheduler | Chris Lattner |
| 2006-03-10 | Make EmitNode take a SDNode instead of a NodeInfo* | Chris Lattner |
| 2006-03-10 | Move the VRBase field from NodeInfo to being a separate, explicit, map. | Chris Lattner |
| 2006-03-10 | no need to build groups anymore | Chris Lattner |
| 2006-03-10 | Create SUnits directly from the SelectionDAG. | Chris Lattner |
| 2006-03-10 | Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy | Chris Lattner |
| 2006-03-10 | Teach the latency scheduler some new tricks. In particular, to break ties, | Chris Lattner |
| 2006-03-10 | add an aggregate method for reinserting scheduled nodes, add a callback for | Chris Lattner |
| 2006-03-10 | Fix VC++ build breakage. | Jeff Cohen |
| 2006-03-09 | remove dbg_declare, it's not used yet. | Chris Lattner |
| 2006-03-09 | remove temporary option | Chris Lattner |
| 2006-03-09 | yes yes, enabled debug output is bad | Chris Lattner |