summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/AsmWriterEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix commentXinliang David Li2016-02-231-1/+1
* [TableGen] In AsmWriterEmitter unique command search, rather than storing a m...Craig Topper2016-01-241-43/+32
* [TableGen] Make a class member local to the function that populates it and co...Craig Topper2016-01-221-1/+2
* [TableGen] Keep a returned const reference instead of making a copy. NFCCraig Topper2016-01-171-1/+1
* [TableGen] Return ArrayRef instead of a std::vector reference from getInstruc...Craig Topper2016-01-171-7/+7
* [TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to As...Craig Topper2016-01-171-67/+43
* [TableGen] Use std::find instead of a manual loop. NFCCraig Topper2016-01-171-10/+8
* [TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of ...Craig Topper2016-01-141-15/+18
* [TableGen] Cleanup output formatting and add llvm_unreachables to the output ...Craig Topper2016-01-131-5/+6
* [TableGen] Replace some hardcoded assumptions that the OpcodeInfo table is 64...Craig Topper2016-01-131-8/+10
* [TableGen] Use std::remove_if instead of an n^2 loop. NFCCraig Topper2016-01-131-8/+5
* [TableGen] Fix up some stale comments in the AsmMatcher. NFCCraig Topper2016-01-131-4/+2
* [TableGen] Move calls to getValueAsInt out of a loop since they aren't simple...Craig Topper2016-01-131-2/+3
* [TableGen] Allow asm writer to use up to 3 OpInfo tables instead of 2. This a...Craig Topper2016-01-111-30/+32
* [TableGen] Remove unnecessary 0 terminator from an array that only existed to...Craig Topper2016-01-111-4/+0
* [TableGen] Use range-based for loops. Also fix one loop to not use some index...Craig Topper2016-01-081-25/+20
* [TableGen] Combine variable declaration and initialization. Move a string int...Craig Topper2016-01-081-3/+2
* [TableGen] Correct Namespace lookup with AltNames in AsmWriterEmitterHal Finkel2015-12-111-2/+4
* [AArch64] Add ARMv8.2-A Statistical Profiling ExtensionOliver Stannard2015-12-011-5/+7
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* Fix memory leaks by avoiding extra manual dynamic allocationDavid Blaikie2015-08-061-57/+41
* Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.Yaron Keren2015-08-061-0/+8
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-3/+2
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-7/+20
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-2/+2
* On behalf of Matthew Wahab:Evgeny Astigeevich2014-12-161-1/+7
* Remove indirection of vector<T*> in favor of deque<T>David Blaikie2014-11-291-6/+5
* Use range-based for loops.Craig Topper2014-11-251-5/+3
* Remove dead code.Craig Topper2014-11-251-2/+1
* Remove unused MaxSize variable.Craig Topper2014-11-251-7/+0
* Move a vector instead of copying it.Craig Topper2014-11-251-2/+2
* Replace a comment that says 'unreachable' with llvm_unreachable in TableGen A...Craig Topper2014-11-241-1/+1
* Detect best type for some static index tables instead of just using uint32_t ...Craig Topper2014-11-241-15/+24
* TableGen: Add 'static' to a large array to avoid a huge stack allocationReid Kleckner2014-07-171-1/+1
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-101-3/+46
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-101-11/+6
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-201-13/+31
* TableGen: fix operand counting for aliasesTim Northover2014-05-161-32/+7
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-151-9/+17
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-151-31/+45
* Fix typosAlp Toker2014-05-151-1/+1
* Teach the table generator to not generate switch statements containing only a...Aaron Ballman2014-05-131-12/+15
* TableGen: strengthen assertTim Northover2014-05-131-1/+1
* Fix gcc -Wparentheses warning.Jay Foad2014-05-131-1/+2
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-18/+79
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* remove some dead codeNuno Lopes2014-04-171-13/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-4/+4
OpenPOWER on IntegriCloud