Skip to content
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

LLVM Compiler Infrastructure #12

Open
douggilliland opened this issue Apr 30, 2019 · 9 comments
Open

LLVM Compiler Infrastructure #12

douggilliland opened this issue Apr 30, 2019 · 9 comments

Comments

@douggilliland
Copy link
Owner

douggilliland commented Apr 30, 2019

In the mind as target...

https://llvm.org

Need to crank out basic functionality first.

@douggilliland
Copy link
Owner Author

@mjgpy3 Good video on LLVM

https://www.youtube.com/watch?v=a5-WaD8VV38

@douggilliland
Copy link
Owner Author

A video on the LLVM IR.

https://www.youtube.com/watch?v=m8G_S5LwlTo

Probably the core work that would need to be done is on the IR?

@douggilliland
Copy link
Owner Author

douggilliland commented May 24, 2019

@mjgpy3
Compiler Explorer looks like a fantastic tool to see what the compiler does on the fly.

https://godbolt.org

@douggilliland
Copy link
Owner Author

A helpful video with RISC-V as the example:

https://www.youtube.com/watch?v=AFaIP-dF-RA

@douggilliland
Copy link
Owner Author

@mjgpy3 Compiler Explorer with IR output added.
CompilerExplorer_IR

@douggilliland
Copy link
Owner Author

@mjgpy3 I have probably watched 60-80 hours of videos on LLVM and I don't feel any closer to being able to figure out how to convert LLVM IR into assembly code.

@mjgpy3
Copy link
Collaborator

mjgpy3 commented Aug 12, 2019

@douggilliland haha, yeah. It's always struck me as being complicated as well...

@mjgpy3
Copy link
Collaborator

mjgpy3 commented Aug 12, 2019

@douggilliland
Copy link
Owner Author

@mjgpy3
Very kewl doc!

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants