aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
AgeCommit message (Expand)Author
2005-10-23Remove the obsolete instr selector emitterChris Lattner
2005-10-21Plugin new subtarget backend into the build.Jim Laskey
2005-09-03Add an option and stuff implementation of a dag isel emitterChris Lattner
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-09-03Make tblgen's exception handling a little more robust by printing theReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer
2004-08-01Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner
2004-08-01Finegrainify namespacificationChris Lattner
2004-07-22Remove some abandoned code that was never finished. If needed in the futureChris Lattner
2004-07-16Passing integer 0 in for a pointer value doesn't work on IA64. Fix thisChris Lattner
2004-07-13Make tblgen not try to be smart. This is better handled in makefiles ifChris Lattner
2004-05-27Header file movedChris Lattner
2004-04-06add tablgen backend for really simple instruction selectorJakub Staszak
2004-02-13exit(1) instead of abort()'ing on errorChris Lattner
2004-02-06Print the record NAME not the record ADDRESSChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
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