Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RISCV] Add R_RISCV_RELAX relocation to all possible relax candidates. | Kito Cheng | 2019-01-21 | 1 | -4/+4 |
| | | | | | | | | | | | | Summary: Add R_RISCV_RELAX relocation to all possible relax candidates and update corresponding testcase. Reviewers: asb, apazos Differential Revision: https://reviews.llvm.org/D46677 llvm-svn: 351723 | ||||
* | [RISCV] Support .option push and .option pop | Alex Bradbury | 2018-11-28 | 1 | -0/+74 |
This adds support in the RISCVAsmParser the storing of Subtarget feature bits to a stack so that they can be pushed/popped to enable/disable multiple features at once. Differential Revision: https://reviews.llvm.org/D46424 Patch by Lewis Revill. llvm-svn: 347774 |