81 Commits (0aed62efe43b42794244d48914509e8928f08f16)

Author SHA1 Message Date
Damian Gryski 9eb13884de compileopts,targets: replace '{root}' in target files 3 years ago
Nia Waldvogel 747336f0a9 runtime: remove extalloc 3 years ago
Ayke van Laethem 5127b9d65b all: add LLVM 12 support 4 years ago
Ayke van Laethem 34011c4800 targets: change LLVM features to match vanilla Clang 3 years ago
Ayke van Laethem 869e917dc6 all: add support for windows/amd64 3 years ago
Ayke van Laethem 7cb44fb373 all: add support for GOARM 3 years ago
Nia Waldvogel 641dcd7c16 internal/task: use asyncify on webassembly 3 years ago
Ayke van Laethem 78fec3719f all: add target-features string to all targets 3 years ago
Ayke van Laethem af4d0fe191 compileopts: fix reversed append in the target file 3 years ago
Ayke van Laethem fce403b7a0 targets: match LLVM triple to the one Clang uses 3 years ago
Ayke van Laethem 403d93560b builder: build static binaries using musl on Linux 5 years ago
Ayke van Laethem c638f03b3c main: add -p flag to set parallelism 3 years ago
Ayke van Laethem 79bdd3f79a picolibc: add include directory to build artefact 3 years ago
Ayke van Laethem 39ff13fd1a wasm: specify wasi-libc in code, not in the JSON target file 3 years ago
Ayke van Laethem 29206cf0a4 targets: add CPU property everywhere 3 years ago
Ayke van Laethem 14bb90c3c0 cgo: add support for stdio in picolibc and wasi-libc 3 years ago
Ayke van Laethem a6246e60f3 main: remove -target flag for LLVM targets 3 years ago
Ayke van Laethem 0a80da46b1 main: test other architectures by specifying a different GOARCH 3 years ago
Ayke van Laethem 36f1517e8d arm: use armv7 instead of thumbv7 3 years ago
Ayke van Laethem bf9dab36f7 build: normalize target triples to match Clang 3 years ago
Ayke van Laethem 6234bf9a88 all: use -opt flag for optimization level in CFlags (-Os, etc) 3 years ago
Ayke van Laethem 37ee4bea40 arm: switch to Thumb instruction set on ARM 3 years ago
Olivier Fauchon 6c6fea5387 BlackMagic (BMP) ARM JTAG/SWD debugger: 3 years ago
Ayke van Laethem ca7c849da3 386: bump minimum requirement to the Pentium 4 3 years ago
Ayke van Laethem 7434e5a2c7 main: strip debug information at link time instead of at compile time 3 years ago
Federico G. Schwindt e834d78871 Fix undefined symbols error 3 years ago
Ayke van Laethem 96e863f0f3 all: add a flag to the command line to select the serial implementation 3 years ago
Ayke van Laethem c3032660c9 wasi: remove wasm build tag 3 years ago
Ayke van Laethem e107efa63f main: detect specific serial port IDs based on USB vid/pid 3 years ago
Kenneth Bell 52d640967b rp2040: patch elf to checksum 2nd stage boot 3 years ago
Olaf Flebbe 1f5e4e79aa support flashing pca10059 from windows 3 years ago
Ayke van Laethem 4e610a0ee7 main: escape commands while printing them with the -x flag 3 years ago
Ayke van Laethem 9f5066aa6f runtime: use the tasks scheduler instead of coroutines 4 years ago
Federico G. Schwindt 617e2791ef Add -llvm-features parameter 4 years ago
Kenneth Bell a0908ff55b compiler: openocd commands in tinygo command line 4 years ago
Ayke van Laethem 959442dc82 unix: use conservative GC by default 4 years ago
Ayke van Laethem 1f73941c43 ci: bump Xcode version to use macOS 10.14 4 years ago
Ayke van Laethem c466465c32 main: add -print-allocs flag that lets you print all heap allocations 4 years ago
Ayke van Laethem f706219996 builder: hard code Clang compiler 4 years ago
Ayke van Laethem 33f76d1c2e main: implement -ldflags="-X ..." 4 years ago
Ayke van Laethem 7bac93aab3 main: remove -cflags and -ldflags flags 4 years ago
Ayke van Laethem 49ec3eb58e builder: add optsize attribute while building the package 4 years ago
Tobias Theel 4be9802d26 throw an error on windows builds with no target specified 4 years ago
sago35 16e7dd83a3 gdb: enable to specify multiple candidates for gdb 4 years ago
Ayke van Laethem e3aa13c2a6 all: replace strings.Replace with strings.ReplaceAll 4 years ago
Ayke van Laethem 9612af466b compiler: move settings to a separate Config struct 4 years ago
Fauchon c4d642007e
New tinygo -x option to print commands (#1572) 4 years ago
Ayke van Laethem da0161d6ab wasm: implement a growable heap 4 years ago
Jacques Supcik 2f4200a01b
Add support for additional openocd commands (#1492) 4 years ago
Takeshi Yoneda 9a015f4f64
add wasm-abi field in TargetSpec && set generic for WASI by default (#1421) 4 years ago