aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/InstrEnumEmitter.cpp
AgeCommit message (Expand)Author
2012-02-27Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-03-19make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner
2010-03-19revert 98912Chris Lattner
2010-03-19make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner
2010-03-19change Target.getInstructionsByEnumValue to return a referenceChris Lattner
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