aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* more standards-compliance stuffDuraid Madina2005-12-261-0/+1
* Remove the obsolete instr selector emitterChris Lattner2005-10-231-7/+1
* Plugin new subtarget backend into the build.Jim Laskey2005-10-211-0/+7
* Add an option and stuff implementation of a dag isel emitterChris Lattner2005-09-031-0/+7
* Eliminate tabs and trailing spacesJeff Cohen2005-04-221-47/+47
* Remove trailing whitespaceMisha Brukman2005-04-221-12/+12
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-031-1/+8
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-291-1/+1
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-011-1/+9
* Finegrainify namespacificationChris Lattner2004-08-011-9/+6
* Remove some abandoned code that was never finished. If needed in the futureChris Lattner2004-07-221-7/+1
* Passing integer 0 in for a pointer value doesn't work on IA64. Fix thisChris Lattner2004-07-161-1/+1
* Make tblgen not try to be smart. This is better handled in makefiles ifChris Lattner2004-07-131-14/+3
* Header file movedChris Lattner2004-05-271-1/+1
* add tablgen backend for really simple instruction selectorJakub Staszak2004-04-061-1/+7
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-131-2/+2
* Print the record NAME not the record ADDRESSChris Lattner2004-02-061-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+10
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* Fixed spelling of `intentionally'.Misha Brukman2003-09-071-3/+3
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-271-2/+6
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-141-0/+1
* Add an instruction selector emitter skeletonChris Lattner2003-08-061-2/+7
* 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