index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
obj
/
arm
/
asm5.go
Age
Commit message (
Expand
)
Author
2017-06-23
cmd/internal/obj/arm: fix wrong encoding of MULBB
Ben Shi
2017-06-23
cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBS
Ben Shi
2017-06-15
runtime: restore arm assembly stubs for div/mod
Keith Randall
2017-06-13
cmd/internal/obj/arm: fix MOVW to/from FPSR
Ben Shi
2017-06-09
cmd/internal/obj/arm: fix encoding of move register/immediate to CPSR
Ben Shi
2017-06-07
cmd/internal/obj/arm: don't split instructions on NaCl
Cherry Zhang
2017-06-05
cmd/internal/obj/arm: fix constant decomposition
Ben Shi
2017-05-25
cmd/internal/obj/arm: fix illegal forms of ARM VFP instruction
Ben Shi
2017-05-22
cmd/internal/obj/arm: report invalid .S/.P/.W suffix in ARM instructions
Ben Shi
2017-05-18
cmd/internal/obj/arm: remove illegal form of the SWI instruction
Ben Shi
2017-05-11
cmd/internal/obj: continue to optimize ARM's constant pool
Ben Shi
2017-05-06
cmd/asm: fix operand order of ARM's MULA instruction
Ben Shi
2017-04-27
cmd/internal/obj: ARM, use immediates instead of constant pool entries
Keith Randall
2017-04-25
cmd/internal/obj/arm: use new form of MOVW introduced in ARMv7
Ben Shi
2017-04-20
cmd/internal/obj: eliminate LSym.Version
Josh Bleecher Snyder
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky
2017-04-18
cmd/internal/obj: un-embed FuncInfo field in LSym
Matthew Dempsky
2017-04-11
runtime: use hardware divider to improve performance
Ben Shi
2017-04-10
cmd/internal/obj/arm: make assembler concurrency-safe
Josh Bleecher Snyder
2017-04-07
cmd/internal/obj: remove timing prints from assemblers
Josh Bleecher Snyder
2017-04-07
cmd/internal/obj: eagerly initialize assemblers
Josh Bleecher Snyder
2017-04-06
cmd/internal/obj: remove Linklookup
Josh Bleecher Snyder
2017-04-06
cmd/compile: teach assemblers to accept a Prog allocator
Josh Bleecher Snyder
2017-03-30
cmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7 instructions
Ben Shi
2017-03-27
cmd/internal/obj: eliminate Curp
Josh Bleecher Snyder
2017-03-27
cmd/internal/obj: remove prasm
Josh Bleecher Snyder
2017-03-23
cmd/internal/obj/arm: Fix wrong assembly in the arm assembler
Ben Shi
2017-03-20
cmd/internal/obj: convert Debug* Link fields into bools
Josh Bleecher Snyder
2017-03-06
cmd/internal/obj: remove AUSEFIELD pseudo-op
Matthew Dempsky
2017-02-07
cmd/internal/obj: remove ATYPE
Matthew Dempsky
2016-12-09
[dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos
David Lazar
2016-09-29
cmd/internal/obj/arm: cleanup some unnecessary temps and conversions
Matthew Dempsky
2016-09-29
cmd/internal/obj/arm: optimize MOVW $-off(R), R
Cherry Zhang
2016-09-27
cmd/compile: fix misaligned comments
Alberto Donizetti
2016-09-09
cmd: use obj.GOOS, obj.GOARCH, etc
David Crawshaw
2016-08-29
all: fix obsolete inferno-os links
Emmanuel Odeke
2016-08-25
cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf
Dave Cheney
2016-08-16
cmd/internal/obj: convert Aconv to a stringer
Michael Pratt
2016-07-20
[dev.ssa] cmd/internal/obj, etc.: add and use NEGF, NEGD instructions on ARM
Cherry Zhang
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-04-14
cmd/internal/obj: change Link.Flag_shared to bool
Matthew Dempsky
2016-03-21
cmd/internal/obj: move Nocache helper to arm back end
Dave Cheney
2016-03-16
cmd/internal/obj: convert Symgrow to a method
Josh Bleecher Snyder
2016-03-08
cmd/internal/obj: more Optab range simplification
Matthew Dempsky
2016-03-08
cmd/internal/obj: add As type for assembly opcodes
Matthew Dempsky
2016-03-08
cmd/internal/obj: stop using as+ALAST as an opcode
Matthew Dempsky
2016-03-06
cmd/compile: use a uint8-sized named type for Addr.Type
Josh Bleecher Snyder
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-24
cmd/asm: add test for verification of instruction encodings
Russ Cox
2016-01-24
cmd/asm: simplify golden test maintenance
Russ Cox
[next]