summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DFAPacketizerEmitter: Prune includes.Benjamin Kramer2012-03-121-2/+0
| | | | llvm-svn: 152581
* Increment DFAStateEntryTable index for sentinel entry.Brendon Cahoon2012-02-031-1/+3
| | | | | | | | | When adding the {-1, -1} entry to the DFAStateInputTable, we need to increment the index used to populate the DFAStateEntryTable. Otherwise, the entry table will be off by one for each transition after the {-1, -1} entry. PR11908. llvm-svn: 149713
* use space star instead of star spaceSebastian Pop2011-12-061-27/+27
| | | | llvm-svn: 145944
* add missing point at the end of sentencesSebastian Pop2011-12-061-64/+64
| | | | llvm-svn: 145943
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+512
llvm-svn: 145629
OpenPOWER on IntegriCloud