-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pass runs an analysis of LLVM modules to resolve all top-level entities. The results are written out as pass data, and are intended for use as part of a consistency check during the compilation to FLO. As part of implementing this pass, this commit also implements: - A proxy for the portions of the LLVM type system that we support, enabling us to do pre- and during-compilation consistency checking where necessary. - A parser for LLVM's data-layout specifications, allowing us to ensure that the provided modules are not making any assumptions that would be unsafe for our target machine.
- Loading branch information
1 parent
d10215f
commit 03556a2
Showing
21 changed files
with
3,003 additions
and
1,964 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.