]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/sys_windows_amd64.s
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / sys_windows_amd64.s
2023-10-05 qmuntalruntime: support SetUnhandledExceptionFilter on Windows
2023-09-21 qmuntalruntime: implement usleep in Go instead of assembly...
2023-09-20 qmuntalruntime: implement osyield in Go instead of assembly...
2023-09-12 qmuntalall: fix Microsoft links
2023-09-07 qmuntalruntime: support nil libcall.args when calling stdcall...
2023-09-07 qmuntalruntime: remove slow time compatibility hacks for wine
2023-04-25 qmuntalruntime: fallback to TEB arbitrary pointer when TLS...
2023-04-21 Austin Clementsruntime: tidy _Stack* constant naming
2023-04-20 Austin ClementsRevert "runtime: tidy _Stack* constant naming"
2023-04-20 Austin Clementsruntime: tidy _Stack* constant naming
2023-03-23 Michael Prattall: replace leading spaces with tabs in assembly
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: use explicit NOFRAME on windows/amd64
2023-01-24 qmuntalruntime: remove unused badsignal2 on windows
2023-01-24 qmuntalruntime: factor out windows sigtramp
2022-11-14 qmuntalruntime,cmd/internal/obj/x86: use TEB TLS slots on...
2022-11-03 qmuntalruntime: support control flow guard on windows/amd64
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-19 Changkun Ousyscall: add SyscallN
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-26 Cherry Zhangruntime: fix offset in comment
2021-04-21 Michael Anthony... runtime: call nanotimeQPC from nanotime1 normally
2021-04-15 Austin Clementsruntime,runtime/cgo: save all necessary registers on...
2021-04-14 El Mostafa Idrassiruntime: increase maxargs to avoid syscall18 crash...
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-04-01 Austin Clementsruntime: fix uses of ABIInternal PCs in assembly
2021-03-24 Michael Anthony... runtime: bypass ABI wrapper when calling needm on Windows
2021-03-19 Michael Anthony... runtime: mark Windows' address-taken asm routines as...
2021-03-19 Michael Anthony... runtime: call nanotimeQPC from nanotime1 without a...
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
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: 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-25 Russ Cox[dev.typeparams] merge dev.regabi 40f5bc4d556a into...
2020-11-25 Russ Cox[dev.regabi] merge master 4481ad6eb6 into dev.regabi
2020-11-24 Alex Brainmanruntime: allow for usleep2HighRes to run without TLS...
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
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-25 Richard Wilkesruntime: allow float syscall return values on windows...
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-10 Russ Coxruntime: fix windows-amd64-2012 build
2019-05-09 Russ Coxruntime, crypto/x509: fix vet complaints for all windows
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Alex Brainmanruntime: fix syscall.NewCallback to return all bits...
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-10-03 Zhou Pengall: this big patch remove whitespace from assembly...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-23 Kazuhiro Seraall: fix typos detected by github.com/client9/misspell
2018-07-02 Austin Clementsruntime: query thread stack size from OS on Windows
2018-07-02 Austin Clementsruntime: initialize g0 stack bounds on Windows to full...
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
next