| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [AArch64, fast-isel] Fall back to SelectionDAG to select tail calls. | Akira Hatanaka | 2014-08-13 | 1 | -0/+11 |
| Certain functions such as objc_autoreleaseReturnValue have to be called as tail-calls even at -O0. Since normal fast-isel doesn't emit calls as tail calls, we have to fall back to SelectionDAG to select calls that are marked as tail. <rdar://problem/17991614> llvm-svn: 215600 | |||||

