aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/util.go
AgeCommit message (Expand)Author
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
2017-03-03cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar
2017-03-01cmd/compile: fix disassembly of invalid instructionsKeith Randall
2017-02-28cmd/internal/obj: remove unused Getcallerpc functionMatthew Dempsky
2017-02-07cmd/internal/obj: remove ATYPEMatthew Dempsky
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-12-09[dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar
2016-12-09[dev.inline] cmd/internal/obj: use src.Pos in obj.ProgDavid Lazar
2016-11-08cmd/internal/obj/mips: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-24cmd/internal/obj: drop Addr's Gotype fieldMatthew Dempsky
2016-09-17cmd/internal/obj: remove ACHECKNILMatthew Dempsky
2016-09-17cmd/internal/obj: replace AGLOBL with (*Link).GloblMatthew Dempsky
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-19cmd/internal/obj: update Bool2int to the form optimized by the compilerBrad Fitzpatrick
2016-08-16cmd/internal/obj: add opcode space safety checkJosh Bleecher Snyder
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang