aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/x86
AgeCommit message (Expand)Author
2020-10-01[release-branch.go1.15] cmd/compile: prevent 387+float32+pie from clobbering ...Keith 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
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-26cmd/compile: make sure not to use SP as an index registerKeith Randall
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-08-09cmd/compile: remove gc.Sysfunc calls from 387 backendJosh 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-21cmd/compile: move Linksym, linksymname, and isblanksym to types packageJosh Bleecher Snyder
2017-04-20cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-04-20cmd/compile/internal/gc: make defframe arch-independentMatthew Dempsky
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
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