summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorSameer AbuAsal <sabuasal@codeaurora.org>2018-03-02 22:04:12 +0000
committerSameer AbuAsal <sabuasal@codeaurora.org>2018-03-02 22:04:12 +0000
commit2646a41e54ba858fdcb0d52fb7286af5ecbc0d38 (patch)
treebe04597a8f2c3cd5a6b48af93145177e8cbe874c /lldb/packages/Python/lldbsuite
parente403c862cc0788236269730e272c91fec74c4a9a (diff)
downloadbcm5719-llvm-2646a41e54ba858fdcb0d52fb7286af5ecbc0d38.tar.gz
bcm5719-llvm-2646a41e54ba858fdcb0d52fb7286af5ecbc0d38.zip
[RISCV] Implement MC relaxations for compressed instructions.
Summary: This patch implements relaxation for RISCV in the MC layer. The following relaxations are currently handled: 1) Relax C_BEQZ to BEQ and C_BNEZ to BNEZ in RISCV. 2) Relax and C_J $imm to JAL x0, $imm and CJAL to JAL ra, $imm. Reviewers: asb, llvm-commits, efriedma Reviewed By: asb Subscribers: shiva0217 Differential Revision: https://reviews.llvm.org/D43055 llvm-svn: 326626
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud