aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/arm
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-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-12-08[dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated]Matthew Dempsky
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [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-06-18cmd/compile: redo flag constant ops for armKeith Randall
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2019-11-10cmd/compile: enable nil check logging for other architectures.David Chase
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
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-08-28cmd/compile: optimize ARM's math.bits.RotateLeft32Ben Shi
2019-08-28cmd/compile: optimize ARM's math.AbsBen Shi
2019-04-13cmd/compile/internal/arm: merge cases in ssaGenValueTobias Klauser
2019-04-07cmd/compile: remove AUNDEF opcodeKeith Randall
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-03-07cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on armerifan01
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-09-11cmd/compile: optimize arm's bit operationBen Shi
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-04-13all: use new softfloat on GOARM=5Cherry Zhang
2018-04-11cmd/compile: use Block.Likely to put likely branch firstDavid Chase
2018-02-13runtime: buffered write barrier for armAustin Clements
2017-10-26cmd/compile: optimize MOVBS/MOVBU/MOVHS/MOVHU on ARMv6 and ARMv7Ben Shi
2017-10-11cmd/compile: optimize ARM code with CMN/TST/TEQBen Shi
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-09-21cmd/compile: optimized ARM code with BFX/BFXUBen Shi
2017-09-19cmd/compile: remove Symbol wrappers from Aux fieldsKeith Randall
2017-09-15cmd/compile: optimize ARM code with MULAF/MULSF/MULAD/MULSDBen Shi
2017-09-11cmd/compile: optimize ARM code with NMULF/NMULDBen Shi
2017-08-30cmd/compile: optimize ARM with MULSBen Shi
2017-08-28cmd/compile: optimize ARM with more efficient MOVB/MOVBU/MOVH/MOVHUBen Shi
2017-08-02cmd/compile: set/unset base register for better assembly printCherry Zhang
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