summaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.h
Commit message (Expand)AuthorAge
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Refactor a bunch of FastISelEmitter code into a helper class, andDan Gohman2008-08-26
* Begin making more use of the FastISelEmitter class.Dan Gohman2008-08-21
* Remove an unneeded #include.Dan Gohman2008-08-19
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-13