- Notifications
You must be signed in to change notification settings - Fork5.2k
[NativeAOT] 32-bit platform ObjWriter and bit rot fixes#96890
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
21 commits Select commitHold shift + click to select a range
f4974b7 Use PC-relative relocations for ARMEmitter.EmitMOV(dest, symbol)
filipnavara0e5eae4 Fix handling of signed offsets in IMAGE_REL_BASED_THUMB_BRANCH24 calc…
filipnavara47eaebc Generate position independent code in NativeAOT on linux-arm
filipnavara24c2a5d Handle ARM32 in DwarfCie
filipnavara5340bb6 Fix relocations emitted in 32-bit ELF for x86/arm32; apply correct ad…
filipnavara1d3e590 ELF/ARM32: Emit thumb mapping symbols for executable sections
filipnavara35164cc Try to revert ARMEmitter.EmitMOV
filipnavaraf17709b Convert IMAGE_REL_BASED_THUMB_MOV32_PCREL to ELF with the same offset…
filipnavaraf880ca6 Unoptimal, but working, version of INLINE_GET_TLS_VAR for ARM32
filipnavaraad0b3d2 Use PC-relative relocations for ARMEmitter.EmitMOV(dest, symbol)
filipnavarac7b10be Fat function pointers are not function symbols as far as ELF is conce…
filipnavara58d9f8c Fix some bits and pieces of the ARM unwinding code
filipnavara0e6ff46 Don't try to use ObjWriter package on unsupported platforms
filipnavarafca6f2f Generate valid ARM32 DWARF unwind info in JIT
filipnavara69e97ab Handle negative offsets in CFI_REL_OFFSET conversion (unused at the m…
filipnavara1908816 Add linux-arm support to cross-compile targets
filipnavara391f070 Update src/coreclr/nativeaot/Runtime/unix/unixasmmacrosarm.inc
filipnavara54fa66c Update ObjectWriter.cs
filipnavaraa7ec26a Fix the order of register push in CFI unwind codes on ARM.
filipnavara78b9eee Make jit-format happy without making the code look ugly
filipnavara17ae730 Merge branch 'main' into naot32
jkotasFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Don't try to use ObjWriter package on unsupported platforms
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit0e6ff4613f1b8f40f95c81124f9568b07069a3ca
There are no files selected for viewing
2 changes: 1 addition & 1 deletionsrc/coreclr/tools/aot/ILCompiler/ILCompiler.props
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
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.