-
Notifications
You must be signed in to change notification settings - Fork 273
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
Fixes ARM/Thumb movt
semantics
#1391
Merged
Merged
Commits on Oct 23, 2021
-
Update LLVM backend to work with version 12
This may also work with later versions, but I did not test them
Configuration menu - View commit details
-
Copy full SHA for 06ee098 - Browse repository at this point
Copy the full SHA 06ee098View commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3f1f26 - Browse repository at this point
Copy the full SHA c3f1f26View commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b8b06c - Browse repository at this point
Copy the full SHA 3b8b06cView commit details
Commits on Nov 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 53677fc - Browse repository at this point
Copy the full SHA 53677fcView commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4695b07 - Browse repository at this point
Copy the full SHA 4695b07View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c6c89c1 - Browse repository at this point
Copy the full SHA c6c89c1View commit details
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1fb592 - Browse repository at this point
Copy the full SHA a1fb592View commit details
Commits on Nov 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fa3c6da - Browse repository at this point
Copy the full SHA fa3c6daView commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5dc07f - Browse repository at this point
Copy the full SHA d5dc07fView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 896a34d - Browse repository at this point
Copy the full SHA 896a34dView commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3cce21b - Browse repository at this point
Copy the full SHA 3cce21bView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96874e4 - Browse repository at this point
Copy the full SHA 96874e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25c801 - Browse repository at this point
Copy the full SHA c25c801View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf3352a - Browse repository at this point
Copy the full SHA cf3352aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc0b14 - Browse repository at this point
Copy the full SHA 9cc0b14View commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5a38191 - Browse repository at this point
Copy the full SHA 5a38191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 542ba10 - Browse repository at this point
Copy the full SHA 542ba10View commit details
Commits on Dec 30, 2021
-
Fixes ARM/Thumb
movt
semanticsThe lifter was incorrectly re-using the upper 16 bits of the destination register, when the manual states that it is completely overwritten by the source operand.
bmourad01 committedDec 30, 2021 Configuration menu - View commit details
-
Copy full SHA for d96d508 - Browse repository at this point
Copy the full SHA d96d508View commit details
Commits on Jan 4, 2022
-
Use bit-wise operations instead of casts
Co-authored-by: Ivan Gotovchits <ivg@ieee.org>
Configuration menu - View commit details
-
Copy full SHA for 59a4889 - Browse repository at this point
Copy the full SHA 59a4889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbce6e - Browse repository at this point
Copy the full SHA 0dbce6eView 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.