aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/arch_amd64.go
AgeCommit message (Expand)Author
2022-06-19avr: add support for recover()Ayke van Laethem
2021-11-30runtime: use LLVM intrinsic to read the stack pointerAyke van Laethem
2020-10-02gc: use raw stack access whenever possibleAyke van Laethem
2019-08-25runtime: add dummy getCurrentStackPointer functionsAyke van Laethem
2019-02-05amd64: align on 16 bytes instead of 8Ayke van Laethem
2019-01-05all: add support for more architectures and GOOS/GOARCH (#118)Ayke
2018-11-17runtime: unify GC interfaceAyke van Laethem
2018-11-14compiler: update integer type sizesAyke van Laethem
2018-09-02Move runtime.TargetBits out of the compilerAyke van Laethem
2018-08-29Move lenType definition to runtime (partially)Ayke van Laethem