summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Add new Record::getValueAsBit methodChris Lattner2003-08-03
* Finish the instruction info emitterChris Lattner2003-08-03
* Fix bug: TableGen/IntBitInit.tdChris Lattner2003-08-03
* Fix bug: TableGen/BitsInitOverflow.tdChris Lattner2003-08-03
* * Changes to allow lists of any typeChris Lattner2003-08-03
* Changes to allow lists of any typeChris Lattner2003-08-03
* expand contractionChris Lattner2003-08-03
* Add support for instruction enum emissionChris Lattner2003-08-03
* Initial checkin of Instruction emitter, which just produces enum values so farChris Lattner2003-08-03
* Remove dead private:Chris Lattner2003-08-03
* Make the register numbers line up more frequentlyChris Lattner2003-08-03
* Allow an external 'set' command to set multiple values in the same command.Chris Lattner2003-08-03
* Finish the register info emitterChris Lattner2003-08-03
* Add new methodChris Lattner2003-08-02
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Tablegen should only replace the output if it changesChris Lattner2003-08-01
* Make sure to delete the output file if there is an errorChris Lattner2003-08-01
* add support for emitting register classesChris Lattner2003-08-01
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-01
* Add the ability to emit register file enumsChris Lattner2003-08-01
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-01
* Dead code eliminationChris Lattner2003-08-01
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-01
* Add file commentChris Lattner2003-08-01
* Initial checkin of register info emitterChris Lattner2003-08-01
* Simplify code to match new interfacesChris Lattner2003-08-01
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-01
* Minor cleanupsChris Lattner2003-08-01
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-01
* Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not in...Chris Lattner2003-07-31
* More minor cleanups of the interfaceChris Lattner2003-07-31
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-31
* Add file commentChris Lattner2003-07-31
* Tighten up interfaceChris Lattner2003-07-31
* Add support for code fragmentsChris Lattner2003-07-30
* Initial support for the 'code' type.Chris Lattner2003-07-30
* Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner2003-07-30
* Minor reorganization, move ParseFile to the lexerChris Lattner2003-07-30
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-30
* Directly support C style comments in tblgen, but allow them to actually nestChris Lattner2003-07-30
* Fix coredump for when an ID is used illegally outside a recordChris Lattner2003-07-30
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-30
* Implement TODO: disallow 'def's with template arguments.Chris Lattner2003-07-30
* Allow specification of anonymous definitionsChris Lattner2003-07-30
* Allow passing lists through variablesChris Lattner2003-07-30
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-30
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-29
* Add support for Set statements without {}'s. Now we can just sayChris Lattner2003-07-28
* Allow initializing variable initializers with variablesChris Lattner2003-07-28
* Use C++ headers, not C headersChris Lattner2003-07-25