aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-072-0/+73
* Set the new NO_INSTALL flag for build-only tools.Reid Spencer2007-02-061-0/+1
* Error check and eliminate unnecessary value.Jim Laskey2007-02-061-8/+15
* Regenerate.Jim Laskey2007-02-062-143/+138
* Deemed too cute to live.Jim Laskey2007-02-061-1/+1
* Regenerate.Jim Laskey2007-02-062-178/+183
* Support var arg intrinsics.Jim Laskey2007-02-062-1/+6
* Make the constant honest.Jim Laskey2007-01-261-1/+3
* Files missing from LABEL check in.Jim Laskey2007-01-265-7/+34
* Make tblgen error more useful. Patch by B. Scott MichelChris Lattner2007-01-171-1/+4
* For PR1064:Reid Spencer2007-01-121-4/+6
* For PR950:Reid Spencer2006-12-311-1/+1
* Ignore entries with blank names.Jim Laskey2006-12-121-2/+4
* Rollback changes to take a different tack.Jim Laskey2006-12-121-1/+0
* Honor the command line specification for machine type.Jim Laskey2006-12-121-0/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-0717-1603/+2467
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-3/+2
* Fix PR1001, patch by Nikhil Patil!Chris Lattner2006-11-201-1/+11
* Add opcode to TargetInstrDescriptor.Evan Cheng2006-11-171-3/+4
* Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner2006-11-154-19/+53
* ADd support for adding constraints to suboperandsChris Lattner2006-11-153-32/+111
* restore some 'magic' code that I removed: it is needed. Add comments explainingChris Lattner2006-11-141-10/+22
* minimal hack to get patterns whose result type is iPTR to be selected.Chris Lattner2006-11-141-0/+16
* remove some dead codeChris Lattner2006-11-141-9/+2
* Add support for nodes that return iPTR.Chris Lattner2006-11-141-4/+6
* changes to get ptr_rc to be accepted in patterns. This is needed for ppc preincChris Lattner2006-11-141-8/+22
* Fix a bug handling nodes with variable arguments. The code was fixed to assumeChris Lattner2006-11-141-8/+15
* allow ptr_rc to explicitly appear in an instructions operand list, it doesn'tChris Lattner2006-11-102-38/+42
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-091-1/+0
* Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD,Evan Cheng2006-11-081-46/+35
* Always pass the root node to ComplexPattern isel matching function.Evan Cheng2006-11-081-4/+3
* emit TIED_TO correctlyChris Lattner2006-11-071-2/+2
* Mark predicate operands as such in operand info.Chris Lattner2006-11-061-0/+4
* simplify the way operand flags and constraints are handled, making it easierChris Lattner2006-11-064-70/+79
* recognize ppc's blr instruction as predicatedChris Lattner2006-11-063-0/+4
* regenerateChris Lattner2006-11-052-42/+44
* Unbreak VC++ build.Jeff Cohen2006-11-054-3/+6
* Clean up some code.Evan Cheng2006-11-042-2/+5
* Parse PredicateOperand's. When an instruction takes one, have the generatedChris Lattner2006-11-042-6/+86
* First steps to getting PredicateOperand's to work. This handles instructionChris Lattner2006-11-041-14/+37
* eliminate need for the NumMIOperands field in Operand.Chris Lattner2006-11-031-1/+13
* Remove an unused variable.Reid Spencer2006-11-031-3/+1
* Don't write out variables that are never used.Reid Spencer2006-11-031-3/+0
* silence warningsChris Lattner2006-11-031-5/+1
* Revert last patch which causes tblgen to segfault (why, I'm not sure).Reid Spencer2006-11-021-2/+6
* For PR786:Reid Spencer2006-11-023-8/+3
* Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t...Evan Cheng2006-11-011-0/+3
* Not meant to be checked in.Evan Cheng2006-11-011-5/+1
* Add operand constraints to TargetInstrInfo.Evan Cheng2006-11-015-16/+89
* Passing isel root and use operands to ComplexPattern functions, these should ...Evan Cheng2006-10-161-14/+28