summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
...
* changes to get ptr_rc to be accepted in patterns. This is needed for ppc preincChris Lattner2006-11-14
* Fix a bug handling nodes with variable arguments. The code was fixed to assumeChris Lattner2006-11-14
* allow ptr_rc to explicitly appear in an instructions operand list, it doesn'tChris Lattner2006-11-10
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-09
* Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD,Evan Cheng2006-11-08
* Always pass the root node to ComplexPattern isel matching function.Evan Cheng2006-11-08
* emit TIED_TO correctlyChris Lattner2006-11-07
* Mark predicate operands as such in operand info.Chris Lattner2006-11-06
* simplify the way operand flags and constraints are handled, making it easierChris Lattner2006-11-06
* recognize ppc's blr instruction as predicatedChris Lattner2006-11-06
* regenerateChris Lattner2006-11-05
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Clean up some code.Evan Cheng2006-11-04
* Parse PredicateOperand's. When an instruction takes one, have the generatedChris Lattner2006-11-04
* First steps to getting PredicateOperand's to work. This handles instructionChris Lattner2006-11-04
* eliminate need for the NumMIOperands field in Operand.Chris Lattner2006-11-03
* Remove an unused variable.Reid Spencer2006-11-03
* Don't write out variables that are never used.Reid Spencer2006-11-03
* silence warningsChris Lattner2006-11-03
* Revert last patch which causes tblgen to segfault (why, I'm not sure).Reid Spencer2006-11-02
* For PR786:Reid Spencer2006-11-02
* 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
* 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
* 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
* 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
* Relax this check.Chris Lattner2006-09-14
* 1) With X86 lowering change, the following can no longer happen sinceEvan Cheng2006-09-11