aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* add new --gen-instr-desc optionChris Lattner2003-08-031-1/+6
* Add support for instruction enum emissionChris Lattner2003-08-031-0/+10
* 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 the ability to emit register file enumsChris Lattner2003-08-011-1/+6
* Dead code eliminationChris Lattner2003-08-011-10/+3
* Add file commentChris Lattner2003-08-011-40/+52
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-311-1/+1
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-301-5/+8
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-291-2/+4
* Spiff up options a bitChris Lattner2003-06-031-2/+3
* Add -o support for TableGenChris Lattner2003-06-031-4/+25
* Make tablegen use more structured command line optionsChris Lattner2003-06-031-16/+33
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-241-1/+21
* Add code that can be used for debuggingChris Lattner2002-12-031-2/+11
* Adjustments due to new FieldInit stuffChris Lattner2002-12-021-6/+12
* Initial checkin of TableGen utilityChris Lattner2002-12-021-0/+351