summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAge
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-13
* Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov2008-05-06
* Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov2008-05-06
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23
* split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner2008-01-06
* remove attributions from utils.Chris Lattner2007-12-29
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-22
* reapplyChris Lattner2007-02-27
* Backing outEvan Cheng2007-02-27
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-27
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* 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