Owen Anderson
|
a0c3b97221
|
Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations.
llvm-svn: 139876
|
2011-09-15 23:38:46 +00:00 |
James Molloy
|
4c493e8050
|
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson.
llvm-svn: 139237
|
2011-09-07 17:24:38 +00:00 |
Owen Anderson
|
a4043c4b32
|
Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment.
Patch by James Molloy.
llvm-svn: 137830
|
2011-08-17 17:44:15 +00:00 |
Wesley Peck
|
e9b429e96f
|
Adding disassembler to the MicroBlaze backend.
llvm-svn: 117420
|
2010-10-27 00:23:01 +00:00 |