Rafael Espindola
|
88bc341061
|
Add support for .skip.
Patch by Roman Divacky.
Fixes PR9361.
llvm-svn: 129106
|
2011-04-07 20:26:23 +00:00 |
Chris Lattner
|
4340cb3246
|
add an MCAsmStreamer::EmitFill specialization of EmitFill that
emits one directive instead of N. Not doing this would be a
significant regression on the # bytes generated by .fill.
llvm-svn: 93889
|
2010-01-19 18:52:28 +00:00 |
Daniel Dunbar
|
8c6bad2f66
|
llvm-mc: Add -triple, and start fetching the target asm printer.
llvm-svn: 76257
|
2009-07-17 22:38:58 +00:00 |
Chris Lattner
|
a3a9ebf506
|
Switch all the MC tests to use FileCheck.
llvm-svn: 75039
|
2009-07-08 20:50:34 +00:00 |
Daniel Dunbar
|
a10e519e04
|
Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }
- Includes some DG tests in test/MC/AsmParser, which are rather primitive since
we don't have a -verify mode yet.
llvm-svn: 74139
|
2009-06-24 23:30:00 +00:00 |