-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISC-V] Implement some of the NYI methods in unwindriscv64 (#95128)
* [RISC-V] Implement Compiler::mapRegNumToDwarfReg * [RISC-V] Add BAD_CODE definition * [RISC-V] Implement GetUnwindSizeFromUnwindHeader * [RISC-V] Implement UnwindPrologCodes::Dump * [RISC-V] Implement UnwindEpilogCodes::Dump * [RISC-V] Implement UnwindEpilogInfo::Dump * [Risc-V] Implement UnwindFragmentInfo::Dump * [RISC-V] Implement UnwindInfo::HotColdSplitCodes * [RISC-V] Implement UnwindInfo::Dump * [RISC-V] Partly fix for previous implementation of GetUnwindSizeFromUnwindHeader * [RISC-V] Mark s_UnwindSize as const Co-authored-by: Tomasz Sowiński <tomeksowi@gmail.com> * [RISC-V] Replace NULL with nullptr in new functions * [RISC-V] Fix formatting and shorten mapRegNumToDwarfReg * [RISC-V] Apply format.linux.x64.patch * [RISC-V] Add braces according to coding standard in jit * [RISC-V] Correct array of unwind sizes * [RISC-V] Fix s_UnwindSize: 0xDE=2, 0xDD=3 --------- Co-authored-by: Tomasz Sowiński <tomeksowi@gmail.com>
- Loading branch information
Showing
3 changed files
with
178 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters