summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAge
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-27
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-14
* Add an instruction selector emitter skeletonChris Lattner2003-08-06
* add new --gen-instr-desc optionChris Lattner2003-08-03
* Add support for instruction enum emissionChris Lattner2003-08-03
* 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 the ability to emit register file enumsChris Lattner2003-08-01
* Dead code eliminationChris Lattner2003-08-01
* Add file commentChris Lattner2003-08-01
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-31
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-30
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-29
* Spiff up options a bitChris Lattner2003-06-03
* Add -o support for TableGenChris Lattner2003-06-03
* Make tablegen use more structured command line optionsChris Lattner2003-06-03
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-24
* Add code that can be used for debuggingChris Lattner2002-12-03
* Adjustments due to new FieldInit stuffChris Lattner2002-12-02
* Initial checkin of TableGen utilityChris Lattner2002-12-02