aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-21Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie1-6/+0
2014-04-21Fix builds that use an stl missing std::set::emplaceDavid Blaikie1-1/+1
2014-04-21Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie1-34/+30
2014-04-17remove some dead codeNuno Lopes1-7/+0
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2012-12-10Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta1-1/+10
2012-09-07Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta1-117/+51
2012-06-28Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov1-1/+1
2012-06-28Silence unused variable warning.Richard Trieu1-0/+1
2012-06-27Refactor and speed up DFA generator.Anshuman Dasgupta1-21/+48
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen1-7/+48
2012-03-12DFAPacketizerEmitter: Prune includes.Benjamin Kramer1-2/+0
2012-02-03Increment DFAStateEntryTable index for sentinel entry.Brendon Cahoon1-1/+3
2011-12-06use space star instead of star spaceSebastian Pop1-27/+27
2011-12-06add missing point at the end of sentencesSebastian Pop1-64/+64
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta1-0/+512