aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrEnumEmitter.cpp
AgeCommit message (Expand)Author
2010-02-19fix this to work more determinstically, patch by Thomas Veith!Chris Lattner
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-01-06split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner