summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-1/+1
* Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie2014-04-211-6/+0
* Fix builds that use an stl missing std::set::emplaceDavid Blaikie2014-04-211-1/+1
* Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie2014-04-211-34/+30
* remove some dead codeNuno Lopes2014-04-171-7/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* 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
OpenPOWER on IntegriCloud