| Age | Commit message (Expand) | Author |
| 2005-08-31 | Sigh, not my day. Fix typo. | Nate Begeman |
| 2005-08-31 | Fix a mistake in my previous patch pointed out by sabre; the AssertZext | Nate Begeman |
| 2005-08-31 | Remove some unnecessary casts, and add the AssertZext case to | Nate Begeman |
| 2005-08-30 | Allow physregs to occur in the dag with multiple types. Though I don't liket... | Chris Lattner |
| 2005-08-30 | Fix FreeBench/fourinarow with the dag isel, by not adding a bogus result | Chris Lattner |
| 2005-08-30 | Fix a miscompile of PtrDist/bc. Sign extending bools is not the right thing, | Chris Lattner |
| 2005-08-30 | Remove a bogus piece of my AssertSext/AssertZext patch. oops. | Nate Begeman |
| 2005-08-30 | Add support for AssertSext and AssertZext, folding other extensions with | Nate Begeman |
| 2005-08-30 | Name this variable to be what it really is! | Chris Lattner |
| 2005-08-30 | Handle CopyToReg nodes with flag operands correctly | Chris Lattner |
| 2005-08-29 | Add a hack to avoid some horrible code in some cases by always emitting | Chris Lattner |
| 2005-08-29 | Add a new API for Nate | Chris Lattner |
| 2005-08-29 | Some of us cared about the the promote path | Andrew Lenharth |
| 2005-08-29 | Fix an infinite loop on x86 | Chris Lattner |
| 2005-08-28 | Fix a bug in ReplaceAllUsesWith | Chris Lattner |
| 2005-08-27 | Change the names of member variables per Chris' instructions, and document | Reid Spencer |
| 2005-08-27 | Disable this code, which broke many tests last night | Chris Lattner |
| 2005-08-27 | fix PHI node emission for basic blocks that have select_cc's in them on ppc32 | Chris Lattner |
| 2005-08-26 | Nate noticed that Andrew never did this. This fixes PR600 | Chris Lattner |
| 2005-08-26 | Don't copy regs that are only used in the entry block into a vreg. This | Chris Lattner |
| 2005-08-26 | Checking types here is not safe, because multiple types can map to the same | Chris Lattner |
| 2005-08-26 | Call the InsertAtEndOfBasicBlock hook if the usesCustomDAGSchedInserter | Chris Lattner |
| 2005-08-26 | Revampt ReplaceAllUsesWith to be more efficient and easier to use. | Chris Lattner |
| 2005-08-26 | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner |
| 2005-08-26 | Fix a huge annoyance: SelectNodeTo took types before the opcode unlike | Chris Lattner |
| 2005-08-26 | the 5th operand is the 4th number | Chris Lattner |
| 2005-08-26 | Add support for targets that want to custom expand select_cc in some cases. | Chris Lattner |
| 2005-08-26 | Allow LowerOperation to return a null SDOperand in case it wants to lower | Chris Lattner |
| 2005-08-26 | Fix a nasty bug from a previous patch of mine | Chris Lattner |
| 2005-08-25 | New fold for SELECT_CC | Nate Begeman |
| 2005-08-25 | Don't auto-cse nodes that return flags | Chris Lattner |
| 2005-08-25 | simplify the code a bit using isOperationLegal | Chris Lattner |
| 2005-08-25 | Add support for flag operands | Chris Lattner |
| 2005-08-25 | ADd support for TargetConstantPool nodes | Chris Lattner |
| 2005-08-25 | add a new TargetFrameIndex node | Chris Lattner |
| 2005-08-24 | add a method | Chris Lattner |
| 2005-08-24 | Add ReplaceAllUsesWith that can take a vector of replacement values. | Chris Lattner |
| 2005-08-24 | Add support for external symbols, and support for variable arity instructions | Chris Lattner |
| 2005-08-24 | Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctly | Chris Lattner |
| 2005-08-24 | teach selection dag mask tracking about the fact that select_cc operates like | Chris Lattner |
| 2005-08-24 | Start using isOperationLegal and isTypeLegal to simplify the code | Chris Lattner |
| 2005-08-24 | Adjust to new interface | Chris Lattner |
| 2005-08-24 | Teach SelectionDAG how to simplify a few more setcc-equivalent select_cc | Nate Begeman |
| 2005-08-24 | Make -view-isel-dags show the dag before instruction selecting, in case | Chris Lattner |
| 2005-08-24 | Fix optimization of select_cc seteq X, 0, 1, 0 -> srl (ctlz X), log2 X size | Nate Begeman |
| 2005-08-23 | Teach the SelectionDAG how to transform select_cc eq, X, 0, 1, 0 into | Nate Begeman |
| 2005-08-23 | Teach Legalize how to turn setcc into select_cc | Nate Begeman |
| 2005-08-22 | Fix a problem where constant expr shifts would not have their shift amount | Chris Lattner |
| 2005-08-22 | Add a fast-path for register values. Add support for constant pool entries, | Chris Lattner |
| 2005-08-21 | add anew method | Chris Lattner |