#
3d18e71a |
| 05-Apr-2010 |
Chris Lattner <sabre@nondot.org> |
tidy #includes.
llvm-svn: 100489
|
#
70129162 |
| 04-Apr-2010 |
Chris Lattner <sabre@nondot.org> |
fix an ugly wart in the MCInstPrinter api where the raw_ostream to print an instruction to had to be specified at MCInstPrinter construction time instead of being able to pick at each call to printIn
fix an ugly wart in the MCInstPrinter api where the raw_ostream to print an instruction to had to be specified at MCInstPrinter construction time instead of being able to pick at each call to printInstruction.
llvm-svn: 100307
show more ...
|
#
9f59b3dd |
| 03-Apr-2010 |
Chris Lattner <sabre@nondot.org> |
remove some extraneous casts
llvm-svn: 100287
|
#
d821f4ac |
| 25-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need exactly two passes in that case, and don't ever need to recompute any layout, so this is a nice baseline for relaxation
llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need exactly two passes in that case, and don't ever need to recompute any layout, so this is a nice baseline for relaxation performance.
llvm-svn: 99563
show more ...
|
#
b09b8906 |
| 23-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Support -filetype=null, for timing purposes.
llvm-svn: 99349
|
#
c5621ed0 |
| 20-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Fix memory leak of MCAsmInfo.
llvm-svn: 99098
|
#
abf6e365 |
| 19-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Fix target selection for --disassemble to use GetTarget.
llvm-svn: 98973
|
#
90a7859e |
| 19-Mar-2010 |
Chris Lattner <sabre@nondot.org> |
fix an MCInstPrinter leak that jyasskin pointed out: createAsmStreamer now takes ownership of the instprinter.
llvm-svn: 98939
|
#
14487343 |
| 13-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Delete output files on error.
llvm-svn: 98445
|
#
322fec67 |
| 13-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Support -n, useful for comparing -integrated-as output since the compiler may not lead with the text section.
llvm-svn: 98418
|
#
46892115 |
| 13-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Support -arch as a simplified form of -triple.
llvm-svn: 98417
|
#
ac77bf5d |
| 12-Mar-2010 |
Chris Lattner <sabre@nondot.org> |
remove MAI argument from createAsmStreamer since it can get it from the context now.
llvm-svn: 98361
|
#
768ea2ad |
| 11-Mar-2010 |
Chris Lattner <sabre@nondot.org> |
change MCContext to always have an MCAsmInfo.
llvm-svn: 98293
|
#
c5ddbad2 |
| 11-Mar-2010 |
Daniel Dunbar <daniel@zuster.org> |
MC: Provide MCAssembler with a TargetAsmBackend.
llvm-svn: 98222
|
#
741580a5 |
| 12-Feb-2010 |
Chris Lattner <sabre@nondot.org> |
give MCCodeEmitters access to the current MCContext.
llvm-svn: 96038
|
#
75c9a4ee |
| 10-Feb-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Remove --show-fixups and always show as part of --show-encoding.
Also, fix a silly memory leak.
llvm-svn: 95752
|
#
9a0a4616 |
| 09-Feb-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments.
llvm-svn: 95710
|
#
e3ee332f |
| 03-Feb-2010 |
Daniel Dunbar <daniel@zuster.org> |
llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly output.
llvm-svn: 95227
|
#
0522eb21 |
| 22-Jan-2010 |
Chris Lattner <sabre@nondot.org> |
pass "-fasm-verbose" into createAsmStreamer.
llvm-svn: 94165
|
#
5b0e01c5 |
| 22-Jan-2010 |
Chris Lattner <sabre@nondot.org> |
move some files out of the llvm-mc tool into the MCParser library so other tools can link it.
llvm-svn: 94131
|
#
00646cfb |
| 22-Jan-2010 |
Chris Lattner <sabre@nondot.org> |
create a new MCParser library and move some stuff into it.
llvm-svn: 94129
|
#
7a77eae2 |
| 21-Jan-2010 |
Sean Callanan <scallanan@apple.com> |
Moved handling of inclusion from the AsmLexer to the AsmParser, breaking AsmLexer's dependence on SourceMgr.
llvm-svn: 94054
|
#
177934e0 |
| 20-Jan-2010 |
Sean Callanan <scallanan@apple.com> |
Changed the AsmParser to handle error messages itself rather than passing them off to the AsmLexer to handle. This means the AsmLexer no longer requires a SourceMgr to do error handling.
llvm-svn: 9
Changed the AsmParser to handle error messages itself rather than passing them off to the AsmLexer to handle. This means the AsmLexer no longer requires a SourceMgr to do error handling.
llvm-svn: 94047
show more ...
|
#
38caaf14 |
| 20-Jan-2010 |
Chris Lattner <sabre@nondot.org> |
give createAsmStreamer an 'isLittleEndian' argument.
llvm-svn: 93986
|
#
b257d24f |
| 22-Dec-2009 |
Chris Lattner <sabre@nondot.org> |
rename HexDisassembler -> Disassembler, it works on any input integer encoding (0123, 0b10101, 42, etc).
llvm-svn: 91934
|