[all-commits] [llvm/llvm-project] 4d9969: [AVR] Fix incorrect decoding of conditional branch...
Ben Shi via All-commits
all-commits at lists.llvm.org
Sun Jan 29 00:29:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d9969ebe32ec800498f858e542e59cdb5556f6d
https://github.com/llvm/llvm-project/commit/4d9969ebe32ec800498f858e542e59cdb5556f6d
Author: Ben Shi <powerman1st at 163.com>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M llvm/lib/Target/AVR/AVRInstrFormats.td
M llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
M llvm/test/MC/AVR/inst-brbc.s
M llvm/test/MC/AVR/inst-brbs.s
Log Message:
-----------
[AVR] Fix incorrect decoding of conditional branch instructions
This patch fixes the inaccurate decoding of the offset operand of
the conditional branch instructions.
Reviewed By: aykevl
Differential Revision: https://reviews.llvm.org/D140816
Commit: ac4c430a828ea1e643be9d4c5a3430d8be43599a
https://github.com/llvm/llvm-project/commit/ac4c430a828ea1e643be9d4c5a3430d8be43599a
Author: Ben Shi <powerman1st at 163.com>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M lld/test/ELF/avr-reloc.s
Log Message:
-----------
[ELF][test] Improve AVR relocation tests
Reviewed By: aykevl, MaskRay
Differential Revision: https://reviews.llvm.org/D141197
Compare: https://github.com/llvm/llvm-project/compare/54971c8a39e8...ac4c430a828e
More information about the All-commits
mailing list