summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/RISCV/option-pushpop.s
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Add R_RISCV_RELAX relocation to all possible relax candidates.Kito Cheng2019-01-211-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 popAlex Bradbury2018-11-281-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
OpenPOWER on IntegriCloud