index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCInst.cpp
Age
Commit message (
Expand
)
Author
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-01-19
Add a dump() implementation for sub-instruction MCOperands.
Owen Anderson
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
Add support for stored annotations to MCInst, and provide facilities for MC-b...
Owen Anderson
2010-05-26
MC: Change MCInst::dump_pretty to not include a trailing newline.
Daniel Dunbar
2010-03-22
MCInst: Add ::dump_pretty.
Daniel Dunbar
2010-01-18
remove the MAI argument to MCExpr::print and switch overthing to use << when ...
Chris Lattner
2010-01-05
Change errs() to dbgs().
David Greene
2009-09-12
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
Chris Lattner
2009-09-03
Thread an MCAsmInfo pointer through the various MC printing APIs,
Chris Lattner
2009-08-31
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Daniel Dunbar
2009-08-27
Add {MCInst,MCOperand}::{print,dump}
Daniel Dunbar