summaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrSelectorEmitter.h
Commit message (Expand)AuthorAge
* Remove the obsolete instr selector emitterChris Lattner2005-10-23
* Rename a class. These files are being migrated to the new isel and I want toChris Lattner2005-09-06
* Remove trailing whitespaceMisha Brukman2005-04-22
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner2004-08-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-20
* 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