aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_loong64.s
AgeCommit message (Expand)Author
2024-05-13all: delete loong64 non-register ABI fallback pathGuoqi Chen
2024-01-27runtime: crash stack support for loong64Mauri de Souza Meneguzzo
2023-11-21runtime: support regABI and add spill functions in runtime for loong64Guoqi Chen
2023-11-21cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l...WANG Xuerui
2023-11-21cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI...Guoqi Chen
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10runtime: fix typosJes Cok
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-29runtime: remove unnecessary writes to gp.sched.g on loong64Guoqi Chen
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-03-17runtime: remove the fake mstart caller in systemstack on linux/loong64Guoqi Chen
2023-03-15cmd/compile/internal, runtime: use NOOP for hardware NOPs on loong64WANG Xuerui
2023-03-15runtime: mark morestack_noctxt SPWRITE for linux/loong64Guoqi Chen
2023-03-10runtime: implement cputicks with the stable counter on loong64Guoqi Chen
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2022-06-28runtime: clean up unused function gosave on loong64Guoqi Chen
2022-05-24runtime: add missing {TOPFRAME,NOFRAME} flag for linux/loong64Guoqi Chen
2022-05-20runtime: implement runtime entry for linux/loong64Xiaodong Liu