Age | Commit message (Expand) | Author |
---|---|---|
2012-02-27 | Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files. | Craig Topper |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne |
2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner |
2010-03-19 | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner |
2010-03-19 | revert 98912 | Chris Lattner |
2010-03-19 | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner |
2010-03-19 | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner |
2010-02-19 | fix this to work more determinstically, patch by Thomas Veith! | Chris Lattner |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
2008-10-08 | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands |
2008-01-06 | split enum emission out from InstrInfoEmitter into it's own tblgen backend. | Chris Lattner |