-
Notifications
You must be signed in to change notification settings - Fork 166
Provide initial definition for __remill_sync_hyper_call
#611
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
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
8e37d80
Create initial implementation of `__remill_sync_hyper_call`
tetsuo-cpp a416078
Fill in a few more cases
tetsuo-cpp 24e29a3
Merge remote-tracking branch 'origin/master' into alex/x86-sync-hyper…
tetsuo-cpp e58a2f2
Use `state.addr_to_load` for LGDT and LIDT operands
tetsuo-cpp d53129d
Fix variable names
tetsuo-cpp 41862cb
Cross-compile the Remill runtimes
tetsuo-cpp fcd24b2
Create temp variable for `lgdt` and `lidt` handling
tetsuo-cpp a544677
Add intrinsics for SPARC emulate instruction calls
tetsuo-cpp 72035aa
Create intrinsics for remaining hyper calls
tetsuo-cpp 295da65
Remove `__remill_sync_hyper_call` implementations in tests
tetsuo-cpp 0abe52a
Create the target triple based on the provided arch
tetsuo-cpp 09f16b7
Provide ARCH parameter for SPARC archs
tetsuo-cpp 2d85bb0
CMake formatting
tetsuo-cpp 1b3bbe6
Switch the conditions around
tetsuo-cpp 03f764c
Adjust target triple
tetsuo-cpp 65ccf60
Cross-compile the hyper calls and then link them into the runtime
tetsuo-cpp 76e48b1
Cleanup
tetsuo-cpp 85eebbe
Prefix int types with namespace
tetsuo-cpp a8c4174
Include `<limits>`
tetsuo-cpp 20a749c
Fix `lgdt` and `lidt` handling
tetsuo-cpp 79657e6
Mark new intrinsics as "used"
tetsuo-cpp 9c8cf03
Add placeholder intrinsic definitions to tests
tetsuo-cpp db18a75
Complete list of intrinsic definitions
tetsuo-cpp f33de27
Merge remote-tracking branch 'origin/master' into alex/x86-sync-hyper…
tetsuo-cpp 35a9723
Mark hyper call definition with `always_inline`
tetsuo-cpp e49e709
Use `_BitInt` if available
tetsuo-cpp de9e5e5
Merge remote-tracking branch 'origin/master' into alex/x86-sync-hyper…
tetsuo-cpp b93978a
Use `__builtin_unreachable` instead of `abort`
tetsuo-cpp 0574f2a
Leave comment explaining `always_inline` attribute
tetsuo-cpp 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
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.