summaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrSelectorEmitter.h
Commit message (Expand)AuthorAge
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-20
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-12
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-12
* Add support for a bool argtyChris Lattner2003-08-12
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-11
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-11
* Add support for the Arg1 argument typeChris Lattner2003-08-11
* Add full support for code generating expanders!Chris Lattner2003-08-10
* Finish the matcher!Chris Lattner2003-08-10
* This implements a large amount of the matcher, in fact, all of it except for ...Chris Lattner2003-08-08
* Emit the first half of the instruction selector.Chris Lattner2003-08-08
* Finish implementation of nonterminal instantiation.Chris Lattner2003-08-07
* Implement type-inference/checking for non-terminal referencesChris Lattner2003-08-07
* Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner2003-08-07
* Cleanup and reorganize code, no functional changesChris Lattner2003-08-07
* Read in expanders tooChris Lattner2003-08-07
* Continued evolution of the selector emitter: Represent instruction patternsChris Lattner2003-08-07
* Finish implementation of the type inference engine.Chris Lattner2003-08-07
* Initial checkin of tree pattern parser and type inference engine (which still...Chris Lattner2003-08-07
* Add error checking code to the node type parser. Start the instruction patternChris Lattner2003-08-06
* Initial support for an instruction selector emitterChris Lattner2003-08-06