| Age | Commit message (Expand) | Author |
| 2008-02-26 | De-tabify. | Bill Wendling |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
| 2008-02-15 | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel |
| 2008-02-14 | Change how FP immediates are handled. | Nate Begeman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-02-05 | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng |
| 2008-02-04 | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng |
| 2008-02-03 | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng |
| 2008-01-31 | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-29 | Fix to bug 1951: tblgen gratuitously renames variables when no temporary was | Scott Michel |
| 2008-01-07 | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner |
| 2008-01-06 | improve const correctness. | Chris Lattner |
| 2008-01-06 | rename CodegenDAGPatterns -> CodeGenDAGPatterns | Chris Lattner |
| 2008-01-05 | now that computing CodegenDAGPatterns doesn't implicitly print stuff | Chris Lattner |
| 2008-01-05 | move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter. | Chris Lattner |
| 2008-01-05 | move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter. | Chris Lattner |
| 2008-01-05 | fix a fixme by improving const correctness. | Chris Lattner |
| 2008-01-05 | change getQualifiedName to be a global function. | Chris Lattner |
| 2007-12-29 | remove attributions from utils. | Chris Lattner |
| 2007-10-24 | switch some calls to SelectionDAG::getTargetNode to use | Chris Lattner |
| 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 |