| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for frameidx and literal immediates for instructions | Chris Lattner | 2003-08-11 | 2 | -11/+42 |
* | Add support for naming the destination of a "set" in a pattern | Chris Lattner | 2003-08-11 | 2 | -0/+6 |
* | Add support for the Arg1 argument type | Chris Lattner | 2003-08-11 | 2 | -3/+15 |
* | Added keyword `include', and a FIXME for hex and binary constants. | Misha Brukman | 2003-08-11 | 1 | -1/+2 |
* | * Added (X)Emacs mode for TableGen description files | Misha Brukman | 2003-08-11 | 3 | -1/+142 |
* | tablegen.vim: | Misha Brukman | 2003-08-11 | 2 | -4/+9 |
* | Add .llx | Chris Lattner | 2003-08-11 | 1 | -0/+1 |
* | Added a TableGen syntax highlighting mode for VIM and a README that describes | Misha Brukman | 2003-08-11 | 2 | -0/+68 |
* | Don't forget to initializer result field to 0! | Chris Lattner | 2003-08-11 | 1 | -1/+1 |
* | Put printouts of acquired patterns under the DEBUG() guard, fixed spelling. | Misha Brukman | 2003-08-11 | 1 | -2/+2 |
* | Add full support for code generating expanders! | Chris Lattner | 2003-08-10 | 2 | -35/+177 |
* | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner | 2003-08-10 | 2 | -13/+34 |
* | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 4 | -17/+45 |
* | Recognize $foo as a variable | Chris Lattner | 2003-08-10 | 2 | -1/+3 |
* | Implement real code emission, at least for Instruction patterns, | Chris Lattner | 2003-08-10 | 1 | -8/+81 |
* | First cut at emitting the reducer. This reducer just prints out the patterns | Chris Lattner | 2003-08-10 | 1 | -1/+69 |
* | Finish the matcher! | Chris Lattner | 2003-08-10 | 2 | -37/+69 |
* | Add new function | Chris Lattner | 2003-08-10 | 4 | -0/+38 |
* | This implements a large amount of the matcher, in fact, all of it except for ... | Chris Lattner | 2003-08-08 | 2 | -49/+379 |
* | Emit the first half of the instruction selector. | Chris Lattner | 2003-08-08 | 2 | -4/+186 |
* | Finish implementation of nonterminal instantiation. | Chris Lattner | 2003-08-07 | 2 | -21/+158 |
* | Add new method to get a value type as a string | Chris Lattner | 2003-08-07 | 4 | -30/+40 |
* | Implement type-inference/checking for non-terminal references | Chris Lattner | 2003-08-07 | 2 | -18/+53 |
* | Rename all of the "Process" methods to be "read" methods, start the Instantia... | Chris Lattner | 2003-08-07 | 2 | -42/+49 |
* | Add support for "cast" nodes, which are required when there is not enough inf... | Chris Lattner | 2003-08-07 | 1 | -1/+24 |
* | Use the new version of isSubClassOf | Chris Lattner | 2003-08-07 | 1 | -12/+11 |
* | Add and use a new method | Chris Lattner | 2003-08-07 | 2 | -2/+8 |
* | Cleanup and reorganize code, no functional changes | Chris Lattner | 2003-08-07 | 2 | -83/+101 |
* | Read in expanders too | Chris Lattner | 2003-08-07 | 2 | -4/+23 |
* | Continued evolution of the selector emitter: Represent instruction patterns | Chris Lattner | 2003-08-07 | 2 | -64/+189 |
* | Finish implementation of the type inference engine. | Chris Lattner | 2003-08-07 | 2 | -8/+36 |
* | Allow clients to get at the pointer type | Chris Lattner | 2003-08-07 | 2 | -0/+4 |
* | Add new method getVAlueAsDag | Chris Lattner | 2003-08-07 | 2 | -3/+25 |
* | Initial checkin of tree pattern parser and type inference engine (which still... | Chris Lattner | 2003-08-07 | 2 | -3/+224 |
* | Eliminate now-dead method | Chris Lattner | 2003-08-07 | 2 | -12/+0 |
* | Start using the CodeGeneratorWrappers | Chris Lattner | 2003-08-07 | 2 | -16/+16 |
* | Initial checkin of useful wrappers around the Target classes, for now, only V... | Chris Lattner | 2003-08-07 | 4 | -0/+236 |
* | Ick, add the RIGHT accessor | Chris Lattner | 2003-08-06 | 1 | -1/+1 |
* | Add accessor | Chris Lattner | 2003-08-06 | 1 | -0/+1 |
* | There is something wrong with code that looks like: | Chris Lattner | 2003-08-06 | 1 | -13/+13 |
* | Export the register classes so that the instruction selector can get at them ... | Chris Lattner | 2003-08-06 | 2 | -7/+30 |
* | Added asserts to prevent negative shift amounts from being generated. | Misha Brukman | 2003-08-06 | 1 | -0/+2 |
* | Sort the file lists | Chris Lattner | 2003-08-06 | 1 | -3/+3 |
* | Add error checking code to the node type parser. Start the instruction pattern | Chris Lattner | 2003-08-06 | 2 | -7/+34 |
* | Initial support for an instruction selector emitter | Chris Lattner | 2003-08-06 | 2 | -0/+115 |
* | All good classes with virtual functions should have virtual dtors... | Chris Lattner | 2003-08-06 | 1 | -0/+1 |
* | Add an instruction selector emitter skeleton | Chris Lattner | 2003-08-06 | 1 | -2/+7 |
* | convert over to using TableGen backends | Chris Lattner | 2003-08-06 | 4 | -31/+9 |
* | Switch code over to being a TableGenBackend | Chris Lattner | 2003-08-06 | 2 | -29/+9 |
* | Add more helper methods | Chris Lattner | 2003-08-06 | 2 | -1/+30 |