aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrSelectorEmitter.h
AgeCommit message (Expand)Author
2005-10-23Remove the obsolete instr selector emitterChris Lattner
2005-09-06Rename a class. These files are being migrated to the new isel and I want toChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-08-01Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
2003-08-20Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell
2003-08-12Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner
2003-08-12Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner
2003-08-12Add support for a bool argtyChris Lattner
2003-08-11Add support for frameidx and literal immediates for instructionsChris Lattner
2003-08-11Add support for naming the destination of a "set" in a patternChris Lattner
2003-08-11Add support for the Arg1 argument typeChris Lattner
2003-08-10Add full support for code generating expanders!Chris Lattner
2003-08-10Finish the matcher!Chris Lattner
2003-08-08This implements a large amount of the matcher, in fact, all of it except for ...Chris Lattner
2003-08-08Emit the first half of the instruction selector.Chris Lattner
2003-08-07Finish implementation of nonterminal instantiation.Chris Lattner
2003-08-07Implement type-inference/checking for non-terminal referencesChris Lattner
2003-08-07Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner
2003-08-07Cleanup and reorganize code, no functional changesChris Lattner
2003-08-07Read in expanders tooChris Lattner
2003-08-07Continued evolution of the selector emitter: Represent instruction patternsChris Lattner
2003-08-07Finish implementation of the type inference engine.Chris Lattner
2003-08-07Initial checkin of tree pattern parser and type inference engine (which still...Chris Lattner
2003-08-06Add error checking code to the node type parser. Start the instruction patternChris Lattner
2003-08-06Initial support for an instruction selector emitterChris Lattner