Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 | Vladimir Stefanovic | 2019-01-17 | 1 | -2/+2 |
| | | | | | | | | | | | | The callee address is added as an optional operand (MCSymbol) in AdjustInstrPostInstrSelection() and then used by asm printer to insert: '.reloc tmplabel, R_MIPS_JALR, symbol tmplabel:'. Controlled with '-mips-jalr-reloc', default is true. Differential revision: https://reviews.llvm.org/D56694 llvm-svn: 351485 | ||||
* | [mips] Add test case to check that calls to mcount follow long calls / short ↵ | Simon Atanasyan | 2017-12-22 | 1 | -0/+19 |
calls options. NFC llvm-svn: 321357 |