Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease ↵ | NAKAMURA Takumi | 2014-07-25 | 1 | -2/+2 |
| | | | | | | targeting *-win32. llvm-svn: 213933 | ||||
* | llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc. | NAKAMURA Takumi | 2014-07-25 | 1 | -2/+2 |
| | | | | | | It sometimes confuses FileCheck. Consider the case that path contains 'stmib'. :) llvm-svn: 213932 | ||||
* | [ARM] In thumb mode, emit directive ".code 16" before file level inline | Akira Hatanaka | 2014-07-25 | 1 | -0/+13 |
assembly instructions. This is necessary to ensure ARM assembler switches to Thumb mode before it starts assembling the file level inline assembly instructions at the beginning of a .s file. <rdar://problem/17757232> llvm-svn: 213924 |