Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reland "[ARM] push LR before __gnu_mcount_nc" | Jian Cai | 2019-08-16 | 1 | -0/+41 |
| | | | | | | | | This relands r369147 with fixes to unit tests. https://reviews.llvm.org/D65019 llvm-svn: 369173 | ||||
* | Revert "[ARM] push LR before __gnu_mcount_nc" | Jian Cai | 2019-08-16 | 1 | -41/+0 |
| | | | | | | This reverts commit f4cf3b959333f62b7a7b2d7771f7010c9d8da388. llvm-svn: 369149 | ||||
* | [ARM] push LR before __gnu_mcount_nc | Jian Cai | 2019-08-16 | 1 | -0/+41 |
Push LR register before calling __gnu_mcount_nc as it expects the value of LR register to be the top value of the stack on ARM32. Differential Revision: https://reviews.llvm.org/D65019 llvm-svn: 369147 |