| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore entries with blank names. | Jim Laskey | 2006-12-12 | 1 | -2/+4 |
* | Rollback changes to take a different tack. | Jim Laskey | 2006-12-12 | 1 | -1/+0 |
* | Honor the command line specification for machine type. | Jim Laskey | 2006-12-12 | 1 | -0/+1 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 17 | -1603/+2467 |
* | Match TargetInstrInfo changes. | Evan Cheng | 2006-12-01 | 1 | -3/+2 |
* | Fix PR1001, patch by Nikhil Patil! | Chris Lattner | 2006-11-20 | 1 | -1/+11 |
* | Add opcode to TargetInstrDescriptor. | Evan Cheng | 2006-11-17 | 1 | -3/+4 |
* | Remove the isTwoAddress property from the CodeGenInstruction class. It should | Chris Lattner | 2006-11-15 | 4 | -19/+53 |
* | ADd support for adding constraints to suboperands | Chris Lattner | 2006-11-15 | 3 | -32/+111 |
* | restore some 'magic' code that I removed: it is needed. Add comments explaining | Chris Lattner | 2006-11-14 | 1 | -10/+22 |
* | minimal hack to get patterns whose result type is iPTR to be selected. | Chris Lattner | 2006-11-14 | 1 | -0/+16 |
* | remove some dead code | Chris Lattner | 2006-11-14 | 1 | -9/+2 |
* | Add support for nodes that return iPTR. | Chris Lattner | 2006-11-14 | 1 | -4/+6 |
* | changes to get ptr_rc to be accepted in patterns. This is needed for ppc preinc | Chris Lattner | 2006-11-14 | 1 | -8/+22 |
* | Fix a bug handling nodes with variable arguments. The code was fixed to assume | Chris Lattner | 2006-11-14 | 1 | -8/+15 |
* | allow ptr_rc to explicitly appear in an instructions operand list, it doesn't | Chris Lattner | 2006-11-10 | 2 | -38/+42 |
* | Remove M_2_ADDR_FLAG. | Evan Cheng | 2006-11-09 | 1 | -1/+0 |
* | Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD, | Evan Cheng | 2006-11-08 | 1 | -46/+35 |
* | Always pass the root node to ComplexPattern isel matching function. | Evan Cheng | 2006-11-08 | 1 | -4/+3 |
* | emit TIED_TO correctly | Chris Lattner | 2006-11-07 | 1 | -2/+2 |
* | Mark predicate operands as such in operand info. | Chris Lattner | 2006-11-06 | 1 | -0/+4 |
* | simplify the way operand flags and constraints are handled, making it easier | Chris Lattner | 2006-11-06 | 4 | -70/+79 |
* | recognize ppc's blr instruction as predicated | Chris Lattner | 2006-11-06 | 3 | -0/+4 |
* | regenerate | Chris Lattner | 2006-11-05 | 2 | -42/+44 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 4 | -3/+6 |
* | Clean up some code. | Evan Cheng | 2006-11-04 | 2 | -2/+5 |
* | Parse PredicateOperand's. When an instruction takes one, have the generated | Chris Lattner | 2006-11-04 | 2 | -6/+86 |
* | First steps to getting PredicateOperand's to work. This handles instruction | Chris Lattner | 2006-11-04 | 1 | -14/+37 |
* | eliminate need for the NumMIOperands field in Operand. | Chris Lattner | 2006-11-03 | 1 | -1/+13 |
* | Remove an unused variable. | Reid Spencer | 2006-11-03 | 1 | -3/+1 |
* | 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 |
* | 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 |
* | 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 |