-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Universal arm crossgen compiler #58279
Merged
davidwrighton
merged 18 commits into
dotnet:main
from
davidwrighton:universal_arm_crossgen_compiler
Sep 28, 2021
Merged
Universal arm crossgen compiler #58279
davidwrighton
merged 18 commits into
dotnet:main
from
davidwrighton:universal_arm_crossgen_compiler
Sep 28, 2021
Commits on Aug 27, 2021
-
Move most OS specific handling in JIT to flag checks
- Except for ABI specific details... - Notably the FEATURE_ARG_SPLIT for ARM32 and the OSX ARM64 abi differences
Configuration menu - View commit details
-
Copy full SHA for 97125ca - Browse repository at this point
Copy the full SHA 97125caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4a3e1 - Browse repository at this point
Copy the full SHA ac4a3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba2162 - Browse repository at this point
Copy the full SHA 2ba2162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77824a3 - Browse repository at this point
Copy the full SHA 77824a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b175a - Browse repository at this point
Copy the full SHA c3b175aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9a51c - Browse repository at this point
Copy the full SHA bd9a51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4a439 - Browse repository at this point
Copy the full SHA 3f4a439View commit details
Commits on Aug 29, 2021
-
- Don't special case Windows handling of clrjit.dll, just use the crossgen2 targetted one - Fix cross compilation targets - Build the universal cross clrjit targets, but they don't need to be part of the runtimepack - Fixup setting of compMatchedVM for macOS X64 in crossgen2
Configuration menu - View commit details
-
Copy full SHA for 05cea7a - Browse repository at this point
Copy the full SHA 05cea7aView commit details
Commits on Aug 30, 2021
-
- Fix Windows X86 cross target build
- Adjust superpmi setup to know about the new dll names - Adjust DEBUG_ARG_SLOTS handling to work with osx arm64 abi. (By disabling anything meaningful)
Configuration menu - View commit details
-
Copy full SHA for adfc7b3 - Browse repository at this point
Copy the full SHA adfc7b3View commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4078dc9 - Browse repository at this point
Copy the full SHA 4078dc9View commit details
Commits on Sep 15, 2021
-
- Undef all TARGET_ OS macros within the JIT so that they can't be used there - Convert the feature macros to inline functions. Should have equivalent perf on release/chk builds as macro approach, and is less problematic in general.
Configuration menu - View commit details
-
Copy full SHA for c90c3cd - Browse repository at this point
Copy the full SHA c90c3cdView commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for efc7e20 - Browse repository at this point
Copy the full SHA efc7e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b893f - Browse repository at this point
Copy the full SHA a1b893fView commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 255c1f8 - Browse repository at this point
Copy the full SHA 255c1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bfd6ca - Browse repository at this point
Copy the full SHA 5bfd6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d38c2 - Browse repository at this point
Copy the full SHA 75d38c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c30f5 - Browse repository at this point
Copy the full SHA 94c30f5View commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c8cb2c - Browse repository at this point
Copy the full SHA 6c8cb2cView commit details
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.