aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variable.Reid Spencer2006-11-031-3/+1
* silence warningChris Lattner2006-11-031-0/+2
* Don't write out variables that are never used.Reid Spencer2006-11-031-3/+0
* silence warningsChris Lattner2006-11-031-5/+1
* Revert last patch which causes tblgen to segfault (why, I'm not sure).Reid Spencer2006-11-021-2/+6
* For PR786:Reid Spencer2006-11-023-8/+3
* For PR786:Reid Spencer2006-11-021-1/+0
* Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t...Evan Cheng2006-11-011-0/+3
* Not meant to be checked in.Evan Cheng2006-11-011-5/+1
* Add operand constraints to TargetInstrInfo.Evan Cheng2006-11-015-16/+89
* 80 cols fix.Reid Spencer2006-10-191-1/+2
* Passing isel root and use operands to ComplexPattern functions, these should ...Evan Cheng2006-10-161-14/+28
* When checking if a load can be folded, we check if there is any non-directEvan Cheng2006-10-141-10/+12
* Really remove dead nodes from isel queue.Evan Cheng2006-10-121-1/+2
* Use RemoveDeadNode to kill dead node.Evan Cheng2006-10-121-12/+4
* Prior load folding check on chain operand was too strict. It requires theEvan Cheng2006-10-121-3/+43
* Added properties such as SDNPHasChain to ComplexPattern.Evan Cheng2006-10-114-29/+73
* regenerateChris Lattner2006-10-112-100/+116
* Add support for let expressions around an mdef. This implements a new partChris Lattner2006-10-111-2/+10
* Special case tblgen generated code for patterns like (and X, 255) or (or X, 42).Chris Lattner2006-10-111-1/+36
* Split some code out into a new method. The generated code is exactlyChris Lattner2006-10-111-92/+99
* Predicate function on the node should be matched before its childrean' matchingEvan Cheng2006-10-091-4/+4
* regenerateChris Lattner2006-10-072-106/+108
* Bugfix: this allows multiclasses to have default arguments.Chris Lattner2006-10-071-1/+2
* Fix more static dtor issuesChris Lattner2006-10-041-2/+2
* Wrong directory.Jim Laskey2006-09-291-2/+2
* Fix search file for -release.Jim Laskey2006-09-281-2/+2
* Add support for -release-asserts.Jim Laskey2006-09-281-1/+9
* This:Chris Lattner2006-09-271-2/+3
* Actually, name the method PrintSpecial to match other stuff in AsmPrinter.hChris Lattner2006-09-261-3/+3
* Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" andChris Lattner2006-09-261-16/+25
* don't allow 'imm' or specific imms, like '1' on the LHS of a binop.Chris Lattner2006-09-211-4/+13
* Fit to 80 columns.Chris Lattner2006-09-211-13/+13
* Trim the home directory from the dejagnu testJim Laskey2006-09-201-3/+2
* Allow PatFrag to be a leaf node.Evan Cheng2006-09-191-9/+17
* Add result of a Xform to isel queue.Evan Cheng2006-09-191-0/+1
* If multiple predicates are listed, they must all passChris Lattner2006-09-191-1/+1
* There!Chris Lattner2006-09-181-2/+0
* Fix Regression/TableGen/2006-09-18-LargeInt.tdChris Lattner2006-09-184-6/+8
* Switching to NewNightlyTest.phpJim Laskey2006-09-151-4/+8
* Relax this check.Chris Lattner2006-09-141-7/+10
* No longer used, and confuses maintainersJim Laskey2006-09-111-876/+0
* 1) With X86 lowering change, the following can no longer happen sinceEvan Cheng2006-09-111-19/+16
* Generated isel should favors explicit constant operand (+2) over an operand w...Evan Cheng2006-09-081-5/+4
* Fix JIT encoding of two-addr instructions.Chris Lattner2006-09-051-0/+5
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-051-8/+5
* Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won'tChris Lattner2006-09-013-12/+15
* fix an assertion with multidefs. Def inside of multiclasses don't need toChris Lattner2006-09-013-25/+37
* regenerateChris Lattner2006-09-015-491/+890
* Add often-requested support for defining "multiclasses" which can be instanti...Chris Lattner2006-09-012-38/+202