[TableGen] Use range-based for loops. NFC
[oota-llvm.git] / utils / TableGen / DFAPacketizerEmitter.cpp
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Krzysztof ParzyszekNow fix errors in NDEBUG build.
2015-11-21 Krzysztof ParzyszekFix warnings in NDEBUG build
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-04-21 David BlaikieSimplify DFAPacketizerEmitter State copy/move semantics...
2014-04-21 David BlaikieFix builds that use an stl missing std::set::emplace
2014-04-21 David BlaikieStore State objects by value in TableGen's DFAPacketize...
2014-04-17 Nuno Lopesremove some dead code
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2012-12-10 Anshuman DasguptaFix PR14568: Avoid the DFA packetizer from making an...
2012-09-07 Anshuman DasguptaRefactored DFA generator. Merged transition class into...
2012-06-28 Alexey SamsonovFix Windows build after r159281: s/iterator/const_iterator
2012-06-28 Richard TrieuSilence unused variable warning.
2012-06-27 Anshuman DasguptaRefactor and speed up DFA generator.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-03-12 Benjamin KramerDFAPacketizerEmitter: Prune includes.
2012-02-03 Brendon CahoonIncrement DFAStateEntryTable index for sentinel entry.
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...