| Commit message (Expand) | Author | Age | Files | Lines |
* | the lengths of the strings are known, just use memcmp | Chris Lattner | 2007-02-15 | 1 | -1/+1 |
* | Implement Function::getIntrinsicID without it needing to call Value::getName, | Chris Lattner | 2007-02-15 | 1 | -2/+4 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 2 | -0/+73 |
* | Set the new NO_INSTALL flag for build-only tools. | Reid Spencer | 2007-02-06 | 1 | -0/+1 |
* | Error check and eliminate unnecessary value. | Jim Laskey | 2007-02-06 | 1 | -8/+15 |
* | Regenerate. | Jim Laskey | 2007-02-06 | 2 | -143/+138 |
* | Deemed too cute to live. | Jim Laskey | 2007-02-06 | 1 | -1/+1 |
* | Regenerate. | Jim Laskey | 2007-02-06 | 2 | -178/+183 |
* | Support var arg intrinsics. | Jim Laskey | 2007-02-06 | 2 | -1/+6 |
* | Make the constant honest. | Jim Laskey | 2007-01-26 | 1 | -1/+3 |
* | Files missing from LABEL check in. | Jim Laskey | 2007-01-26 | 5 | -7/+34 |
* | Make tblgen error more useful. Patch by B. Scott Michel | Chris Lattner | 2007-01-17 | 1 | -1/+4 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -4/+6 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | 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 |