Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GlobalISel: support trivial inlineasm calls. | Tim Northover | 2017-03-09 | 1 | -2/+2 |
| | | | | | | They're used for nefarious purposes by ObjC. llvm-svn: 297422 | ||||
* | AArch64: fall back to DAG ISel for inline assembly. | Tim Northover | 2017-01-19 | 1 | -0/+10 |
We can't currently handle "calls" to inlineasm strings so it's better to let the DAG handle it than generate rubbish. llvm-svn: 292540 |