aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/x86/387.go
AgeCommit message (Expand)Author
2020-10-02all: drop 387 supportKeith Randall
2020-09-24cmd/compile: prevent 387+float32+pie from clobbering registersKeith Randall
2020-03-03all: fix two minor typos in commentsJosh Bleecher Snyder
2018-08-25cmd/compile: optimize 386 code with FLDPIBen Shi
2018-08-20cmd/compile/internal/x86: simplify 387 with FLDZ and FLZ1Ben Shi
2017-10-26cmd/compile: make sure not to use SP as an index registerKeith Randall
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-03-22cmd/compile: funnel SSA Prog creation through SSAGenStateJosh Bleecher Snyder
2017-03-17cmd/compile: eliminate direct uses of gc.Thearch in backendsMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-02-06cmd/compile/internal/gc: remove more backend Sym usesMatthew Dempsky
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-08-15[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.dev.ssaDavid Chase
2016-08-11[dev.ssa] cmd/compile: fix fp constant loads for 386+PICKeith Randall
2016-08-10[dev.ssa] cmd/compile: implement GO386=387Keith Randall