-
Notifications
You must be signed in to change notification settings - Fork 920
Home
Justin Clift edited this page May 6, 2019
·
23 revisions
If you're looking for documentation, that's online over here.
Also, look at the sidebar for some random notes on TinyGo.
- http://en.wikipedia.org/wiki/Static_single_assignment_form - A good intro to SSA in general
- Online Go SSA viewer - Paste Go code in the left pane, shows the Go SSA on the right
- Go SSA documentation
- What each of the LLVM command line tools do
- Mapping High Level Constructs to LLVM IR (source)
- LLVM Programmers Manual
- LLVM Language Reference Manual
- go-llvm docs - Docs for the official LLVM bindings for Go
- https://github.com/llir/llvm - Library for interacting with LLVM IR in pure Go