summaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen/InstrSelectorEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-121-1/+1
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-121-1/+1
* Add support for a bool argtyChris Lattner2003-08-121-2/+1
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-111-6/+13
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-111-0/+2
* Add support for the Arg1 argument typeChris Lattner2003-08-111-0/+1
* Add full support for code generating expanders!Chris Lattner2003-08-101-8/+41
* Finish the matcher!Chris Lattner2003-08-101-0/+2
* This implements a large amount of the matcher, in fact, all of it except for ...Chris Lattner2003-08-081-4/+27
* Emit the first half of the instruction selector.Chris Lattner2003-08-081-1/+45
* Finish implementation of nonterminal instantiation.Chris Lattner2003-08-071-5/+46
* Implement type-inference/checking for non-terminal referencesChris Lattner2003-08-071-1/+17
* Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner2003-08-071-11/+14
* Cleanup and reorganize code, no functional changesChris Lattner2003-08-071-0/+7
* Read in expanders tooChris Lattner2003-08-071-0/+3
* Continued evolution of the selector emitter: Represent instruction patternsChris Lattner2003-08-071-16/+96
* Finish implementation of the type inference engine.Chris Lattner2003-08-071-1/+6
* Initial checkin of tree pattern parser and type inference engine (which still...Chris Lattner2003-08-071-0/+59
* Add error checking code to the node type parser. Start the instruction patternChris Lattner2003-08-061-4/+5
* Initial support for an instruction selector emitterChris Lattner2003-08-061-0/+59