-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add MRV debug info for multi-register FP/mixed struct returns on Unix x64 #129992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tommcdon
merged 21 commits into
dotnet:main
from
tommcdon:dev/tommcdon/mrv-multireg-fp-debuginfo
Jul 15, 2026
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
99fed78
Add MRV debug info for multi-register FP/mixed struct returns on Unix…
tommcdon 8c6e8ed
Implement x86 x87 FP-stack return/local value support in DBI
tommcdon 78af259
Refactor: replace VLT_REG_FP_REG* with unified RegNum encoding
tommcdon 0c7b4eb
Merge remote-tracking branch 'origin/main' into dev/tommcdon/mrv-mult…
tommcdon 8ad62bd
Fix enum comparison warning in ee_il_dll.cpp for clang
tommcdon 52ddfbc
Fix clang enum comparison warnings and harden SetEnregisteredValue
tommcdon 5865437
Handle FP registers in storeVariableInRegisters on all platforms
tommcdon c5187ce
Guard against XMM16+ in debug info encoding and update stale comments
tommcdon 237b912
Fix pre-existing bugs and harden SetEnregisteredValue
tommcdon 8ddd65e
Bump JIT-EE version GUID for RegNum extension
tommcdon 6abdec3
Merge remote-tracking branch 'origin/main' into dev/tommcdon/mrv-mult…
tommcdon 75b058d
Expand DWARF register mapping to explicit cases
tommcdon 0cd2933
Fix VLT_REG_FP display in dumpSiVarLoc for non-AMD64
tommcdon a09b3fd
Address PR feedback: AMBIENT_SP DWARF, fieldCount, SetEnregisteredVal…
tommcdon 50e5b69
Merge remote-tracking branch 'origin/main' into dev/tommcdon/mrv-mult…
tommcdon c30b2c6
Fix ARM/ARM64 ambient-SP RegNum value in NativeAOT DWARF emission
tommcdon 3bd0b1e
Correct ReturnedByValue comment: single-register supports multiple no…
tommcdon b2ac746
Merge branch 'main' into dev/tommcdon/mrv-multireg-fp-debuginfo
tommcdon 11e87ac
Address PR feedback: LoongArch64/RISCV64 ambient-SP + value-init DEBU…
tommcdon 60f8ac8
Fix VLT_REG_REG DWARF piece order to emit low half before high half
tommcdon aa9da7b
Merge branch 'main' into dev/tommcdon/mrv-multireg-fp-debuginfo
tommcdon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.