-
-
Notifications
You must be signed in to change notification settings - Fork 272
MLIR: Add Support to compile flags output MLIR file #3313
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
kinke
merged 31 commits into
ldc-developers:master
from
Robertorosmaninho:Command-line-flags-MLIR
May 22, 2020
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c92d161
MLIR: #1 Command Line Flags - Introduces MLIR in the CL options
Robertorosmaninho 954304b
MLIR: #2 Command Line Flags - Add MLIR output in the global params
Robertorosmaninho d4e404a
MLIR: #3 Command Line Flags - Add output MILR on globals.d
Robertorosmaninho 63e65ca
MLIR: #4 Command Line Flags - Add function to generate MLIR file
Robertorosmaninho 98df976
MLIR: #5 Command Line Flags - Rename files
Robertorosmaninho b4b0a68
MLIR: #6 Command Line Flags - Add Headers comments and #ifdef
Robertorosmaninho 10d760b
MLIR: #7 Command Line Flags - Fix typos, delete unnecessary includes
Robertorosmaninho 0b2d90d
set #ifdef around writeMLIRModule
Robertorosmaninho 9c0a52f
Deleting file tomlirfile.* and writing it's function on toobj.*
Robertorosmaninho 18e71ff
Deleting references to driver/tomlirfile.*
Robertorosmaninho c807832
Fixing alignment
Robertorosmaninho 9c07453
Deleting WriteMLIRModule function and priting MLIR inside WriteModule
Robertorosmaninho 3fa417b
Merge remote-tracking branch 'upstream/master' into Command-line-flag…
Robertorosmaninho 6d7c634
Creating emitMLIR to call MLIR CodeGenaration and WriteMLIRModule
Robertorosmaninho d173f40
Add #if defines on codegenerator
Robertorosmaninho e00968c
Adding CI
Robertorosmaninho 0496615
Add MLIR Libraries
Robertorosmaninho 6efcab3
Add #if defines on codegenerator
Robertorosmaninho 681061a
Merge remote-tracking branch 'upstream/master' into Command-line-flag…
Robertorosmaninho f142f4c
Add MLIR libs and condition to emit MLIR
Robertorosmaninho 16ff665
Update config.yml
Robertorosmaninho bd6fafb
Fix windows support for MLIRlibs
Robertorosmaninho bf16f02
Update FindMLIR.cmake
Robertorosmaninho 485a617
Update FindMLIR.cmake
Robertorosmaninho c94ab5d
Update FindMLIR.cmake
Robertorosmaninho 1e1bd10
Fix identation and deleting unused includes and variable
Robertorosmaninho 618292b
add if-statement checking if LDC was built with MLIR before create ml…
Robertorosmaninho 9fef2eb
Refactoring replaceExtensionWith and fix clang-format
Robertorosmaninho 724fcd1
Final modifications: clang-format, whitespaces and messages
Robertorosmaninho 85b4b33
Update toobj.h
Robertorosmaninho 4adf865
Update codegenerator.cpp
Robertorosmaninho 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
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
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.