aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm
AgeCommit message (Expand)Author
2017-03-27cmd/internal/obj: remove prasmJosh Bleecher Snyder
2017-03-26cmd/internal/obj: eliminate Prog.ModeJosh Bleecher Snyder
2017-03-23cmd/internal/obj/arm: Fix wrong assembly in the arm assemblerBen Shi
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky
2017-03-02cmd/internal/obj/arm: improve static branch prediction for wrapper prologuePhilip Hofer
2017-02-07cmd/internal/obj: remove ATYPEMatthew Dempsky
2017-02-07cmd/internal/obj: remove Follow passCherry Zhang
2016-12-09[dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar
2016-10-25cmd/internal/obj: Use bitfield for LSym attributesshaharko
2016-10-11cmd/link: insert trampolines for too-far jumps on ARMCherry Zhang
2016-10-05runtime, cmd/internal/obj: get rid of rewindmorestackCherry Zhang
2016-09-29cmd/internal/obj/arm: cleanup some unnecessary temps and conversionsMatthew Dempsky
2016-09-29cmd/internal/obj/arm: optimize MOVW $-off(R), RCherry Zhang
2016-09-27cmd/compile: fix misaligned commentsAlberto Donizetti
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-07-20[dev.ssa] cmd/internal/obj, etc.: add and use NEGF, NEGD instructions on ARMCherry Zhang
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-14cmd/internal/obj: change Link.Flag_shared to boolMatthew Dempsky
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-03-28cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger
2016-03-21cmd/internal/obj: move Nocache helper to arm back endDave Cheney
2016-03-16cmd/internal/obj: convert Symgrow to a methodJosh Bleecher Snyder
2016-03-08cmd/internal/obj: more Optab range simplificationMatthew Dempsky
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-08cmd/internal/obj: stop using as+ALAST as an opcodeMatthew Dempsky
2016-03-06cmd/compile: use a uint8-sized named type for Addr.TypeJosh Bleecher Snyder
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23all: fix typosShawn Smith
2016-01-24cmd/asm: add test for verification of instruction encodingsRuss Cox
2016-01-24cmd/asm: simplify golden test maintenanceRuss Cox
2016-01-05cmd/internal/obj: fix PCSP table at runtime.morestack callsMatthew Dempsky
2015-12-09cmd/compile, cmd/internal/obj: ignore AUSEFIELDIan Lance Taylor
2015-11-10cmd/internal/obj/arm: access global data via GOT on arm when -dynlinkMichael Hudson-Doyle
2015-10-08cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle
2015-09-10cmd/internal/obj: map/slice literals janitoringDidier Spezia
2015-09-10cmd/internal/obj, cmd/link, runtime: a saner model for TLS on armMichael Hudson-Doyle
2015-08-31cmd/internal/obj/arm: remove CASE and BCASEDave Cheney
2015-08-23cmd/internal/obj: delete Debugzerostack dead codeJosh Bleecher Snyder
2015-07-31cmd/internal/obj/arm: fix large stack offsets on nacl/armRuss Cox
2015-07-30runtime: change arm software div/mod call sequence not to modify stackRuss Cox
2015-07-30cmd/internal/obj/arm: fix line numbers after constant poolRuss Cox
2015-07-15Revert "cmd/internal/obj: fix pc/sp information for prologue"Russ Cox
2015-07-15cmd/internal/obj: fix pc/sp information for prologueRuss Cox
2015-07-13cmd/internal/obj: rename *.out.go to a.out.goRob Pike
2015-06-11all: fix misprints in commentsAinar Garipov