| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move support/lib into lib/Support | Chris Lattner | 2003-10-05 | 1 | -1287/+0 |
| * | Squelch warning | Chris Lattner | 2003-09-22 | 1 | -0/+1 |
| * | Fix warning on sparc build | Chris Lattner | 2003-08-21 | 1 | -0/+1 |
| * | Add support for nodes with void arguments, like chain nodes | Chris Lattner | 2003-08-15 | 1 | -2/+3 |
| * | Fix emission of instructions that directly reference MBBs | Chris Lattner | 2003-08-12 | 1 | -4/+10 |
| * | Add support for the Any type. Minor fixes and enhancements for BasicBlock op... | Chris Lattner | 2003-08-12 | 1 | -6/+17 |
| * | Rename DNVT_bool to DNVT_i1 to be consistent with type system | Chris Lattner | 2003-08-12 | 1 | -3/+3 |
| * | Add support for a bool argty | Chris Lattner | 2003-08-12 | 1 | -0/+7 |
| * | It is not an error if a rule does not match, it's just a failed match! | Chris Lattner | 2003-08-11 | 1 | -2/+3 |
| * | Add support for frameidx and literal immediates for instructions | Chris Lattner | 2003-08-11 | 1 | -5/+29 |
| * | Add support for naming the destination of a "set" in a pattern | Chris Lattner | 2003-08-11 | 1 | -0/+4 |
| * | Add support for the Arg1 argument type | Chris Lattner | 2003-08-11 | 1 | -3/+14 |
| * | 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 | 1 | -27/+136 |
| * | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner | 2003-08-10 | 1 | -13/+29 |
| * | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 1 | -5/+4 |
| * | 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 | 1 | -37/+67 |
| * | This implements a large amount of the matcher, in fact, all of it except for ... | Chris Lattner | 2003-08-08 | 1 | -45/+352 |
| * | Emit the first half of the instruction selector. | Chris Lattner | 2003-08-08 | 1 | -3/+141 |
| * | Finish implementation of nonterminal instantiation. | Chris Lattner | 2003-08-07 | 1 | -16/+112 |
| * | Implement type-inference/checking for non-terminal references | Chris Lattner | 2003-08-07 | 1 | -17/+36 |
| * | Rename all of the "Process" methods to be "read" methods, start the Instantia... | Chris Lattner | 2003-08-07 | 1 | -31/+35 |
| * | 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 |
| * | Cleanup and reorganize code, no functional changes | Chris Lattner | 2003-08-07 | 1 | -83/+94 |
| * | Read in expanders too | Chris Lattner | 2003-08-07 | 1 | -4/+20 |
| * | Continued evolution of the selector emitter: Represent instruction patterns | Chris Lattner | 2003-08-07 | 1 | -48/+93 |
| * | Finish implementation of the type inference engine. | Chris Lattner | 2003-08-07 | 1 | -7/+30 |
| * | Initial checkin of tree pattern parser and type inference engine (which still... | Chris Lattner | 2003-08-07 | 1 | -3/+165 |
| * | Export the register classes so that the instruction selector can get at them ... | Chris Lattner | 2003-08-06 | 1 | -5/+5 |
| * | Add error checking code to the node type parser. Start the instruction pattern | Chris Lattner | 2003-08-06 | 1 | -3/+29 |
| * | Initial support for an instruction selector emitter | Chris Lattner | 2003-08-06 | 1 | -0/+56 |