aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2021-11-20targets: change LLVM features to match vanilla ClangAyke van Laethem
2021-11-19builder: fix off-by-one in size calculationAyke van Laethem
2021-11-19windows: add support for the -size= flagAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-16builder: support -size= flag on the esp32Ayke van Laethem
2021-11-15all: add support for GOARMAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-07all: add target-features string to all targetsAyke van Laethem
2021-11-06transform: add debug info in interface lowering passAyke van Laethem
2021-11-05targets: match LLVM triple to the one Clang usesAyke van Laethem
2021-11-04cgo: run CGo parser for all CGo fragments in a fileAyke van Laethem
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem
2021-11-04builder: reduce number of open filesAyke van Laethem
2021-11-04main: add -p flag to set parallelismAyke van Laethem
2021-11-04picolibc: add include directory to build artefactAyke van Laethem
2021-11-04builder: add support for -size= flag for WebAssemblyAyke van Laethem
2021-11-03targets: add CPU property everywhereAyke van Laethem
2021-11-03builder: improve accuracy of the -size=full flagAyke van Laethem
2021-11-03compiler: refactor when the optsize attribute is setAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-10-05main: implement `tinygo lldb` subcommandAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-09-28builder, cgo: support function definitions in CGo headersAyke van Laethem
2021-09-27all: fix staticcheck warningsAyke van Laethem
2021-09-17builder: simplify running of jobsAyke van Laethem
2021-09-16esp32c3: add support for this chipAyke van Laethem
2021-09-08builder: add missing error check for ioutil.TempFile()Damian Gryski
2021-08-30all: add support for Go 1.17Ayke van Laethem
2021-08-16ci: drop support for Go 1.13 and 1.14Ayke van Laethem
2021-07-31main: strip debug information at link time instead of at compile timeAyke van Laethem
2021-07-15build: list libraries at the end of the linker commandAyke van Laethem
2021-07-07cortexm: fix stack overflow because of unaligned stacksAyke van Laethem
2021-06-17rp2040: patch elf to checksum 2nd stage bootKenneth Bell
2021-06-08support flashing pca10059 from windowsOlaf Flebbe
2021-06-02main: escape commands while printing them with the -x flagAyke van Laethem
2021-05-06main: match `go test` outputAyke van Laethem
2021-05-06Add -llvm-features parameterFederico G. Schwindt
2021-05-06compiler: openocd commands in tinygo command lineKenneth Bell
2021-04-19builder: hard code Clang compilerAyke van Laethem
2021-04-14all: use -Qunused-arguments only for assembly filesAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-08builder: run function passes per packageAyke van Laethem
2021-04-08builder: add optsize attribute while building the packageAyke van Laethem
2021-04-06cgo: add support for CFLAGS in .c filesAyke van Laethem
2021-04-05builder: add support for -x flagAyke van Laethem
2021-04-05builder: cache C and assembly file outputsAyke van Laethem
2021-04-05builder: refactor link file inputsAyke van Laethem
2021-04-02builder: run interp per packageAyke van Laethem
2021-03-21builder, compiler: compile and cache packages in parallelAyke van Laethem