aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/x86/ssa.go
AgeCommit message (Expand)Author
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
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: 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-02all: drop 387 supportKeith 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-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-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
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-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-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
2018-03-12cmd/compile/internal/ssa: emit IMUL3{L/Q} for MUL{L/Q}const on x86isharipo
2018-02-13runtime: buffered write barrier for 386Austin Clements
2017-10-24cmd/internal/obj/x86: move MOV->XOR rewriting into compilerMatthew Dempsky
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-09-22cmd/compile: add intrinsic for reading caller's pcDavid Chase
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-25cmd/compile: enforce that MOVXconvert is a no-op on 386 and amd64Josh Bleecher Snyder
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-04-28Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"Josh Bleecher Snyder
2017-04-27cmd/compile: add Type.MustSize and Type.MustAlignmentJosh Bleecher Snyder
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-04-06cmd/internal/obj: unify creation of numeric literal symsJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-03-26cmd/compile: remove likely bits from generated assemblyKeith Randall
2017-03-22cmd/compile/internal/gc: make SSAGenFPJump a method of SSAGenStateMatthew Dempsky