aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2023-12-09builder/picolib: add needed file for compiling math functions with error supp...deadprogram
2023-11-24refactor: reuse OptLevel() to get the opt levelRado M
2023-10-15builder: generalize build ID fallback to darwinAyke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-10-06avr: don't compile large parts of picolibc (math, stdio)Ayke van Laethem
2023-10-04build: avoid sharing GlobalValues between build instancesAyke van Laethem
2023-10-04all: refactor goenv.Version to add the git sha1 if neededAyke van Laethem
2023-10-04all: use the new LLVM pass managerAyke van Laethem
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-09-20build: build Go SSA serially [issue 3895]Dan Kegel
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-16atsamd21, atsamd51: add support for USB INTERRUPT OUTsago35
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-09builder: update message for max supported Go versiondeadprogram
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-07-31compiler: add compiler-rt and wasm symbols to tableCharlie Haley
2023-07-07main: use `go env` instead of doing all detection manuallyAyke van Laethem
2023-06-18example: simplify pininterruptYurii Soldak
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2023-06-06main: add -internal-nodwarf flagAyke van Laethem
2023-05-16builder: bump sizes_testDamian Gryski
2023-05-13builder: implement Nordic DFU file writer in GoAyke van Laethem
2023-04-27builder: bump sizes test valuesDamian Gryski
2023-04-27builder: add link to compatibility matrixAyke van Laethem
2023-04-26runtime: improve panic message when heap allocating in an interruptAyke van Laethem
2023-04-26runtime: print the address where a panic happenedAyke van Laethem
2023-04-22builder: print the status of the job that just completedDamian Gryski
2023-04-18fix some commentscui fliter
2023-03-19builder: bump sizes testsDamian Gryski
2023-03-15builder: fix binary size rodata valueDamian Gryski
2023-03-13builder: add test to check for changes in binary sizeAyke van Laethem
2023-03-08compiler: account for alignment with -size=fullAyke van Laethem
2023-03-08builder: improve reading of DWARF variablesAyke van Laethem
2023-03-08builder: sizes: list interrupt vector as a pseudo-package for -size=fullAyke van Laethem
2023-03-08builder: detect compiler-rt size usageAyke van Laethem
2023-03-07ci: build LLVM with thread support on WindowsAyke van Laethem
2023-03-05compiler: add debug information to []embed.file slice globalAyke van Laethem
2023-03-05compiler: add debug information to //go:embed slice dataAyke van Laethem
2023-03-05compiler: add debug info to []embed.files backing arrayAyke van Laethem
2023-02-28Fail earlier if Go is not availableFederico G. Schwindt
2023-02-27compiler: add llvm.ident metadataAyke van Laethem
2023-02-26builder: remove non-ThinLTO build modeAyke van Laethem
2023-02-17all: refactor reflect packageAyke van Laethem
2023-01-30windows: add ARM64 supportAyke van Laethem
2023-01-17all: remove remaining +build linesAyke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2023-01-15test: print package name when compilation failedAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-12-16builder: always run wasm-opt for wasm32 binariesDamian Gryski