• Keith Randall's avatar
    [dev.ssa] cmd/internal/ssa: Handle more instructions + some cleanup · cfc2aa56
    Keith Randall authored
    Add & as an input op.  Add several output ops (loads & stores, TESTB,
    LEAQglobal, branches, memcopy)
    
    Some other small things:
    - Add exprAddr to builder to generate addresses of expressions.  Use it in
      various places that had ad-hoc code.
    - Separate out nil & bounds check generation to separate functions.
    - Add explicit FP and SP ops so we dont need specialized *FP and *SP opcodes.
    - Fix fallthrough at end of functions with no return values.
    - rematerialization of more opcodes.
    
    Change-Id: I781decfcef9770fb15f0cd6b061547f7824a2d5e
    Reviewed-on: https://go-review.googlesource.com/10213Reviewed-by: 's avatarAlan Donovan <adonovan@google.com>
    cfc2aa56
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...