1. 31 Mar, 2018 2 commits
    • Daniel Martí's avatar
      cmd/compile/internal/ssa: add initial README · ec60e4a0
      Daniel Martí authored
      This is the first version of an introductory document that should help
      developers who want to get started with this package.
      
      I recently started poking around this part of the compiler, and was
      confused by a few basic ideas such as memory arguments. I also hadn't
      heard about GOSSAFUNC until another developer pointed it out. Both of
      those are essential if one wants to do any non-trivial work here.
      
      This document can of course be expanded with more pointers and tips to
      better understand this package's code and behavior. Its intent is not to
      cover all of its features; but it should be enough for most developers
      to start playing with it without extensive compiler experience.
      
      Change-Id: Ifd2d047fbd038ab50f4625a15c4d49932b42fd66
      Reviewed-on: https://go-review.googlesource.com/99715Reviewed-by: default avatarJosh Bleecher Snyder <josharian@gmail.com>
      ec60e4a0
    • Meng Zhuo's avatar
      internal/cpu: update arm64 cpu features · 8a525b8e
      Meng Zhuo authored
      Follow the Linux Kernel 4.15
      Add Arm64 minimalFeatures test
      
      Change-Id: I1c092521ba59b1e4096c27786fa0464f9ef7d311
      Reviewed-on: https://go-review.googlesource.com/103636
      Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
      8a525b8e
  2. 30 Mar, 2018 13 commits
  3. 29 Mar, 2018 18 commits
  4. 28 Mar, 2018 7 commits