aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/util.go
AgeCommit message (Expand)Author
35 hourscmd/asm, cmd/internal/obj/arm64: support memory with MUL VL imm offsetJunyang Shao
35 hourscmd/asm, cmd/internal/obj/arm64: support memory with imm offset in SVEJunyang Shao
35 hourscmd/asm, cmd/internal/obj/arm64: support memory with extensions in SVEJunyang Shao
5 dayscmd/asm, cmd/internal/obj/arm64: support register with index in SVEJunyang Shao
2026-03-20cmd/internal/obj/arm64: new arm64 assembling path for SVEJunyang Shao
2026-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
2025-02-14cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru...Joel Sing
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-13cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQGuoqi Chen
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2023-05-09cmd/compile: standardize on outer-to-inner for pos listsRuss Cox
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2022-09-29cmd: fix a few function names on commentscui fliter
2022-05-11cmd/internal/obj{,/loong64}: instructions and registers for loong64Xiaodong Liu
2022-04-01cmd/asm: refactor some operands that are not special registers on arm64erifan01
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-19cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh
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-04-20cmd/compile: speed up compiling with -SJosh Bleecher Snyder
2019-09-07cmd/internal/obj: instructions and registers for RISC-VJoel Sing
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-27cmd: fix symbols addressing for aix/ppc64Clément Chigot
2018-10-23cmd/asm/internal,cmd/internal/obj/ppc64: add alignment directive to asm for p...Lynn Boger
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-05-22cmd/asm: enable AVX512isharipo
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-04-30cmd/compile: intrinsify runtime.getcallerpc on arm64Wei Xiao
2018-04-18cmd/internal/obj/arm64: refactor the extended/shifted register encoding to th...fanzha02
2018-04-09cmd/internal/obj/arm64: add assembler support for load with register offsetfanzha02
2018-04-05cmd/internal/obj: various code cleanupsDaniel Martí
2018-04-04cmd/compile: add IsStmt breakpoint info to src.licoDavid Chase
2018-03-19cmd/asm: add ARM64 assembler check for incorrect inputfanzha02
2017-11-21cmd/compile: improve debugging output for GOSSAFUNCDavid Chase
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-10-13cmd/asm: refine Go assembly for ARM64Wei Xiao
2017-10-11cmd/compile: add line numbers to values & blocks in ssa.htmlDavid Chase
2017-09-15cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr)isharipo
2017-05-06cmd/asm: fix operand order of ARM's MULA instructionBen Shi
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-06cmd/compile: add Prog cache to ProgsJosh Bleecher Snyder
2017-03-20cmd/internal/obj: remove unneeded AVARFOO opsMatthew Dempsky
2017-03-09cmd/compile: print columns (not just lines) in error messagesRobert Griesemer
2017-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky