aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko1-14/+10
2015-11-22Avoid dependency between TableGen and CodeGenKrzysztof Parzyszek1-1/+46
2015-11-21Now fix errors in NDEBUG build.Krzysztof Parzyszek1-33/+49
2015-11-21Fix warnings in NDEBUG buildKrzysztof Parzyszek1-8/+5
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek1-107/+539
2015-11-21Revert r253790: it breaks all builds for some reason.Krzysztof Parzyszek1-539/+107
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek1-107/+539
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko1-1/+1
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