aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-07-07ci: make smoketests more flexibleAyke van Laethem
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-06-24Makefile: use the LLVM monorepoJustin Clift
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck
2019-06-12Makefile: using an alternative LLVM build dir now worksJustin Clift
2019-06-12Makefile: drop the -lclangToolingRefactor libraryAyke van Laethem
2019-05-24tools/gen-device: complete refactor to new generator based on volatile packageRon Evans
2019-05-24machine/nrf: refactor to use volatile package/APIRon Evans
2019-05-24ci: make sure that all examples are included in the smoketestsAyke van Laethem
2019-05-24ci: move tests from CircleCI config to MakefileAyke van Laethem
2019-05-21machine/stm32: refactor to use new volatile package for all register accessRon Evans
2019-05-19machine/sam: Refactor all machine/runtime code to use new volatile package/APIRon Evans
2019-05-12cgo: refactor; support multiple cgo files in a single packageAyke van Laethem
2019-05-11Makefile: avoid libtinfo and libz dependency of LLVMAyke van Laethem
2019-04-25cgo: support builtin #include headersAyke van Laethem
2019-04-17Makefile: build static binaries onlyAyke van Laethem
2019-04-17Makefile: check whether LLVM was build before making a static binaryAyke van Laethem
2019-04-16tools: remove Makefile tasks that are redundant thanks to TinyGo improvementsRon Evans
2019-04-13all: check formatting on CIAyke van Laethem
2019-04-08circleci: do macOS builds here instead of on Travis CIAyke van Laethem
2019-04-05circleci: build LLVM staticallyAyke van Laethem
2019-04-05Makefile: automatically build LLVM when neededAyke van Laethem
2019-04-05darwin: use custom syscall pkg that uses libsystemAyke van Laethem
2019-02-19build: correct Makefile to build tinygo executable correctly when build direc...Ron Evans
2019-02-05os: add basic OS functionalityAyke van Laethem
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