| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/internal/obj/arm: check illegal base registers in ARM instructions | Ben Shi | 2017-06-30 | 1 | -0/+26 |
| * | cmd/internal/obj/arm64: fix assemble LDXP bug | fanzha02 | 2017-06-30 | 2 | -0/+507 |
| * | cmd/internal/obj/arm: fix wrong encoding of MULBB | Ben Shi | 2017-06-23 | 1 | -1/+1 |
| * | cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBS | Ben Shi | 2017-06-23 | 3 | -6/+394 |
| * | cmd/internal/obj/arm: fix MOVW to/from FPSR | Ben Shi | 2017-06-13 | 3 | -15/+94 |
| * | cmd/internal/obj/arm: fix encoding of move register/immediate to CPSR | Ben Shi | 2017-06-09 | 1 | -1/+30 |
| * | cmd/internal/obj/arm: fix constant decomposition | Ben Shi | 2017-06-05 | 1 | -0/+117 |
| * | cmd/asm/internal/asm: fix a bug in ARM assembly encoding test | Ben Shi | 2017-05-25 | 2 | -10/+56 |
| * | cmd/internal/obj/arm: fix illegal forms of ARM VFP instruction | Ben Shi | 2017-05-25 | 2 | -1/+14 |
| * | cmd/internal/obj/arm: report invalid .S/.P/.W suffix in ARM instructions | Ben Shi | 2017-05-22 | 3 | -13/+27 |
| * | cmd/internal/obj/arm: remove illegal form of the SWI instruction | Ben Shi | 2017-05-18 | 1 | -11/+38 |
| * | cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions | Cherry Zhang | 2017-05-16 | 1 | -7/+15 |
| * | cmd/internal/obj/arm64, cmd/compile: improve offset folding on ARM64 | Cherry Zhang | 2017-05-09 | 1 | -0/+54 |
| * | cmd/asm: enable MOVSD in the encoding end-to-end test | Damien Lespiau | 2017-05-07 | 1 | -12/+12 |
| * | cmd/asm: fix operand order of ARM's MULA instruction | Ben Shi | 2017-05-06 | 2 | -4/+6 |
| * | cmd/{asm,compile}: avoid zeroAuto clobbering flags on s390x | Michael Munday | 2017-05-02 | 1 | -3/+9 |
| * | cmd/internal/obj/x86: fix ANDPS encoding | Damien Lespiau | 2017-05-01 | 1 | -8/+8 |
| * | cmd/asm: enable CMPPS, CMPPD, CMPSS and CMPSD encoding tests | Damien Lespiau | 2017-05-01 | 1 | -32/+32 |
| * | cmd/internal/obj/arm64: fix encoding of condition | Wei Xiao | 2017-04-27 | 1 | -8/+10 |
| * | cmd/internal/obj/x86: fix adcb r/mem8,reg8 encoding | Damien Lespiau | 2017-04-26 | 1 | -4/+4 |
| * | cmd: fix the order that s390x operands are printed in | Michael Munday | 2017-04-25 | 3 | -108/+76 |
| * | cmd/internal/obj: eliminate LSym.Version | Josh Bleecher Snyder | 2017-04-20 | 1 | -4/+8 |
| * | cmd/compile: add rotates to PPC64.rules | Lynn Boger | 2017-04-20 | 1 | -0/+20 |
| * | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky | 2017-04-19 | 4 | -7/+10 |
| * | cmd/internal/obj: un-embed FuncInfo field in LSym | Matthew Dempsky | 2017-04-18 | 1 | -1/+1 |
| * | cmd/asm: detect invalid DS form offsets for ppc64x | Lynn Boger | 2017-04-17 | 1 | -4/+4 |
| * | cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions | Michael Munday | 2017-04-17 | 1 | -0/+3 |
| * | cmd/compile: move Text.From.Sym initialization earlier | Josh Bleecher Snyder | 2017-04-12 | 1 | -2/+2 |
| * | cmd/internal/obj: stop storing Text flags in From3 | Josh Bleecher Snyder | 2017-04-12 | 11 | -16/+35 |
| * | runtime: use hardware divider to improve performance | Ben Shi | 2017-04-11 | 1 | -0/+7 |
| * | cmd/internal/obj: refactor ATEXT symbol initialization | Josh Bleecher Snyder | 2017-04-11 | 1 | -0/+1 |
| * | cmd/internal/obj: eagerly initialize assemblers | Josh Bleecher Snyder | 2017-04-07 | 3 | -2/+3 |
| * | cmd/internal/obj: remove Linklookup | Josh Bleecher Snyder | 2017-04-06 | 1 | -4/+4 |
| * | cmd/internal/obj/arm64: fix encoding of AND MBCON | Cherry Zhang | 2017-04-06 | 1 | -0/+9 |
| * | cmd/compile: add Prog cache to Progs | Josh Bleecher Snyder | 2017-04-06 | 2 | -3/+3 |
| * | cmd/asm/internal/arch: use generic obj.Rconv function everywhere | Dave Cheney | 2017-03-31 | 1 | -4/+4 |
| * | cmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7 instructions | Ben Shi | 2017-03-30 | 2 | -2/+22 |
| * | cmd/asm: add support to shift operands on arm64 | wei xiao | 2017-03-27 | 2 | -12/+38 |
| * | cmd/internal/obj: eagerly initialize x86 assembler | Josh Bleecher Snyder | 2017-03-25 | 1 | -0/+2 |
| * | cmd/asm: fix TBZ/TBNZ instructions on arm64 | wei xiao | 2017-03-24 | 3 | -0/+16 |
| * | cmd/internal/obj/arm: Fix wrong assembly in the arm assembler | Ben Shi | 2017-03-23 | 1 | -0/+664 |
| * | cmd/internal/obj: convert Debug* Link fields into bools | Josh Bleecher Snyder | 2017-03-20 | 1 | -1/+1 |
| * | cmd/compile, cmd/asm: remove Link.Plists | Heschi Kreinick | 2017-03-01 | 2 | -7/+8 |
| * | cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions | Michael Munday | 2017-02-10 | 2 | -18/+4 |
| * | cmd/asm, cmd/internal/obj/ppc64: Add ISA 2.05, 2.06 and 2.07 instructions. | Carlos Eduardo Seo | 2017-02-09 | 1 | -2/+29 |
| * | cmd/asm, cmd/internal/obj/s390x: fix encoding of VREPI{H,F,G} | Michael Munday | 2017-02-01 | 1 | -0/+6 |
| * | [dev.inline] cmd/internal/src: introduce compact source position representation | Robert Griesemer | 2017-01-09 | 1 | -2/+2 |
| * | [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos | Robert Griesemer | 2017-01-09 | 10 | -98/+92 |
| * | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar | 2016-12-09 | 1 | -20/+20 |
| * | [dev.inline] cmd/internal/obj: use src.Pos in obj.Prog | David Lazar | 2016-12-09 | 1 | -5/+6 |