Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Support skip and count for .incbin directive | Petr Hosek | 2016-09-23 | 1 | -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 to | Yunzhong Gao | 2013-09-05 | 1 | -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 using | Kevin Enderby | 2011-12-14 | 1 | -4/+1 |
| | | | | | | getStreamer().EmitBytes. Suggestion by Benjamin Kramer! llvm-svn: 146599 | ||||
* | Add the .incbin directive which takes the binary data from a file and emits | Kevin Enderby | 2011-12-14 | 1 | -0/+9 |
it to the streamer. rdar://10383898 llvm-svn: 146592 |