Benjamin Kramer
|
1c0541b031
|
Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter.
All implementations used the same code.
llvm-svn: 153866
|
2012-04-02 08:32:38 +00:00 |
Craig Topper
|
dab9e35ad0
|
Remove getInstructionName from MCInstPrinter implementations in favor of using the instruction name table from MCInstrInfo. Reduces static data in the InstPrinter implementations.
llvm-svn: 153863
|
2012-04-02 07:01:04 +00:00 |
Craig Topper
|
54bfde79db
|
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo.
llvm-svn: 153860
|
2012-04-02 06:09:36 +00:00 |
Jim Grosbach
|
fd93a59557
|
Make MCRegisterInfo available to the the MCInstPrinter.
Used to allow context sensitive printing of super-register or sub-register
references.
llvm-svn: 152043
|
2012-03-05 19:33:20 +00:00 |
Jia Liu
|
f54f60f3ce
|
remove blanks, and some code format
llvm-svn: 151625
|
2012-02-28 07:46:26 +00:00 |
Jia Liu
|
dd6c1cd4e8
|
add Emacs tag and fix some comment error in file headers
llvm-svn: 150775
|
2012-02-17 01:23:50 +00:00 |
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 |
Akira Hatanaka
|
83dee99c1b
|
80 columns.
llvm-svn: 139339
|
2011-09-09 00:13:35 +00:00 |
Akira Hatanaka
|
9c6028f98e
|
Lower MachineInstr to MC Inst and print to .s files.
llvm-svn: 134661
|
2011-07-07 23:56:50 +00:00 |