| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.debug] cmd/compile: better DWARF with optimizations ondev.debug | Heschi Kreinick | 2017-07-27 | 5 | -57/+187 |
| * | cmd/internal/obj/arm: check illegal base registers in ARM instructions | Ben Shi | 2017-06-30 | 1 | -0/+21 |
| * | cmd/internal/obj/arm64: fix assemble LDXP bug | fanzha02 | 2017-06-30 | 1 | -3/+3 |
| * | 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 | 1 | -1/+4 |
| * | runtime: restore arm assembly stubs for div/mod | Keith Randall | 2017-06-15 | 1 | -4/+4 |
| * | runtime: remove unused arm assembly for div/mod | Keith Randall | 2017-06-14 | 1 | -2/+2 |
| * | cmd/internal/obj/arm: fix MOVW to/from FPSR | Ben Shi | 2017-06-13 | 1 | -4/+4 |
| * | cmd/internal/obj/arm: fix encoding of move register/immediate to CPSR | Ben Shi | 2017-06-09 | 1 | -2/+2 |
| * | cmd/internal/obj/arm: don't split instructions on NaCl | Cherry Zhang | 2017-06-07 | 1 | -5/+9 |
| * | cmd/internal/obj/ppc64: fix MOVFL REG, CONST | Ian Lance Taylor | 2017-06-05 | 1 | -1/+1 |
| * | cmd/internal/obj/arm: fix constant decomposition | Ben Shi | 2017-06-05 | 1 | -1/+10 |
| * | cmd/internal/obj/arm: fix illegal forms of ARM VFP instruction | Ben Shi | 2017-05-25 | 1 | -11/+24 |
| * | cmd/internal/obj/arm: report invalid .S/.P/.W suffix in ARM instructions | Ben Shi | 2017-05-22 | 1 | -12/+64 |
| * | cmd/compile: output DWARF lexical blocks for local variables | Alessandro Arzilli | 2017-05-18 | 4 | -21/+40 |
| * | cmd/internal/obj/arm: remove illegal form of the SWI instruction | Ben Shi | 2017-05-18 | 1 | -1/+0 |
| * | cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions | Cherry Zhang | 2017-05-16 | 4 | -9/+18 |
| * | cmd/internal/obj: continue to optimize ARM's constant pool | Ben Shi | 2017-05-11 | 3 | -24/+95 |
| * | cmd/internal/obj, cmd/link: fix st_other field on PPC64 | Ian Lance Taylor | 2017-05-09 | 2 | -0/+8 |
| * | cmd/internal/obj/arm64, cmd/compile: improve offset folding on ARM64 | Cherry Zhang | 2017-05-09 | 3 | -127/+268 |
| * | cmd/asm: fix operand order of ARM's MULA instruction | Ben Shi | 2017-05-06 | 2 | -7/+5 |
| * | cmd/internal/obj/ppc64, cmd/link/internal/ppc64: Change function alignment to 16 | Carlos Eduardo Seo | 2017-05-05 | 1 | -1/+1 |
| * | cmd/{asm,compile}: avoid zeroAuto clobbering flags on s390x | Michael Munday | 2017-05-02 | 1 | -83/+53 |
| * | cmd/internal/obj: fix LSym.Type during compilation, not linking | Josh Bleecher Snyder | 2017-05-02 | 3 | -3/+18 |
| * | cmd/internal/obj/x86: use LEAx rather than ADDx when calling DUFFxxxx via GOT | Michael Hudson-Doyle | 2017-05-01 | 1 | -6/+7 |
| * | cmd/internal/obj/x86: fix ANDPS encoding | Damien Lespiau | 2017-05-01 | 1 | -1/+1 |
| * | cmd/internal/objabi: shrink SymType down to a uint8 | Michael Hudson-Doyle | 2017-04-28 | 1 | -1/+1 |
| * | cmd/internal: remove SymKind values that are only checked for, never set | Michael Hudson-Doyle | 2017-04-28 | 4 | -12/+1 |
| * | cmd/internal/obj: ARM, use immediates instead of constant pool entries | Keith Randall | 2017-04-27 | 3 | -5/+78 |
| * | cmd/internal/obj/arm64: fix encoding of condition | Wei Xiao | 2017-04-27 | 1 | -4/+21 |
| * | cmd/compile: add initial backend concurrency support | Josh Bleecher Snyder | 2017-04-27 | 2 | -0/+4 |
| * | cmd/internal/obj/x86: fix adcb r/mem8,reg8 encoding | Damien Lespiau | 2017-04-26 | 1 | -1/+1 |
| * | cmd/internal/obj/ppc64: use MOVDU to update stack reg for leaf functions wher... | Lynn Boger | 2017-04-26 | 1 | -3/+4 |
| * | cmd/internal: fix bug getting wrong indicator in DRconv() | Fangming.Fang | 2017-04-26 | 1 | -3/+4 |
| * | cmd/internal/obj/x86: port the doasm comment to go | Damien Lespiau | 2017-04-25 | 1 | -21/+19 |
| * | cmd: fix the order that s390x operands are printed in | Michael Munday | 2017-04-25 | 1 | -64/+63 |
| * | cmd/internal/obj/arm: use new form of MOVW introduced in ARMv7 | Ben Shi | 2017-04-25 | 1 | -3/+30 |
| * | cmd/internal/obj: eliminate LSym.Version | Josh Bleecher Snyder | 2017-04-20 | 15 | -87/+101 |
| * | cmd/internal/obj/x86: fix relocation offset for VEX encoded instructions | Ilya Tocar | 2017-04-20 | 2 | -1/+111 |
| * | cmd/compile: add rotates to PPC64.rules | Lynn Boger | 2017-04-20 | 3 | -21/+33 |
| * | cmd/internal/obj: split Link.hash into version 0 and 1 | Josh Bleecher Snyder | 2017-04-20 | 3 | -12/+18 |
| * | cmd/internal/obj: remove unused obj.Linksymfmt | Dave Cheney | 2017-04-19 | 1 | -7/+0 |
| * | cmd/internal/obj/s390x: delete unused REGZERO constant | Michael Munday | 2017-04-19 | 1 | -1/+0 |
| * | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky | 2017-04-19 | 26 | -1099/+231 |
| * | cmd/internal/obj: un-embed FuncInfo field in LSym | Matthew Dempsky | 2017-04-18 | 18 | -161/+160 |
| * | cmd/internal/obj: unexport Link.Hash | Josh Bleecher Snyder | 2017-04-18 | 3 | -5/+5 |
| * | cmd/internal/obj: rework gclocals handling | Josh Bleecher Snyder | 2017-04-18 | 2 | -0/+11 |
| * | cmd/asm: detect invalid DS form offsets for ppc64x | Lynn Boger | 2017-04-17 | 1 | -15/+64 |
| * | cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions | Michael Munday | 2017-04-17 | 3 | -2/+18 |
| * | cmd/internal/obj: unify Setuintxx and WriteInt | Josh Bleecher Snyder | 2017-04-17 | 1 | -23/+0 |