Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
GH-93678: reduce boilerplate and code repetition in the compiler#93682
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
996be64 move line/noline to arg and remove _noline version of functions
iritkatrielaf31e92 add struct location to reduce boilerplate
iritkatrielf8a0767 merge basicblock_addop, basicblock_addop_i and basicblock_add_jump in…
iritkatriel430b4b9 add news
iritkatriel66d5609 assume that oparg is < (1<<30)
iritkatriel7670a7c Merge remote-tracking branch 'upstream/main' into codegen-reduce-repe…
iritkatriel7d74572 use the new location struct for the compiler unit's location
iritkatriel016ebbc use the new location struct for the instruction location
iritkatriel5e06cad basicblock_addop takes location by reference
iritkatrielc23e2cf LOCATION needs to return a const
iritkatrielfc74555 define static no_location in function scope
iritkatriel9220fc1 are we const now?
iritkatriel9b5dc34 trivial stuff
iritkatriel5330060 Merge remote-tracking branch 'upstream/main' into codegen-reduce-repe…
iritkatriel414e26a remove two unused fields from struct assembler
iritkatriel26dc190 define NO_LOCATION as a static const in global scope
iritkatriel98d24f2 Merge remote-tracking branch 'upstream/main' into codegen-reduce-repe…
iritkatriel7851ccd Merge remote-tracking branch 'upstream/main' into codegen-reduce-repe…
iritkatrielFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge remote-tracking branch 'upstream/main' into codegen-reduce-repe…
…tition
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit5330060a6b3a8f11cff58a3b3a72c0f2aa287ad5
There are no files selected for viewing
This merge commit was added into this branch cleanly.
There are no new changes to show, but you can stillview the diff.
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.