aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2019-02-01main: optionally build with LLDAyke van Laethem
2019-02-01main: include prebuilt compiler-rt libraries in release tarballAyke van Laethem
2019-02-01all: add static and release Makefile targetsAyke van Laethem
2019-02-01Makefile: rename tgo to tinygoAyke van Laethem
2019-01-13generator: generate device wrappers for Atmel SAM familyRon Evans
2018-12-11build: Makefile needs to look at changes in all needed sub-directories to dec...Ron Evans
2018-12-10loader: switch to custom program loaderAyke van Laethem
2018-12-01reelboard: support Reel Board (nrf52840 dev board)Ron Evans
2018-11-20avr: add support for the digisparkAyke van Laethem
2018-11-04interp: add new compile-time package initialization interpreterAyke van Laethem
2018-10-08all: add emulation support for Cortex-M3 with QEMUAyke van Laethem
2018-10-07microbit: add Makefile entries for target=microbitRon Evans
2018-10-02Makefile: add gen-device-stm32 to gen-device targetAyke van Laethem
2018-09-30Makefile: run verbose 'make test'Ayke van Laethem
2018-09-25Makefile: add 'make test' that runs go testAyke van Laethem
2018-09-25Makefile: go fmt testdata/*.goAyke van Laethem
2018-09-23Makefile: add new packages to tgo dependenciesAyke van Laethem
2018-09-22compiler: refactor compiler into separate packageAyke van Laethem
2018-09-22compiler: refactor IR parts into separate packageAyke van Laethem
2018-09-22Makefile: go fmt more packagesAyke van Laethem
2018-09-22stm32: initial supportAyke van Laethem
2018-09-22tools/gen-device-svd: make source URL configurableAyke van Laethem
2018-09-18compiler: add -size flag to replace size utilityAyke van Laethem
2018-09-14Makefile: simplify `make fmt`Ayke van Laethem
2018-09-13Makefile: improve gen-device* commandsAyke van Laethem
2018-09-13gen-device: move to new tools directoryAyke van Laethem
2018-09-12Makefile: use the compiler driver directlyAyke van Laethem
2018-09-12all: remove last traces of the C runtimeAyke van Laethem
2018-09-12runtime/nrf: translate nrf sleep function from C to GoAyke van Laethem
2018-09-12compiler: improve command line argument parsingAyke van Laethem
2018-09-05examples: clean up examples and add blinky1 for ArduinoAyke van Laethem
2018-09-05all: use less magic in memory-mapped IOAyke van Laethem
2018-09-05avr: remove device files, use them from a subrepositoryAyke van Laethem
2018-09-04Makefile: some cleanupsAyke van Laethem
2018-09-04compiler: move optimizer into the binaryAyke van Laethem
2018-08-29Remove use of CGo in the runtimeAyke van Laethem
2018-08-24Enable aggressive code size optimizations: -OzAyke van Laethem
2018-08-24Add make fmtAyke van Laethem
2018-08-20Revert "Move coroutine passes from Makefile to compiler itself"Ayke van Laethem
2018-08-20Move coroutine passes from Makefile to compiler itselfAyke van Laethem
2018-06-07Add AVR supportAyke van Laethem
2018-06-07Assorted allocator fixesAyke van Laethem
2018-06-07Makefile: use -Os instead of -O1Ayke van Laethem
2018-06-07Add goroutines and function pointersAyke van Laethem
2018-06-07Move to my own fork of LLVMAyke van Laethem
2018-06-03Translate bootstrapping main from C to LLVM IRAyke van Laethem
2018-05-28Makefile: Autodetect LLVM bin dirAyke van Laethem
2018-05-05Automatically convert .svd files to Go source filesAyke van Laethem
2018-04-27compiler: Implement -ffunction-sections workAyke van Laethem
2018-04-26Makefile: Remove SECONDARY: ruleAyke van Laethem