aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_darwin_arm64.c
AgeCommit message (Expand)Author
2020-10-28runtime: set up TLS without cgo on darwin/arm64Cherry Zhang
2020-10-17runtime/cgo: build iOS-specific code only on iOSCherry Zhang
2020-10-03misc/ios: add support for running programs on the iOS simulatorElias Naur
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-04-29runtime/cgo: ignore missing Info.plist files on iOSElias Naur
2019-04-18runtime/cgo: declare variable setg_gcc as staticerifan01
2018-04-10misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapperElias Naur
2018-03-07runtime/cgo: make sure nil is undefined before defining itElias Naur
2017-06-21runtime/cgo: fix typosHiroshi Ioka
2017-03-27runtime/cgo: CFRelease result from CFBundleCopyResourceURLElias Naur
2017-03-04misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again)Elias Naur
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-03-08cmd/go: ignore C files when CGO_ENABLED=0Russ Cox
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-27runtime/cgo: more +build cgo tagsRuss Cox
2015-04-16runtime/cgo: enable arm64 EXC_BAD_ACCESS handlerDavid Crawshaw
2015-04-16runtime/cgo: darwin/arm64 supportShenghou Ma