aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/x86
AgeCommit message (Expand)Author
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-09cmd/compile: make ValAndOff.{Val,Off} return an int32Alberto Donizetti
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-25cmd/internal/obj: add Prog.SetFrom3{Reg,Const}Josh Bleecher Snyder
2021-02-25cmd/compile: automate resultInArg0 register checksJosh Bleecher Snyder
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package objw [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: move type size calculations into package types [gen...Russ Cox
2020-12-23[dev.regabi] cmd/compile: group known symbols, packages, names [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
2020-10-30cmd/compile: code cleanupMichele Di Pede
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-09-24cmd/compile: prevent 387+float32+pie from clobbering registersKeith Randall
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-03-03all: fix two minor typos in commentsJosh Bleecher Snyder
2020-02-21cmd/compile: clarify division bounds check optimizationJosh Bleecher Snyder
2019-11-10cmd/compile: enable nil check logging for other architectures.David Chase
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-04-07cmd/compile: remove AUNDEF opcodeKeith Randall
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-02-26cmd/compile: update comment about x86 nop instruction generatorKeith Randall
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-10-23cmd/compile: use proved bounds to remove signed division fix-upsChrisALiles
2018-10-15cmd/compile: add intrinsics for runtime/internal/math on 386 and amd64Martin Möhrmann
2018-10-11cmd/compile: optimize 386's ADDLconstmodifyidx4Ben Shi
2018-10-09cmd/compile: add indexed form for several 386 instructionsBen Shi
2018-10-06cmd/compile: combine similar code in 386's assembly generatorBen Shi
2018-09-20cmd/compile: optimize 386's assembly generatorBen Shi
2018-08-25cmd/compile: optimize 386 code with FLDPIBen Shi
2018-08-22cmd/compile: implement "OPC $imm, (mem)" for 386Ben Shi
2018-08-22cmd/compile: optimize 386 code with MULLload/DIVSSload/DIVSDloadBen Shi
2018-08-20cmd/compile: optimize 386's comparisonBen Shi
2018-08-20cmd/compile/internal/x86: simplify 387 with FLDZ and FLZ1Ben Shi
2018-05-08cmd/compile: rename memory-using operationsKeith Randall
2018-05-08cmd/compile: emit more compact 386 instructionsBen Shi
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-04-11cmd/compile: use Block.Likely to put likely branch firstDavid Chase
2018-04-05cmd/compile: optimize 386 binary operations with a memory operandBen Shi