summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t...Evan Cheng2006-11-01
* Not meant to be checked in.Evan Cheng2006-11-01
* Add operand constraints to TargetInstrInfo.Evan Cheng2006-11-01
* 80 cols fix.Reid Spencer2006-10-19
* Passing isel root and use operands to ComplexPattern functions, these should ...Evan Cheng2006-10-16
* When checking if a load can be folded, we check if there is any non-directEvan Cheng2006-10-14
* Really remove dead nodes from isel queue.Evan Cheng2006-10-12
* Use RemoveDeadNode to kill dead node.Evan Cheng2006-10-12
* Prior load folding check on chain operand was too strict. It requires theEvan Cheng2006-10-12
* Added properties such as SDNPHasChain to ComplexPattern.Evan Cheng2006-10-11
* regenerateChris Lattner2006-10-11
* Add support for let expressions around an mdef. This implements a new partChris Lattner2006-10-11
* Special case tblgen generated code for patterns like (and X, 255) or (or X, 42).Chris Lattner2006-10-11
* Split some code out into a new method. The generated code is exactlyChris Lattner2006-10-11
* Predicate function on the node should be matched before its childrean' matchingEvan Cheng2006-10-09
* regenerateChris Lattner2006-10-07
* Bugfix: this allows multiclasses to have default arguments.Chris Lattner2006-10-07
* Fix more static dtor issuesChris Lattner2006-10-04
* Wrong directory.Jim Laskey2006-09-29
* Fix search file for -release.Jim Laskey2006-09-28
* Add support for -release-asserts.Jim Laskey2006-09-28
* This:Chris Lattner2006-09-27
* Actually, name the method PrintSpecial to match other stuff in AsmPrinter.hChris Lattner2006-09-26
* Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" andChris Lattner2006-09-26
* don't allow 'imm' or specific imms, like '1' on the LHS of a binop.Chris Lattner2006-09-21
* Fit to 80 columns.Chris Lattner2006-09-21
* Trim the home directory from the dejagnu testJim Laskey2006-09-20
* Allow PatFrag to be a leaf node.Evan Cheng2006-09-19
* Add result of a Xform to isel queue.Evan Cheng2006-09-19
* If multiple predicates are listed, they must all passChris Lattner2006-09-19
* There!Chris Lattner2006-09-18
* Fix Regression/TableGen/2006-09-18-LargeInt.tdChris Lattner2006-09-18
* Switching to NewNightlyTest.phpJim Laskey2006-09-15
* Relax this check.Chris Lattner2006-09-14
* No longer used, and confuses maintainersJim Laskey2006-09-11
* 1) With X86 lowering change, the following can no longer happen sinceEvan Cheng2006-09-11
* Generated isel should favors explicit constant operand (+2) over an operand w...Evan Cheng2006-09-08
* Fix JIT encoding of two-addr instructions.Chris Lattner2006-09-05
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-05
* Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won'tChris Lattner2006-09-01
* fix an assertion with multidefs. Def inside of multiclasses don't need toChris Lattner2006-09-01
* regenerateChris Lattner2006-09-01
* Add often-requested support for defining "multiclasses" which can be instanti...Chris Lattner2006-09-01
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-29
* Add virtual methods to all subclasses so they are not overloaded.Reid Spencer2006-08-28
* Use compiler.h instead of hand rolling our own macroChris Lattner2006-08-27
* Do not emit getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-27
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-26
* Minor getCopyToReg() call change.Evan Cheng2006-08-26
* Select() no longer require Result operand by reference.Evan Cheng2006-08-26