]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/sys_windows_arm.s
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / sys_windows_arm.s
2023-09-21 qmuntalruntime: implement usleep in Go instead of assembly...
2023-09-20 qmuntalruntime: implement osyield in Go instead of assembly...
2023-09-07 qmuntalruntime: remove slow time compatibility hacks for wine
2023-03-13 qmuntalruntime: implement high resolution timer on windows...
2023-03-01 qmuntalruntime: remove unnecessary NOFRAME flags on windows
2023-01-25 qmuntalruntime: delete unused cbctxts variable on windows...
2023-01-24 qmuntalruntime: remove unused badsignal2 on windows
2023-01-24 qmuntalruntime: factor out windows sigtramp
2022-10-19 qmuntalruntime: ignore exceptions from non-Go threads on windo...
2022-05-18 John Bamptonall: fix spelling
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-03 Jason A. Donenfeldruntime: on windows, read nanotime with one instruction...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Cherry Mui[dev.typeparams] runtime: use internal/abi.FuncPCABI0...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-04 Michael Anthony... runtime: abort when receiving a signal on a non-Go...
2021-04-28 Ian Lance Taylorruntime: move Windows time.now implementations into...
2021-04-28 Ian Lance Taylorruntime: consolidate Windows time constants into single...
2021-04-23 Russ Coxruntime: add windows/arm64 cgo-linking code
2021-04-13 Austin Clementsruntime: eliminate externalthreadhandler
2021-04-13 Austin Clementsruntime: use newm for profileloop
2021-04-13 Austin Clementsruntime: use compileCallback for ctrlhandler
2021-04-12 Paschalis Tsiliasruntime: replace outdated documentation link in Windows...
2021-03-29 徐志伟runtime: fix some typos
2021-03-19 Michael Anthony... runtime: mark Windows' address-taken asm routines as...
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-23 Russ Coxruntime: fix usleep on windows/arm
2021-02-23 Russ Coxruntime: fix windows/arm signal handling assembly
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxruntime: convert windows/arm64 assembly
2021-02-19 Russ Coxruntime: fix windows/arm externalthreadhandler
2021-02-19 Russ Coxruntime: fix time on windows/arm under WINE
2021-02-19 Russ Coxruntime: find g in Windows profiler using SP
2021-02-19 Russ Coxruntime: use TOPFRAME to identify top-of-frame functions
2021-02-19 Russ Coxruntime: unify asmcgocall and systemstack traceback...
2021-02-19 Russ Coxruntime: delete windows setlasterror (unused)
2021-02-19 Russ Coxruntime: clean up system calls during cgo callback...
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-19 Jason A. Donenfeldruntime: support new callbackasm1 calling convention...
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-26 Austin Clementsruntime,cmd/cgo: simplify C -> Go call path
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-18 Alex Brainmanruntime: use CreateWaitableTimerEx to implement usleep
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-09-04 Austin Clementsruntime: wrap nanotime, walltime, and write
2019-09-02 Daniel MartíRevert "runtime: remove slow time compatibility hacks...
2019-08-29 Jason A. Donenfeldruntime: remove slow time compatibility hacks for wine
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-09 Russ Coxruntime, crypto/x509: fix vet complaints for all windows
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-19 Jordan RheeRevert "runtime: use QPC for nanotime and time.now...
2018-12-18 Jordan Rheeruntime: use QPC for nanotime and time.now on windows/arm go1.12beta1
2018-12-12 Jordan Rheeruntime: fix profiling on windows/ARM
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Dmitry Vyukovruntime, time: refactor startNano handling
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-18 Jordan Rheeruntime: support windows/arm