-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Remove remoteast from get dynamic type and address class #340
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
Closed
augusto2112
wants to merge
10,000
commits into
llvm:main
from
augusto2112:remove-remoteast-from-GetDynamicTypeAndAddress_Class
Closed
Remove remoteast from get dynamic type and address class #340
augusto2112
wants to merge
10,000
commits into
llvm:main
from
augusto2112:remove-remoteast-from-GetDynamicTypeAndAddress_Class
Conversation
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
(cherry picked from commit b97afc9)
rdar://74106759
rdar://74106816
Unfortunatley the IR Verifier doesn't reject debug intrinsics that have nullptr as arguments, so coro::salvageDebugInfo for now also needs to deal with them. rdar://81979541 (cherry picked from commit 8ae5e0b)
Always codesign binaries on macOS. Apple Silicon has stricter codesigning requirements, for example requiring macCatalyst binaries to be signed. Ad-hoc sign everything like we do for other Darwin platforms. (cherry picked from commit fe23f0c)
Update ARMGetSupportedArchitectureAtIndex to consider remote macOS debugging. Currently, it defaults to an iOS triple when IsHost() returns false. This fixes TestPlatformSDK.py on Apple Silicon. Differential revision: https://reviews.llvm.org/D107179 (cherry picked from commit 7ad854c)
The tests strips the binary which invalidates the code signature. Skip code signing for this test. (cherry picked from commit 825a08f)
BOOL is bool instead of signed char on ARM. See https://reviews.llvm.org/D93421#inline-874116 for details. (cherry picked from commit f899445)
…t modify them (cherry picked from commit 7c44674)
(cherry picked from commit 3e27b4e)
…0210726 [20210726] rdar://81632946 [libclang][deps] Accept only driver invocations, don't modify them
…4ed43be91b44b583c7158 AArch64: don't form indexed paired ops if base reg overlaps operands.
… others"" This reverts commit 2cae702.
…1f670c9a66497a8c1094ec Revert "Reland "[Clang] Propagate guaranteed alignment for malloc and…
(cherry picked from commit fac6c5c)
Add test update for a11d9a1 which disables fallbacks.
When reconstructing a private Objective-C type, walk up the type hierarchy until a type importable from Swift is found or until we run out of types.
[lldb] Find public Objective-C class when reconstructing type
…-type-hierarchy [lldb] clang-format comment in ReconstructType
…shifted Add a comment when there is a shifted value, add x9, x0, llvm#291, lsl llvm#12 ; =1191936 but not when the immediate value is unshifted, subs x9, x0, llvm#256 ; =256 when the comment adds nothing additional to the reader. Differential Revision: https://reviews.llvm.org/D107196 (cherry picked from commit 0d8cd4e)
Causes a fallback because of lack of regclasses on vregs, unless its without asserts, where we end up crashing later in codegen. (cherry picked from commit a11d9a1)
[AArch64][GlobalISel] Fix constraining LDXPX intrinsic selection.
This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.