summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAge
* remove a bunch of long-dead testing codeChris Lattner2006-03-03
* initial implementation of intrinsic parsingChris Lattner2006-03-03
* Add support for "-Ifoo" in addition to "-I foo"Chris Lattner2006-03-03
* add support for multiple include directoriesChris Lattner2006-03-03
* more standards-compliance stuffDuraid Madina2005-12-26
* Remove the obsolete instr selector emitterChris Lattner2005-10-23
* Plugin new subtarget backend into the build.Jim Laskey2005-10-21
* Add an option and stuff implementation of a dag isel emitterChris Lattner2005-09-03
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-29
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-01
* Finegrainify namespacificationChris Lattner2004-08-01
* Remove some abandoned code that was never finished. If needed in the futureChris Lattner2004-07-22
* Passing integer 0 in for a pointer value doesn't work on IA64. Fix thisChris Lattner2004-07-16
* Make tblgen not try to be smart. This is better handled in makefiles ifChris Lattner2004-07-13
* Header file movedChris Lattner2004-05-27
* add tablgen backend for really simple instruction selectorJakub Staszak2004-04-06
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-13
* Print the record NAME not the record ADDRESSChris Lattner2004-02-06
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-20
* Fixed spelling of `intentionally'.Misha Brukman2003-09-07
* 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