aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/InstrEnumEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper2012-02-271-48/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-1/+1
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-191-8/+1
* revert 98912Chris Lattner2010-03-191-2/+2
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-191-2/+2
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-191-2/+2
* fix this to work more determinstically, patch by Thomas Veith!Chris Lattner2010-02-191-1/+1
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-1/+1
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner2008-01-061-0/+54