aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCInst.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Release build: guard dump functions withManman Ren2012-09-121-2/+2
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+4
* Add a dump() implementation for sub-instruction MCOperands.Owen Anderson2012-01-191-0/+2
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-21/+0
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-151-0/+21
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-261-1/+1
* MCInst: Add ::dump_pretty.Daniel Dunbar2010-03-221-0/+17
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-181-3/+1
* Change errs() to dbgs().David Greene2010-01-051-4/+5
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-121-3/+0
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-6/+6
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-3/+4
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-271-0/+52