aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/AsmWriterInst.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+8
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-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