aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* DEBUG got moved to Debug.hChris Lattner2003-08-011-1/+1
* Tablegen should only replace the output if it changesChris Lattner2003-08-011-4/+18
* Make sure to delete the output file if there is an errorChris Lattner2003-08-011-1/+4
* add support for emitting register classesChris Lattner2003-08-013-1/+63
* Add new getValueAsListInit and getValueAsInt methodsChris Lattner2003-08-012-0/+41
* Add the ability to emit register file enumsChris Lattner2003-08-013-4/+59
* Fix the way field bit references are resolved, also allow resolution of field...Chris Lattner2003-08-012-9/+19
* Dead code eliminationChris Lattner2003-08-011-10/+3
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-013-9/+25
* Add file commentChris Lattner2003-08-011-40/+52
* Initial checkin of register info emitterChris Lattner2003-08-012-0/+68
* Simplify code to match new interfacesChris Lattner2003-08-012-10/+6
* Switch over to an exception handling model for "high-level" requests.Chris Lattner2003-08-012-10/+39
* Minor cleanupsChris Lattner2003-08-011-6/+2
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-013-6/+31
* Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not in...Chris Lattner2003-07-311-3/+1
* More minor cleanups of the interfaceChris Lattner2003-07-312-3/+11
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-313-5/+6
* Add file commentChris Lattner2003-07-311-0/+2
* Tighten up interfaceChris Lattner2003-07-311-3/+3
* Add support for code fragmentsChris Lattner2003-07-303-7/+29
* Initial support for the 'code' type.Chris Lattner2003-07-303-1/+13
* Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner2003-07-302-9/+88
* Minor reorganization, move ParseFile to the lexerChris Lattner2003-07-302-24/+22
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-302-6/+21
* Directly support C style comments in tblgen, but allow them to actually nestChris Lattner2003-07-301-0/+13
* Fix coredump for when an ID is used illegally outside a recordChris Lattner2003-07-301-0/+4
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-302-3/+24
* Implement TODO: disallow 'def's with template arguments.Chris Lattner2003-07-301-1/+6
* Allow specification of anonymous definitionsChris Lattner2003-07-301-4/+9
* Allow passing lists through variablesChris Lattner2003-07-302-5/+19
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-302-1/+22
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-293-5/+12
* Add support for Set statements without {}'s. Now we can just sayChris Lattner2003-07-281-7/+14
* Allow initializing variable initializers with variablesChris Lattner2003-07-282-1/+11
* Use C++ headers, not C headersChris Lattner2003-07-251-1/+1
* (1) Pass 'VAR=string' arguments to gmakeVikram S. Adve2003-07-221-5/+40
* Added a DEBUG() guard to a debug information printout.Misha Brukman2003-07-181-1/+2
* Fixed a bug: outputting name of variable instead of its value.Misha Brukman2003-07-151-11/+17
* This optimization greatly enhances efficiency of creating new instructions byMisha Brukman2003-07-151-6/+106
* Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman2003-07-071-8/+7
* * Made $Template refer to a path relative to the checked-out treeMisha Brukman2003-07-071-14/+11
* Add -d option to trust the disassembler.Brian Gaeke2003-07-031-1/+18
* here little scriptie, nice scriptie...Brian Gaeke2003-07-031-0/+112
* Update to configure the tree before building it.Chris Lattner2003-07-011-7/+2
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-1/+8
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-271-0/+1
* Modify script to support checkins on branchesChris Lattner2003-06-261-1/+1
* update documentation about columnsChris Lattner2003-06-211-7/+3
* Fix breakage due to John's recent changesChris Lattner2003-06-181-2/+2