2983 Commits (7366d5e18538763bd4c76e27b577a0762d7be8c0)
 

Author SHA1 Message Date
Ayke van Laethem bfe9b52661
README: Mark a few features as supported 6 years ago
Ayke van Laethem ad9a62f260
Make sure we handle all package members 6 years ago
Ayke van Laethem a475233f36
Support recursive types 6 years ago
Ayke van Laethem cad3e03f94
Allow imports from GOROOT 6 years ago
Ayke van Laethem 4af2bcb6a9
Split up tgo.go 6 years ago
Ayke van Laethem 0b98ec83ba
Remove unnecessary check for nil in parseExpr 6 years ago
Ayke van Laethem 70871c98f8
Improve print functions 6 years ago
Ayke van Laethem 62c4c5e90b
go fmt 6 years ago
Ayke van Laethem 574c7ec047
Refactor: Use our own types as much as possible from the analysis 6 years ago
Ayke van Laethem a97ca91c1f
compiler: Implement interface calls 7 years ago
Ayke van Laethem 62325eab40
compiler: Improve IR/SSA printing 7 years ago
Ayke van Laethem 5acde63f88
compiler: Move isPointer out of Compiler object 7 years ago
Ayke van Laethem 56056934e3
README: expand a bit 7 years ago
Ayke van Laethem 6b3e394dce
compiler: Fix ChangeInterface 7 years ago
Ayke van Laethem 9ad59bf001
Add README 7 years ago
Ayke van Laethem 90fb0ee4eb
Add AVR support 7 years ago
Ayke van Laethem 802302a1aa
Add support for inline assembly 7 years ago
Ayke van Laethem 808cb991af
compiler: Fix interface analysis (oops!) 7 years ago
Ayke van Laethem 0d1b7239c1
Assorted allocator fixes 7 years ago
Ayke van Laethem b8260ba554
Makefile: use -Os instead of -O1 7 years ago
Ayke van Laethem 2e5b313d54
compiler: Give the interface type a name 7 years ago
Ayke van Laethem bb60912fa1
tgo: Print IR on panic (sometimes) 7 years ago
Ayke van Laethem cafdcecb60
tgo: Use a named string type for strings 7 years ago
Ayke van Laethem b0af01056d
tgo: Remove \0 from end of string 7 years ago
Ayke van Laethem c2005a5f79
tgo: Add rudimentary interface support. 7 years ago
Ayke van Laethem 0168bf7797
Add goroutines and function pointers 7 years ago
Ayke van Laethem 8df220a53b
Move to my own fork of LLVM 7 years ago
Ayke van Laethem 1eccae287b
tgo: Fix runtime.TargetBits 7 years ago
Ayke van Laethem d1dbca53ff
tgo: Eliminate most debug prints 7 years ago
Ayke van Laethem 315e39b164
tgo: Remove getGlobalName from Compiler object 7 years ago
Ayke van Laethem b4e60deacd
runtime/nrf: Fix allocator by adding align() function 7 years ago
Ayke van Laethem 2390b24c5a
tgo: Add extra chip types for nRF 7 years ago
Ayke van Laethem 5fa39adb81
tgo: Allow anonymous function declarations 7 years ago
Ayke van Laethem 588910792d
Translate bootstrapping main from C to LLVM IR 7 years ago
Ayke van Laethem a9bbed2f6c
tgo: Implement special case for LLVM intrinsics 7 years ago
Ayke van Laethem 89f77fa861
machine/dummy: Add LED1, LED2, etc to dummy machine 7 years ago
Ayke van Laethem 320c583221
Implement printing of int8/uint8/pointers 7 years ago
Ayke van Laethem e171f32493
Implement minimal bump pointer allocator 7 years ago
Ayke van Laethem b45ea2deb9 arm: Fix linker script stack section 7 years ago
Ayke van Laethem 2fca772431 Makefile: Autodetect LLVM bin dir 7 years ago
Ayke van Laethem a39951c3d7 runtime: Convert device initialization to Go 7 years ago
Ayke van Laethem c4f0dc90dd machine: Rewrite most of the GPIO functionality 7 years ago
Ayke van Laethem 16489c0df6 compiler: Workaround for runtime.boundsCheck in runtime dependencies 7 years ago
Ayke van Laethem 01602309fd compiler: Implement register loads and stores 7 years ago
Ayke van Laethem 8c426b406d Automatically convert .svd files to Go source files 7 years ago
Ayke van Laethem 3b4621c215 compiler: Implement XOR (^x) 7 years ago
Ayke van Laethem 877d0817ea compiler: Comments 7 years ago
Ayke van Laethem 84b45a33f1 compiler: Implement initializers for arrays in global structs 7 years ago
Ayke van Laethem db8b6c6900 compiler: Fix package dependency order calculation 7 years ago
Ayke van Laethem 88f143f3e6 compiler: Implement initializers for global structs 7 years ago