| Commit message (Expand) | Author | Age | Files | Lines |
* | Match TargetInstrInfo changes. | Evan Cheng | 2006-12-01 | 1 | -3/+2 |
* | Only show the first few lines of difference. | Reid Spencer | 2006-11-25 | 1 | -1/+1 |
* | Add an option to enable lli (interpreter mode) testing. | Reid Spencer | 2006-11-24 | 1 | -0/+3 |
* | Stop early if there is no mis-optimization. | Reid Spencer | 2006-11-22 | 1 | -0/+9 |
* | Fix PR1001, patch by Nikhil Patil! | Chris Lattner | 2006-11-20 | 1 | -1/+11 |
* | Make the awk filter print out which files its eliminating. | Reid Spencer | 2006-11-18 | 1 | -1/+2 |
* | This is a utility for preparing patches against LLVM. It runs cvs diff with | Reid Spencer | 2006-11-18 | 1 | -0/+36 |
* | Provide a list of gccld optimization switches. | Reid Spencer | 2006-11-18 | 1 | -1/+4 |
* | Add opcode to TargetInstrDescriptor. | Evan Cheng | 2006-11-17 | 1 | -3/+4 |
* | Use a release version of bugpoint, if found. Include gccld passes. | Reid Spencer | 2006-11-16 | 1 | -5/+19 |
* | 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 |
* | Add some output so the user is informed while they wait. | Reid Spencer | 2006-11-13 | 1 | -3/+14 |
* | Add -lstdc++ to the link line for C++ programs. | Reid Spencer | 2006-11-11 | 1 | -2/+2 |
* | 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 |
* | Don't run bugpoint if we can't find a misoptimization. | Reid Spencer | 2006-11-09 | 1 | -2/+6 |
* | Print a usage message if too few arguments to program. | Reid Spencer | 2006-11-09 | 1 | -0/+5 |
* | Add a utility script to find a mis-optimization problem. This sometimes | Reid Spencer | 2006-11-09 | 1 | -0/+125 |
* | 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 |
* | 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 |