aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts
AgeCommit message (Expand)Author
2024-11-20runtime: implement race-free signals using futexesAyke van Laethem
2024-11-20cgo: support errno value as second return parameterAyke van Laethem
2024-11-01main: parse extldflags early so we can report the error messageAyke van Laethem
2024-10-28tinygo: revise and simplify wasmtime argument handling (#4555)Randy Reddig
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-09-18support -extldflagsDamian Gryski
2024-09-05mips: use MIPS32 (instead of MIPS32R2) as the instruction setAyke van Laethem
2024-09-04darwin: replace custom syscall package with Go native syscall packageAyke van Laethem
2024-08-22mips: fix big-endian (GOARCH=mips) supportAyke van Laethem
2024-08-15os/user: use stdlib version of this packageAyke van Laethem
2024-08-15unix: print a message when a fatal signal happensAyke van Laethem
2024-08-14arm: support softfloat in GOARM environment variableAyke van Laethem
2024-08-14linux: use -musleabi* instead of -gnueabi* (or nothing)Ayke van Laethem
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-08-12compileopts: refactor defaultTarget functionAyke van Laethem
2024-08-07compileopts: add CanonicalArchName to centralize arch detectionAyke van Laethem
2024-07-22all: add linux/mipsle supportAyke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-05-24LLVM 18 supportAyke van Laethem
2024-04-27compileopts: fix race conditionAyke van Laethem
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-04-17compileopts: apply OpenOCD commands after target configurationElias Naur
2024-03-28nix: fix wasi-libc include headersAyke van Laethem
2024-03-26wasm-unknown: add math and memory builtins that LLVM needsAyke van Laethem
2024-02-19compileopts: remove workaround for LLVM 16Ayke van Laethem
2024-02-19compileopts: always enable CGoAyke van Laethem
2024-02-11compileopts: set 'purego' build tag by defaultAyke van Laethem
2024-01-31Allow larger systems to have a larger max stack allocDamian Gryski
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2024-01-05all: statically link to LLVM 17 instead of LLVM 16Ayke van Laethem
2023-12-23main: add -serial=rtt supportAyke van Laethem
2023-11-02compileopts, targets, main: support Wasmtime v14 (#3972)Randy Reddig
2023-11-02main, compileopts: move GetTargetSpecs() to compileopts packagesago35
2023-10-25compileopts: add cflag '-isystem' for resource directory search since needed ...deadprogram
2023-10-14all: add Nix flake fileAyke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-10-04targets: increase default stack size to 64k for wasi/wasm targetsdeadprogram
2023-10-04all: use the new LLVM pass managerAyke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-17targets: increase default stack size to 32k for wasi/wasm targetsdeadprogram
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-13main: add target JSON file in `tinygo info` outputAyke van Laethem
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2023-06-06main: add -internal-nodwarf flagAyke van Laethem
2023-05-17compileopts: don't filter build tags, use specific build tags insteadAyke van Laethem
2023-04-17targets: make msd-volume-name an arrayKenneth Bell
2023-04-12testing: add -test.shuffle to order randomize test and benchmark orderDamian Gryski
2023-03-31testing: add test.skipDamian Gryski