| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new Record::getValueAsCode method to mirror the other getValueAs* | Chris Lattner | 2005-09-13 | 3 | -11/+20 |
* | completely eliminate TreePattern::PatternType | Chris Lattner | 2005-09-13 | 2 | -80/+42 |
* | Regenerate | Chris Lattner | 2005-09-12 | 3 | -1193/+1642 |
* | Rearrange two rules, which apparently makes some versions of bison happier. | Chris Lattner | 2005-09-12 | 1 | -15/+15 |
* | Fix miscellaneous Visual Studio build problems. | Jeff Cohen | 2005-09-10 | 1 | -1/+1 |
* | add an accessor to provide more checking | Chris Lattner | 2005-09-09 | 2 | -5/+9 |
* | use new accessors to simplify code. Add checking to make sure top-level instr | Chris Lattner | 2005-09-09 | 1 | -4/+12 |
* | add some accessors | Chris Lattner | 2005-09-09 | 1 | -0/+2 |
* | Fix incorrect comment | Chris Lattner | 2005-09-08 | 1 | -3/+2 |
* | Implement a complete type inference system for dag patterns, based on the | Chris Lattner | 2005-09-08 | 2 | -13/+234 |
* | Compute the value types that are natively supported by a target. | Chris Lattner | 2005-09-08 | 3 | -2/+25 |
* | Parse information about type constraints on SDNodes | Chris Lattner | 2005-09-08 | 2 | -0/+71 |
* | use node info in the one place we currently use it | Chris Lattner | 2005-09-08 | 1 | -1/+1 |
* | start parsing SDNode info records | Chris Lattner | 2005-09-08 | 2 | -0/+39 |
* | Fix indentation | Chris Lattner | 2005-09-08 | 1 | -1/+1 |
* | regenerate | Chris Lattner | 2005-09-08 | 1 | -224/+259 |
* | Add support for automatically created anonymous definitions. | Chris Lattner | 2005-09-08 | 1 | -1/+30 |
* | regenerate | Chris Lattner | 2005-09-08 | 2 | -1630/+1141 |
* | Tabs to spaces. | Chris Lattner | 2005-09-08 | 1 | -12/+12 |
* | Keep names even when inlining. This allows us to realize that ADDI is: | Chris Lattner | 2005-09-08 | 1 | -1/+2 |
* | Initial cut of the dag isel generator. This is still very much a work in | Chris Lattner | 2005-09-07 | 2 | -1/+643 |
* | Rename a class. These files are being migrated to the new isel and I want to | Chris Lattner | 2005-09-06 | 2 | -66/+66 |
* | regenerate | Chris Lattner | 2005-09-06 | 1 | -86/+90 |
* | Tighten up the specification to allow TableGen/nested-comment.td to pass | Chris Lattner | 2005-09-06 | 1 | -3/+3 |
* | Add an option and stuff implementation of a dag isel emitter | Chris Lattner | 2005-09-03 | 2 | -0/+45 |
* | Implement PR614: | Reid Spencer | 2005-08-27 | 5 | -8/+4259 |
* | spell this right | Chris Lattner | 2005-08-26 | 1 | -1/+1 |
* | spell this variable right | Chris Lattner | 2005-08-26 | 3 | -3/+3 |
* | Expose a new flag to TargetInstrInfo | Chris Lattner | 2005-08-26 | 3 | -0/+4 |
* | add a marker at the end of the instruction enum list | Chris Lattner | 2005-08-26 | 1 | -0/+1 |
* | Emit this: | Chris Lattner | 2005-08-19 | 1 | -2/+1 |
* | Expose the derived register classes to the public header, allowing them | Chris Lattner | 2005-08-19 | 1 | -22/+23 |
* | Split register class "Methods" into MethodProtos and MethodBodies | Chris Lattner | 2005-08-19 | 3 | -6/+13 |
* | Refactor to use Target.getRegisterClasses consistently, which provides | Chris Lattner | 2005-08-19 | 1 | -31/+41 |
* | Emit real operand info for instructions. This currently works but is bad | Chris Lattner | 2005-08-19 | 2 | -10/+45 |
* | Read the namespace field from register classes | Chris Lattner | 2005-08-19 | 2 | -0/+8 |
* | add a setName method to record | Chris Lattner | 2005-08-19 | 1 | -1/+1 |
* | Add a setName method to Record. | Chris Lattner | 2005-08-19 | 2 | -0/+26 |
* | For now, just emit empty operand info structures. | Chris Lattner | 2005-08-19 | 2 | -2/+24 |
* | Fix a problem jeffc noticed | Chris Lattner | 2005-08-19 | 1 | -0/+1 |
* | The code emitter generator only supports targets with 32-bit instruction | Chris Lattner | 2005-08-19 | 1 | -1/+1 |
* | now that all of the targets are clean w.r.t. the number of operands for each | Chris Lattner | 2005-08-19 | 1 | -3/+11 |
* | Figure out how many operands each instruction has, keep track of whether | Chris Lattner | 2005-08-18 | 2 | -6/+12 |
* | revert this change, which causes breakage, temporarily | Chris Lattner | 2005-08-18 | 1 | -1/+3 |
* | When emitting implicit use/def lists, only emit each unique list once. Though | Chris Lattner | 2005-08-18 | 2 | -21/+48 |
* | Fill in the numOperands field of the TargetInstrDescriptor struct from the | Chris Lattner | 2005-08-18 | 1 | -1/+1 |
* | make is the standard name, not gmake | Chris Lattner | 2005-08-02 | 1 | -1/+1 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -4/+4 |
* | Fix PR595: These error messages should not be looking at CGI.Name, they | Chris Lattner | 2005-07-15 | 1 | -9/+13 |
* | Add support for a TODO; instructions in .td files can now have arguments | Nate Begeman | 2005-07-14 | 1 | -1/+24 |