forked from ghc/ghc
-
Notifications
You must be signed in to change notification settings - Fork 1
minimal stage1 #118
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
Open
angerman
wants to merge
21
commits into
stable-ghc-9.14
Choose a base branch
from
feat/minimal-stage1
base: stable-ghc-9.14
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
minimal stage1 #118
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
cdad9bc
fix: add frontend-plugins flag to ghc-bin
angerman 3e63c36
reduce size of stage1 compiler with flags
luite 53051cf
refactor: replace broad CPP flags with granular topic-specific flags
angerman 97d2210
refactor: consolidate CPP with record-based dispatch and remove redun…
angerman f285b65
refactor: centralize interpreter stub types into single module
angerman 68d3566
fix: add missing CPP pragma to GHC/Runtime/Eval.hs
angerman 979ab32
fix: remove incorrect CPP guard around hscCheckSafeImports
angerman 4359a59
Address PR 118 review comments
angerman 57be879
fix: use explicit import in PPC/CodeGen.hs to avoid ambiguity
angerman 68fe2de
fix: address PR review comments
angerman 27069ce
fix: add missing ghc-platform to cabal.project.stage1
angerman ffa470d
perf: split GHC.Hs.Instances for parallel compilation (#18254)
angerman f8c17a0
fix: add missing Interpreter.C and Interpreter.Init to ghc.cabal.in
angerman c53a969
fix: remove non-existent GHC.Linker.ExtraObj from ghc.cabal.in
angerman f12b01c
fix: guard HsModule Data instance with HAVE_INTERPRETER
angerman affadce
fix: make GHC.Hs.Instances modules unconditional
angerman da122e4
fix: add missing imports to split GHC.Hs.Instances modules
angerman 8e0c6be
fix: reorganize GHC.Hs.Instances module split to respect NHsValBindsL…
angerman a5bddb0
fix: stub functions and imports for HAVE_INTERPRETER builds
angerman 6e4113f
fix: guard Interpreter/Init.hs with HAVE_INTERPRETER
angerman f139792
fix: guard Config/Interpreter.hs with HAVE_INTERPRETER
angerman 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might want to disable
llvm-backendby default. And only enable+x86-ncgwith a conditionalif arch(x86), same foraarch64?