summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCInst.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove the MAI argument to MCExpr::print and switch overthing to use << when ↵Chris Lattner2010-01-181-3/+1
| | | | | | printing them. llvm-svn: 93699
* Change errs() to dbgs().David Greene2010-01-051-4/+5
| | | | llvm-svn: 92635
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-121-3/+0
| | | | | | MBB labels like everything else. llvm-svn: 81628
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-6/+6
| | | | | | | and fix a few things using << on MCSymbols to use ->print(). No functionality change other than unbreaking my previous patch. llvm-svn: 80890
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-3/+4
| | | | | | Also, use MCInst::print instead of custom code in MCAsmPrinter. llvm-svn: 80575
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-271-0/+52
llvm-svn: 80231
OpenPOWER on IntegriCloud