summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_incbin.s
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Support skip and count for .incbin directivePetr Hosek2016-09-231-1/+42
| | | | | | | | These optional arguments are supported by GNU assembler. Differential Revision: https://reviews.llvm.org/D24714 llvm-svn: 282217
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-051-1/+1
| | | | | | | | | allow escaped octal character sequences. The patch was discussed in Phabricator. See: http://llvm-reviews.chandlerc.com/D1289 llvm-svn: 190089
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-141-4/+1
| | | | | | getStreamer().EmitBytes. Suggestion by Benjamin Kramer! llvm-svn: 146599
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-141-0/+9
it to the streamer. rdar://10383898 llvm-svn: 146592
OpenPOWER on IntegriCloud