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
/
include
/
llvm
/
MC
/
MCDisassembler.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2012-02-29
Make MemoryObject accessor members const again
Derek Schuff
2012-02-11
Make the EDis tables const.
Benjamin Kramer
2012-02-06
Enable streaming of bitcode
Derek Schuff
2011-10-04
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-08-17
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-04-11
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-03-08
Typo. Patch by arrowdodger.
John McCall
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-04-13
Quick fix for build errors caused by undefined
Sean Callanan
2010-04-13
Fixed a nasty layering violation in the edis source
Sean Callanan
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-09-14
add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.
Chris Lattner
2009-09-09
Added an abstract superclass, MCDisassembler, for
Sean Callanan