aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DFAPacketizerEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta2012-12-101-1/+10
* Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta2012-09-071-117/+51
* Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov2012-06-281-1/+1
* Silence unused variable warning.Richard Trieu2012-06-281-0/+1
* Refactor and speed up DFA generator.Anshuman Dasgupta2012-06-271-21/+48
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-7/+48
* DFAPacketizerEmitter: Prune includes.Benjamin Kramer2012-03-121-2/+0
* Increment DFAStateEntryTable index for sentinel entry.Brendon Cahoon2012-02-031-1/+3
* use space star instead of star spaceSebastian Pop2011-12-061-27/+27
* add missing point at the end of sentencesSebastian Pop2011-12-061-64/+64
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+512