aboutsummaryrefslogtreecommitdiff
path: root/support/tools/TableGen/TableGen.cpp
AgeCommit message (Expand)Author
2003-10-05Move support/lib into lib/SupportChris Lattner
2003-09-07Fixed spelling of `intentionally'.Misha Brukman
2003-08-27Added an option to TableGen that allows users to specify a directory in whichJohn Criswell
2003-08-14Using `std::remove' requires `cstdio.h'.Misha Brukman
2003-08-06Add an instruction selector emitter skeletonChris Lattner
2003-08-03add new --gen-instr-desc optionChris Lattner
2003-08-03Add support for instruction enum emissionChris Lattner
2003-08-01Tablegen should only replace the output if it changesChris Lattner
2003-08-01Make sure to delete the output file if there is an errorChris Lattner
2003-08-01Add the ability to emit register file enumsChris Lattner
2003-08-01Dead code eliminationChris Lattner
2003-08-01Add file commentChris Lattner
2003-07-31Rename createEmitter to run because eventually all tablegen backends willChris Lattner
2003-07-30Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner
2003-07-29Don't crash if there is no Inst class in the tablegen file!Chris Lattner
2003-06-03Spiff up options a bitChris Lattner
2003-06-03Add -o support for TableGenChris Lattner
2003-06-03Make tablegen use more structured command line optionsChris Lattner
2003-05-24Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman
2002-12-03Add code that can be used for debuggingChris Lattner
2002-12-02Adjustments due to new FieldInit stuffChris Lattner
2002-12-02Initial checkin of TableGen utilityChris Lattner