-
Notifications
You must be signed in to change notification settings - Fork 6
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
Spell-check README.markdown #54
Open
FlashSheridan
wants to merge
336
commits into
redstar:main-m88k
Choose a base branch
from
FlashSheridan:patch-1
base: main-m88k
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Contributor
FlashSheridan
commented
May 10, 2024
- “Itineraries” was pretty clearly the intended meaning, and could affect comprehension.
- “prefined” ⇒ “defined” was somewhat speculative.
Extending loads require a G_SEXT or G_ZEXT. The combining is done in the PreLegalizerCombiner. Truncating stores require a G_TRUNC, which is combined in the InstructionSelector. The change also requires changing the cond.ll test case, because the comparison is flipped in one of the combiners.
Adds isLoadFromStackSlot(), isStoreToStackSlot(), and getInstSizeInBytes().
Adds the branch relaxation pass and the required methods in InstrInfo. Misses a test case!
Return type and parameters must be zeroext or signext.
This is required to support double type with a register pair. Turns out that this requires changes to the RegisterBankInfo class. The committed code crashes the compiler as before, so there is no harm in comitting this first.
Also sets missing isMoveReg flag to mov instructions.
Also fixes some flags at jmp/branch/trap instructions.
Use ValueMapping/NumOperands variables to make call to getInstructionMapping() at end of function.
The offsets only need to consider the argument area, not the whole stack size.
Now Hello World works!
Add a working example to illustrate status of development.
0434d80
to
cf4bc09
Compare
3531b36
to
ee9fe89
Compare
f80d0b6
to
d229e50
Compare
d3c34f7
to
068b25f
Compare
4f6b48d
to
2b58802
Compare
ec43c1f
to
2ea48fc
Compare
3a93b6f
to
bd44745
Compare
6d9c275
to
0a4105f
Compare
25831f5
to
d6f3391
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.