aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm
AgeCommit message (Expand)Author
2026-03-10cmd/compile: fix arm direct tail callKeith Randall
2026-03-10cmd/internal/obj/arm: set spadj in arm32 tailcallThea Heinen
2026-03-07cmd/internal/obj: fix indirect tail call codeKeith Randall
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-08cmd/internal/obj: fix Link.Diag printf errorsAlan Donovan
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-02-26runtime: remove ret field from gobufKeith Randall
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-10-23cmd/asm: add support for LDREXB/STREXBMauri de Souza Meneguzzo
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2023-12-15cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0.Keith Randall
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-06-01cmd/internal/obj/arm: handle HAUTO etc. in addpoolCherry Mui
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
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-04-05cmd/internal/obj/arm: simplify huge frame prologueAustin Clements
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-10-26cmd/internal/obj/{arm,s390x}: make return jump print nicerCherry Zhang
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
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-08-20cmd/internal/obj: stop removing NOPs from instruction streamKeith Randall
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-10-16cmd/internal/obj/arm: remove NaCl related DATABUNDLEBen Shi
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-10-03cmd/internal/obj/arm: delete unnecessary codeBen Shi
2018-07-03cmd/internal/obj: follow convention for generated code commentTobias Klauser
2018-05-22cmd/asm: enable AVX512isharipo
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-05-14cmd/internal/obj/arm: fix wrong encoding of MULBen Shi
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-04-30cmd/internal/obj/arm: fix/rationalize checkpool distance checkAustin Clements
2018-04-17cmd/internal/obj/arm, runtime: delete old ARM softfloat codeCherry Zhang
2018-04-06cmd: some semi-automated cleanupsDaniel Martí