aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrSelectorEmitter.cpp
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-11-05Quiet VC++ warningsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Do not #include files into the llvm namespaceChris Lattner
2004-08-01Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner
2004-08-01Finegrainify namespacificationChris Lattner
2004-01-24Fix a couple of places I noticed where "X86" was hard-coded.Brian Gaeke
2003-12-11Stop laughing MishaChris 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-09-22Squelch warningChris Lattner
2003-08-21Fix warning on sparc buildChris Lattner
2003-08-15Add support for nodes with void arguments, like chain nodesChris Lattner
2003-08-12Fix emission of instructions that directly reference MBBsChris Lattner
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-11It is not an error if a rule does not match, it's just a failed match!Chris 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-11Don't forget to initializer result field to 0!Chris Lattner
2003-08-11Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman
2003-08-10Add full support for code generating expanders!Chris Lattner
2003-08-10Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner
2003-08-10Implement correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-10Implement real code emission, at least for Instruction patterns,Chris Lattner
2003-08-10First cut at emitting the reducer. This reducer just prints out the patternsChris 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-07Add support for "cast" nodes, which are required when there is not enough inf...Chris Lattner
2003-08-07Use the new version of isSubClassOfChris 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-06Export the register classes so that the instruction selector can get at them ...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