1. 28 Jan, 2015 1 commit
  2. 24 Jan, 2015 1 commit
    • Rob Pike's avatar
      [dev.cc] cmd/asm: changes to get identical output as new6a · 89162307
      Rob Pike authored
      Fix up a couple of minor things pointed out in the last review.
      Also:
      
      1. If the symbol starts with center dot, prefix the name with "".
      2. If there is no locals size specified, use ArgsSizeUnknown (sic).
      3. Do not emit a history point at the start of a macro invocation,
      since we do not pop it at the end, behavior consistent with the
      old code.
      
      With these changes, old and new assemblers produce identical
      output at least for my simple test case, so that provides a verifiable
      check for future cleanups.
      
      Change-Id: Iaa91d8e453109824b4be44321ec5e828f39f0299
      Reviewed-on: https://go-review.googlesource.com/3242Reviewed-by: default avatarRuss Cox <rsc@golang.org>
      89162307
  3. 23 Jan, 2015 5 commits
  4. 22 Jan, 2015 1 commit
  5. 21 Jan, 2015 18 commits
  6. 19 Jan, 2015 14 commits