| Age | Commit message (Expand) | Author |
| 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 |
| 2005-08-21 | Add support for frame index nodes | Chris Lattner |
| 2005-08-21 | add a method | Chris Lattner |
| 2005-08-21 | add a method | Chris Lattner |
| 2005-08-21 | Add support for basic blocks, fix a bug in result # computation | Chris Lattner |
| 2005-08-21 | When legalizing brcond ->brcc or select -> selectcc, make sure to truncate | Chris Lattner |
| 2005-08-20 | fix bogus warning | Chris Lattner |
| 2005-08-19 | Add support for global address nodes | Chris Lattner |
| 2005-08-19 | Add support for TargetGlobalAddress nodes | Chris Lattner |
| 2005-08-19 | Implement CopyFromReg, TokenFactor, and fix a bug in CopyToReg. This allows | Chris Lattner |
| 2005-08-19 | Fix a bug in previous commit | Chris Lattner |
| 2005-08-19 | Print physreg register nodes with target names (e.g. F1) instead of numbers | Chris Lattner |
| 2005-08-19 | Before implementing copyfromreg, we'll implement copytoreg correctly. | Chris Lattner |
| 2005-08-19 | Now that we have operand info for machine instructions, use it to create | Chris Lattner |
| 2005-08-19 | Fix VC++ precedence warning. | Jeff Cohen |
| 2005-08-19 | Fix computation of # operands, add a temporary hack for CopyToReg | Chris Lattner |
| 2005-08-18 | add a new -view-sched-dags option to view dags as they are sent to the schedu... | Chris Lattner |
| 2005-08-18 | Implement the first chunk of a code emitter. This is sophisticated enough to | Chris Lattner |
| 2005-08-18 | new file, obviously just a stub | Chris Lattner |
| 2005-08-18 | Enable critical edge splitting by default | Chris Lattner |
| 2005-08-18 | Add support for target DAG nodes that take 4 operands, such as PowerPC's | Nate Begeman |
| 2005-08-18 | Fix printing of VTSDNodes | Chris Lattner |
| 2005-08-17 | Move the code dependency for MathExtras.h from SelectionDAGNodes.h. | Jim Laskey |
| 2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |