]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/internal/obj/x86/asm6.go
internal/buildcfg: move build configuration out of cmd/internal/objabi
[gostls13.git] / src / cmd / internal / obj / x86 / asm6.go
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-03-09 David Chasecmd/compile: fix failure to communicate between ABIinfo...
2021-02-24 John Bamptondocs: fix spelling
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-11-02 Cherry Zhangcmd: remove Go115AMD64
2020-10-29 fanzha02cmd/internal/obj/arm64: add CASx/CASPx instructions
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-16 Russ Coxcmd/internal/obj: move LSym.Func into LSym.Extra
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-28 Cherry Zhangcmd/link: consider interface conversions only in reacha...
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-31 Keith Randallcmd/compile,cmd/asm: simplify recording of branch targe...
2020-08-28 Keith RandallRevert "cmd/compile,cmd/asm: simplify recording of...
2020-08-27 Keith Randallcmd/compile,cmd/asm: simplify recording of branch targets
2020-08-27 Keith Randallruntime: framepointers are no longer an experiment...
2020-06-05 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-04 Tobias Klauserall: fix dead links to inferno-os bitbucket repository
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-06 Cherry Zhangcmd/internal/obj, runtime: preempt & restart some instr...
2020-05-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-01 Mark Ryancmd/internal/obj/x86: prevent jumps crossing 32 byte...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-13 Russ Coxcmd/asm, cmd/compile, runtime: add -spectre=ret mode
2019-11-15 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-15 Cherry Zhangcmd/internal/obj/x86: mark 2-instruction TLS access...
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-29 Than McIntoshcmd/compile: fix spurious R_TLE_LE reloc on android/386
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-17 Artem Alekseevcmd/asm: add missing x86 instructions
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-09 Brad Fitzpatrickall: remove the nacl port (part 2, amd64p32 + toolchain)
2019-09-08 Ainar Garipovall: fix typos
2019-05-05 Iskander Sharipovall: remove commented-out print statements
2019-04-30 Iskander Sharipovcmd/asm: reject BSWAPW on amd64
2019-04-09 Cherry Zhangcmd/internal/obj/x86: allow non-zero offset in TLS...
2019-04-02 Mark Ryancmd/asm: Fix EVEX RIP-relative addressing
2019-03-19 Josh Bleecher Snydercmd/internal/obj/x86: slightly optimize ADJSP encoding
2019-03-19 Josh Bleecher Snydercmd/internal/obj/x86: minor clean-up in span6
2019-03-01 artemkaxboycmd/internal/obj/x86: unexport movtab
2019-01-11 Austin Clementscmd/compile: separate data and function LSyms
2018-11-12 Austin Clementscmd/compile, cmd/link: separate stable and internal...
2018-11-07 Keith Randallsyscall: implement syscalls on Darwin using libSystem
2018-10-06 Igor Zhilianinall: fix a bunch of misspellings
2018-10-06 Tim Cooperall: remove unneeded parentheses from package consts...
2018-05-22 isharipocmd/asm: enable AVX512
2018-05-17 isharipocmd/internal/obj/x86: fix VPERMQ and VPERMPD ytab
2018-05-11 quasilytecmd/internal/obj/x86: use named consts for movtab Z...
2018-04-27 Josh Bleecher Snydercmd/internal/obj: convert unicode C to ASCII C
2018-04-24 quasilytecmd/internal/obj/x86: forbid mem args for MOV_DR and...
2018-04-23 isharipocmd/internal/obj/x86: faster Assemble for non-NaCl...
2018-04-20 quasilytecmd/internal/obj/x86: disallow PC/FP/SB scaled index
2018-04-20 quasilytecmd/internal/obj/x86: ifelse->switch, named const for...
2018-04-20 quasilytecmd/internal/obj/x86: add named consts for Prog.Back...
2018-04-17 quasilytecmd/internal/obj/x86: better error msg for offset overf...
2018-04-16 bontequerocmd/internal/obj/x86: fix doc-comment and clarify outpu...
2018-04-09 isharipocmd/internal/obj/x86: remove redundant code (fix TODO)
2018-04-06 Daniel Martícmd: some semi-automated cleanups
2018-04-05 isharipocmd/internal/obj/x86: cleanup comments and consts
2018-04-05 isharipocmd/internal/obj/x86: remove unused VEX constants
2018-04-05 isharipocmd/internal/obj/x86: make AsmBuf receiver name consistent
2018-04-02 Daniel Martícmd: remove some unused parameters
2018-03-26 Ilya Tocarcmd/internal/obj/x86: use PutOpBytesLit in more places
2018-03-21 Tim Wrightall: enable c-shared/c-archive support for freebsd...
2018-03-13 Daniel Martícmd/asm: VPERMQ's imm8 arg is an uint8
2018-02-27 isharipocmd/internal/obj/x86: add missing legacy insts
2018-02-26 Kunpei Sakaicmd: avoid unnecessary type conversions
2018-02-20 Ilya Tocarcmd/internal/obj/x86: small refactoring
2017-12-01 Joe TsaiRevert "go/printer: forbid empty line before first...
2017-11-21 isharipocmd/internal/obj/x86: fix /is4 encoding for VBLEND
2017-11-17 isharipocmd/internal/obj/x86: add AVX2 gather and VSIB
2017-11-02 Joe Tsaigo/printer: forbid empty line before first comment...
2017-11-02 isharipocmd/internal/obj: make it possible to have all AVX1...
2017-11-02 Ilya Tocarcmd/internal/obj/x86: add ADX extension
2017-10-26 isharipoobj/x86: re-organize code to make codegen easier
2017-10-24 Matthew Dempskycmd/internal/obj/x86: move MOV->XOR rewriting into...
2017-10-11 Keith Randallcmd/compile: abort earlier if stack frame too large
2017-10-10 Alex Brainmancmd/dist, cmd/link, cmd/go: make c-shared work on windows
2017-10-06 isharipocmd/asm: fix build error caused by yextractps
2017-10-06 isharipoobj/x86: make VEX-specified-register explicit
2017-10-06 isharipocmd/asm: add amd64 EXTRACTPS instruction
2017-09-18 Damien Lespiaucmd/internal/obj/x86: add ADDSUBPS/PD
2017-09-15 isharipocmd/internal/obj: change Prog.From3 to RestArgs ([...
2017-09-07 isharipocmd/asm: restrict x86 shift ops to 8bit args
2017-09-06 Agniva De Sarkercmd/internal/obj/x86: add some more AVX2 instructions
2017-09-06 isharipocmd/asm: add most SSE4 missing instructions
2017-09-06 isharipocmd/asm: add amd64 PALIGNR instruction
2017-09-06 isharipocmd/asm: add amd64 CLFLUSH instruction
2017-09-06 isharipocmd/asm: add amd64 PAB{SB,SD,SW}, PMADDUBSW, PMULHRSW...
2017-08-28 Keith Randallcmd/compile: avoid generating large offsets
2017-08-17 Hiroshi Iokacmd/internal/obj/x86: don't apply workaround for solari...
2017-05-01 Damien Lespiaucmd/internal/obj/x86: fix ANDPS encoding
2017-04-26 Damien Lespiaucmd/internal/obj/x86: fix adcb r/mem8,reg8 encoding
2017-04-25 Damien Lespiaucmd/internal/obj/x86: port the doasm comment to go
2017-04-20 Josh Bleecher Snydercmd/internal/obj: eliminate LSym.Version
2017-04-20 Ilya Tocarcmd/internal/obj/x86: fix relocation offset for VEX...
2017-04-19 Matthew Dempskycmd/internal/objabi: extract shared functionality from obj
2017-04-18 Matthew Dempskycmd/internal/obj: un-embed FuncInfo field in LSym
2017-04-12 Josh Bleecher Snydercmd/internal/obj: remove Link.Plan9privates
2017-04-07 Josh Bleecher Snydercmd/internal/obj: eagerly initialize assemblers
2017-04-06 Josh Bleecher Snydercmd/internal/obj: remove Linklookup
next