aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.h
AgeCommit message (Expand)Author
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2008-08-26Refactor a bunch of FastISelEmitter code into a helper class, andDan Gohman
2008-08-21Begin making more use of the FastISelEmitter class.Dan Gohman
2008-08-19Remove an unneeded #include.Dan Gohman
2008-08-13Initial checkin of the new "fast" instruction selection support. SeeDan Gohman