aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/DFAPacketizerEmitter.cpp
AgeCommit message (Expand)Author
2012-12-10Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta
2012-09-07Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta
2012-06-28Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov
2012-06-28Silence unused variable warning.Richard Trieu
2012-06-27Refactor and speed up DFA generator.Anshuman Dasgupta
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-03-12DFAPacketizerEmitter: Prune includes.Benjamin Kramer
2012-02-03Increment DFAStateEntryTable index for sentinel entry.Brendon Cahoon
2011-12-06use space star instead of star spaceSebastian Pop
2011-12-06add missing point at the end of sentencesSebastian Pop
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta