summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-12
* Make LOC count more accurate by not including the tablegen lexer/parser, any ...Chris Lattner2003-08-12
* 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
* It is not an error if a rule does not match, it's just a failed match!Chris Lattner2003-08-11
* 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
* Added keyword `include', and a FIXME for hex and binary constants.Misha Brukman2003-08-11
* * Added (X)Emacs mode for TableGen description filesMisha Brukman2003-08-11
* tablegen.vim:Misha Brukman2003-08-11
* Add .llxChris Lattner2003-08-11
* Added a TableGen syntax highlighting mode for VIM and a README that describesMisha Brukman2003-08-11
* Don't forget to initializer result field to 0!Chris Lattner2003-08-11
* Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman2003-08-11
* Add full support for code generating expanders!Chris Lattner2003-08-10
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-10
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-10
* Recognize $foo as a variableChris Lattner2003-08-10
* Implement real code emission, at least for Instruction patterns,Chris Lattner2003-08-10
* First cut at emitting the reducer. This reducer just prints out the patternsChris Lattner2003-08-10
* Finish the matcher!Chris Lattner2003-08-10
* Add new functionChris 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
* Add new method to get a value type as a stringChris 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
* Add support for "cast" nodes, which are required when there is not enough inf...Chris Lattner2003-08-07
* Use the new version of isSubClassOfChris Lattner2003-08-07
* Add and use a new methodChris 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
* Allow clients to get at the pointer typeChris Lattner2003-08-07
* Add new method getVAlueAsDagChris Lattner2003-08-07
* Initial checkin of tree pattern parser and type inference engine (which still...Chris Lattner2003-08-07
* Eliminate now-dead methodChris Lattner2003-08-07
* Start using the CodeGeneratorWrappersChris Lattner2003-08-07
* Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner2003-08-07
* Ick, add the RIGHT accessorChris Lattner2003-08-06
* Add accessorChris Lattner2003-08-06
* There is something wrong with code that looks like:Chris Lattner2003-08-06
* Export the register classes so that the instruction selector can get at them ...Chris Lattner2003-08-06
* Added asserts to prevent negative shift amounts from being generated.Misha Brukman2003-08-06
* Sort the file listsChris Lattner2003-08-06
* Add error checking code to the node type parser. Start the instruction patternChris Lattner2003-08-06