summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/AsmWriterInst.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tablegen] Add locations to many PrintFatalError() callsDaniel Sanders2019-02-121-11/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...Craig Topper2016-01-221-2/+2
* [TableGen] Use a StringRef instead of creating a new std::string. It gets pas...Craig Topper2016-01-171-3/+2
* [TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to As...Craig Topper2016-01-171-2/+3
* [TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of ...Craig Topper2016-01-141-7/+4
* [TableGen] Remove a few spaces from AsmMatcher output. NFCCraig Topper2016-01-111-3/+3
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-10/+5
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-3/+8
* Remove dead code.Craig Topper2014-11-251-3/+1
* Remove dead code.Rafael Espindola2013-12-021-33/+2
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-231-2/+1
* Remove trailing whitespace.Craig Topper2013-07-231-26/+26
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-11/+12
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-2/+2
* move FlattenVariants out of AsmMatcherEmitter into a sharedChris Lattner2010-11-011-70/+38
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-0/+1
* Changed AsmWriterOperand to also include the index of theSean Callanan2010-02-101-2/+7
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-091-12/+12
* Per PR 6219, factored AsmWriterInst and AsmWriterOperandSean Callanan2010-02-091-0/+259
OpenPOWER on IntegriCloud