Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Mips] Fix 374055 | Mirko Brkusanin | 2019-10-10 | 1 | -8/+14 |
| | | | | | | | | EXPENSIVE_CHECKS build was failing on new test. This is fixed by marking $ra register as undef. Test now has -verify-machineinstrs to check for operand flags. llvm-svn: 374320 | ||||
* | [Mips] Emit proper ABI for _mcount calls | Mirko Brkusanin | 2019-10-08 | 1 | -0/+117 |
When -pg option is present than a call to _mcount is inserted into every function. However since the proper ABI was not followed then the generated gmon.out did not give proper results. By inserting needed instructions before every _mcount we can fix this. Differential Revision: https://reviews.llvm.org/D68390 llvm-svn: 374055 |