| Age | Commit message (Expand) | Author |
| 2007-10-15 | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner |
| 2007-10-12 | Fix typos. | Evan Cheng |
| 2007-09-25 | Rename keyword "modify" -> "implicit". | Evan Cheng |
| 2007-09-17 | Bug fix and minor clean up of generated code. | Evan Cheng |
| 2007-09-12 | Initial support for multi-result patterns: | Evan Cheng |
| 2007-09-11 | Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). | Evan Cheng |
| 2007-09-07 | TableGen no longer emit CopyFromReg nodes for implicit results in physical | Evan Cheng |
| 2007-09-04 | Always check the type of node. This prevents situations such as selecting 32-... | Evan Cheng |
| 2007-07-26 | Add target independent MachineInstr's to represent subreg insert/extract in M... | Christopher Lamb |
| 2007-07-24 | A minor simplication in the generated code. | Dan Gohman |
| 2007-07-20 | No need for noResults anymore. | Evan Cheng |
| 2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
| 2007-07-06 | Refactor code to add initial support for OptionalDefOperand. | Evan Cheng |
| 2007-07-05 | Teach DAGISelEmitter about zero_reg. | Evan Cheng |
| 2007-06-19 | silence warning when assertions are disabled. | Chris Lattner |
| 2007-05-15 | Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recent | Chris Lattner |
| 2007-05-15 | PredicateOperand related bug fix. | Evan Cheng |
| 2007-05-08 | If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm... | Evan Cheng |
| 2007-04-26 | bugfix: remember that ResNode was declared. | Lauro Ramos Venancio |
| 2007-04-20 | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio |
| 2007-01-26 | Make the constant honest. | Jim Laskey |
| 2007-01-26 | Files missing from LABEL check in. | Jim Laskey |
| 2007-01-17 | Make tblgen error more useful. Patch by B. Scott Michel | Chris Lattner |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-11-20 | Fix PR1001, patch by Nikhil Patil! | Chris Lattner |
| 2006-11-14 | restore some 'magic' code that I removed: it is needed. Add comments explaining | Chris Lattner |
| 2006-11-14 | minimal hack to get patterns whose result type is iPTR to be selected. | Chris Lattner |
| 2006-11-14 | remove some dead code | Chris Lattner |
| 2006-11-14 | Add support for nodes that return iPTR. | Chris Lattner |
| 2006-11-14 | changes to get ptr_rc to be accepted in patterns. This is needed for ppc preinc | Chris Lattner |
| 2006-11-14 | Fix a bug handling nodes with variable arguments. The code was fixed to assume | Chris Lattner |
| 2006-11-08 | Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD, | Evan Cheng |
| 2006-11-08 | Always pass the root node to ComplexPattern isel matching function. | Evan Cheng |
| 2006-11-04 | Parse PredicateOperand's. When an instruction takes one, have the generated | Chris Lattner |
| 2006-11-04 | First steps to getting PredicateOperand's to work. This handles instruction | Chris Lattner |
| 2006-11-03 | silence warnings | Chris Lattner |
| 2006-11-02 | Revert last patch which causes tblgen to segfault (why, I'm not sure). | Reid Spencer |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-11-01 | Not meant to be checked in. | Evan Cheng |
| 2006-11-01 | Add operand constraints to TargetInstrInfo. | Evan Cheng |
| 2006-10-16 | Passing isel root and use operands to ComplexPattern functions, these should ... | Evan Cheng |
| 2006-10-14 | When checking if a load can be folded, we check if there is any non-direct | Evan Cheng |
| 2006-10-12 | Really remove dead nodes from isel queue. | Evan Cheng |
| 2006-10-12 | Use RemoveDeadNode to kill dead node. | Evan Cheng |
| 2006-10-12 | Prior load folding check on chain operand was too strict. It requires the | Evan Cheng |
| 2006-10-11 | Added properties such as SDNPHasChain to ComplexPattern. | Evan Cheng |
| 2006-10-11 | Special case tblgen generated code for patterns like (and X, 255) or (or X, 42). | Chris Lattner |
| 2006-10-11 | Split some code out into a new method. The generated code is exactly | Chris Lattner |
| 2006-10-09 | Predicate function on the node should be matched before its childrean' matching | Evan Cheng |
| 2006-09-21 | don't allow 'imm' or specific imms, like '1' on the LHS of a binop. | Chris Lattner |