| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an unused variable. | Reid Spencer | 2006-11-03 | 1 | -3/+1 |
* | silence warning | Chris Lattner | 2006-11-03 | 1 | -0/+2 |
* | Don't write out variables that are never used. | Reid Spencer | 2006-11-03 | 1 | -3/+0 |
* | silence warnings | Chris Lattner | 2006-11-03 | 1 | -5/+1 |
* | Revert last patch which causes tblgen to segfault (why, I'm not sure). | Reid Spencer | 2006-11-02 | 1 | -2/+6 |
* | For PR786: | Reid Spencer | 2006-11-02 | 3 | -8/+3 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
* | Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t... | Evan Cheng | 2006-11-01 | 1 | -0/+3 |
* | Not meant to be checked in. | Evan Cheng | 2006-11-01 | 1 | -5/+1 |
* | Add operand constraints to TargetInstrInfo. | Evan Cheng | 2006-11-01 | 5 | -16/+89 |
* | 80 cols fix. | Reid Spencer | 2006-10-19 | 1 | -1/+2 |
* | Passing isel root and use operands to ComplexPattern functions, these should ... | Evan Cheng | 2006-10-16 | 1 | -14/+28 |
* | When checking if a load can be folded, we check if there is any non-direct | Evan Cheng | 2006-10-14 | 1 | -10/+12 |
* | Really remove dead nodes from isel queue. | Evan Cheng | 2006-10-12 | 1 | -1/+2 |
* | Use RemoveDeadNode to kill dead node. | Evan Cheng | 2006-10-12 | 1 | -12/+4 |
* | Prior load folding check on chain operand was too strict. It requires the | Evan Cheng | 2006-10-12 | 1 | -3/+43 |
* | Added properties such as SDNPHasChain to ComplexPattern. | Evan Cheng | 2006-10-11 | 4 | -29/+73 |
* | regenerate | Chris Lattner | 2006-10-11 | 2 | -100/+116 |
* | Add support for let expressions around an mdef. This implements a new part | Chris Lattner | 2006-10-11 | 1 | -2/+10 |
* | Special case tblgen generated code for patterns like (and X, 255) or (or X, 42). | Chris Lattner | 2006-10-11 | 1 | -1/+36 |
* | Split some code out into a new method. The generated code is exactly | Chris Lattner | 2006-10-11 | 1 | -92/+99 |
* | Predicate function on the node should be matched before its childrean' matching | Evan Cheng | 2006-10-09 | 1 | -4/+4 |
* | regenerate | Chris Lattner | 2006-10-07 | 2 | -106/+108 |
* | Bugfix: this allows multiclasses to have default arguments. | Chris Lattner | 2006-10-07 | 1 | -1/+2 |
* | Fix more static dtor issues | Chris Lattner | 2006-10-04 | 1 | -2/+2 |
* | Wrong directory. | Jim Laskey | 2006-09-29 | 1 | -2/+2 |
* | Fix search file for -release. | Jim Laskey | 2006-09-28 | 1 | -2/+2 |
* | Add support for -release-asserts. | Jim Laskey | 2006-09-28 | 1 | -1/+9 |
* | This: | Chris Lattner | 2006-09-27 | 1 | -2/+3 |
* | Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h | Chris Lattner | 2006-09-26 | 1 | -3/+3 |
* | Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and | Chris Lattner | 2006-09-26 | 1 | -16/+25 |
* | don't allow 'imm' or specific imms, like '1' on the LHS of a binop. | Chris Lattner | 2006-09-21 | 1 | -4/+13 |
* | Fit to 80 columns. | Chris Lattner | 2006-09-21 | 1 | -13/+13 |
* | Trim the home directory from the dejagnu test | Jim Laskey | 2006-09-20 | 1 | -3/+2 |
* | Allow PatFrag to be a leaf node. | Evan Cheng | 2006-09-19 | 1 | -9/+17 |
* | Add result of a Xform to isel queue. | Evan Cheng | 2006-09-19 | 1 | -0/+1 |
* | If multiple predicates are listed, they must all pass | Chris Lattner | 2006-09-19 | 1 | -1/+1 |
* | There! | Chris Lattner | 2006-09-18 | 1 | -2/+0 |
* | Fix Regression/TableGen/2006-09-18-LargeInt.td | Chris Lattner | 2006-09-18 | 4 | -6/+8 |
* | Switching to NewNightlyTest.php | Jim Laskey | 2006-09-15 | 1 | -4/+8 |
* | Relax this check. | Chris Lattner | 2006-09-14 | 1 | -7/+10 |
* | No longer used, and confuses maintainers | Jim Laskey | 2006-09-11 | 1 | -876/+0 |
* | 1) With X86 lowering change, the following can no longer happen since | Evan Cheng | 2006-09-11 | 1 | -19/+16 |
* | Generated isel should favors explicit constant operand (+2) over an operand w... | Evan Cheng | 2006-09-08 | 1 | -5/+4 |
* | Fix JIT encoding of two-addr instructions. | Chris Lattner | 2006-09-05 | 1 | -0/+5 |
* | Fix a long-standing wart in the code generator: two-address instruction lowering | Chris Lattner | 2006-09-05 | 1 | -8/+5 |
* | Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't | Chris Lattner | 2006-09-01 | 3 | -12/+15 |
* | fix an assertion with multidefs. Def inside of multiclasses don't need to | Chris Lattner | 2006-09-01 | 3 | -25/+37 |
* | regenerate | Chris Lattner | 2006-09-01 | 5 | -491/+890 |
* | Add often-requested support for defining "multiclasses" which can be instanti... | Chris Lattner | 2006-09-01 | 2 | -38/+202 |