aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/sizes.go
AgeCommit message (Expand)Author
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-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-17all: refactor reflect packageAyke van Laethem
2022-06-24darwin: print full size information for -size=fullAyke van Laethem
2022-05-30all: add support for the embed packageAyke van Laethem
2022-05-22darwin: support -size= flagAyke 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-16builder: support -size= flag on the esp32Ayke van Laethem
2021-11-06transform: add debug info in interface lowering passAyke van Laethem
2021-11-04builder: add support for -size= flag for WebAssemblyAyke van Laethem
2021-11-03builder: improve accuracy of the -size=full flagAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2020-04-09builder: work around a bug in ld.lld in LLVM 10Ayke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem