summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DFAPacketizer] Allow up to 64 functional unitsjmolloy2019-11-051-335/+143
* [DFAPacketizer] Fix large compile-time regression for VLIW targetsJames Molloy2019-10-181-2/+2
* [DFAPacketizer] Use DFAEmitter. NFC.James Molloy2019-10-171-574/+72
* [DFAPacketizer] Reapply: Track resources for packetized instructionsJames Molloy2019-09-091-48/+92
* Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz...Simon Pilgrim2019-09-091-92/+48
* [DFAPacketizer] Track resources for packetized instructionsJames Molloy2019-09-061-48/+92
* [DFAPacketizer] Allow namespacing of automata per-itineraryJames Molloy2019-08-301-24/+41
* [TableGen] Correct comments for end of namespace. NFCBjorn Pettersson2019-08-251-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-69/+74
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-28/+29
* Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2016-11-301-23/+22
* Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer2016-06-121-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-14/+10
* Avoid dependency between TableGen and CodeGenKrzysztof Parzyszek2015-11-221-1/+46
* Now fix errors in NDEBUG build.Krzysztof Parzyszek2015-11-211-33/+49
* Fix warnings in NDEBUG buildKrzysztof Parzyszek2015-11-211-8/+5
* Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek2015-11-211-107/+539
* Revert r253790: it breaks all builds for some reason.Krzysztof Parzyszek2015-11-211-539/+107
* Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek2015-11-211-107/+539
* 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