aboutsummaryrefslogtreecommitdiffhomepage
path: root/target.go
AgeCommit message (Expand)Author
2019-07-06main: use zversion.go and VERSION files to detect version, fixes #433diamondburned
2019-06-20Added supporting suctom TargetSpec json file via -target flag.m-chichikalov
2019-06-13all: try more locations to find Clang built-in headersAyke van Laethem
2019-06-06main: show a better error when version detection of GOROOT failedAyke van Laethem
2019-05-28llvm cpu featuresj7b
2019-05-24main: add build tags for the Go stdlib versionAyke van Laethem
2019-05-07main: make $GOROOT more robust and configurableAyke van Laethem
2019-05-05main: add fallback mechanism for LLVM commandsAyke van Laethem
2019-03-04all: use internal objcopy implementationAyke van Laethem
2019-03-01arm: switch to hardfloat ABI for LinuxAyke van Laethem
2019-02-19all: add macOS supportAyke van Laethem
2019-02-07compiler: add syscalls for 64-bit armAyke van Laethem
2019-02-07compiler: add syscalls for 32-bit armAyke van Laethem
2019-02-05main: link with --gc-sectionsAyke van Laethem
2019-02-01target: detect source directory more reliablyAyke van Laethem
2019-01-05all: add support for more architectures and GOOS/GOARCH (#118)Ayke
2019-01-04Reduce code size for AVR (#116)Ayke
2018-12-10all: add bare-bones Cgo supportAyke van Laethem
2018-11-28main: configure default GC in target JSON fileAyke van Laethem
2018-11-22all: compile and link using clang, where possibleAyke van Laethem
2018-11-19targets: let specific targets inherit more general targetsAyke van Laethem
2018-11-19targets: make compiler runtime selection more configurableAyke van Laethem
2018-10-21all: add WebAssembly backendAyke van Laethem
2018-10-08all: add emulation support for Cortex-M3 with QEMUAyke van Laethem
2018-10-07all: use compiler-rt for builtinsAyke van Laethem
2018-10-03all: implement gdb sub-command for easy debuggingAyke van Laethem
2018-09-29main: use GOPATH from the environmentAyke van Laethem
2018-09-24main: run the compiler from any pathAyke van Laethem
2018-09-21compiler: emit non-PIE executablesAyke van Laethem
2018-09-14all: implement `tinygo flash` commandAyke van Laethem
2018-09-14compiler: produce .hex files directlyAyke van Laethem
2018-09-12all: support Arduino in the compiler driverAyke van Laethem
2018-09-12all: make targets configurable with a JSON fileAyke van Laethem