Benjamin Kramer
|
20baffb257
|
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
llvm-svn: 143891
|
2011-11-06 20:37:06 +00:00 |
Owen Anderson
|
bcc3fadad9
|
These do not need to be conditional on the presence of CommentStream, as they have a fallback path now.
llvm-svn: 140267
|
2011-09-21 17:58:45 +00:00 |
Owen Anderson
|
69fa8ffeef
|
In the disassembler C API, be careful not to confuse the comment streamer that the disassembler outputs annotations on with the streamer that the InstPrinter will print them on.
llvm-svn: 140217
|
2011-09-21 00:25:23 +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 |
Benjamin Kramer
|
dbdff47cb3
|
Silence compiler warning.
llvm-svn: 134730
|
2011-07-08 20:18:13 +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 |