tools/go/pointer
Alan Donovan b56ef30191 tools: updates for minimum Go version 1.6
Details:
- remove go1.5 "default version" labels on most files
- remove go1.6 labels on a few files
- go/loader: use conf.Cwd not "." in a couple places; update faulty
  test expectations.  (Not sure why this wasn't caught sooner.)
- go/ssa/interp: add 'mono' result to time.now intrinsic
- go/gcimporter15/bimport.go: make consistent with the version in gc
- go/ssa/interp: update test error message
- go/ssa: update a comment

The go/gcimporter15/bexport.go logic is stale and needs to be brought
up to date.  Needs a separate CL since it's tricky.

Tested on go1.6, go1.7, go1.8.

Change-Id: I841189d30e131b7c49a4e8690ea7c40b55041bae
Reviewed-on: https://go-review.googlesource.com/36540
Reviewed-by: Robert Griesemer <gri@golang.org>
2017-02-07 21:06:19 +00:00
..
testdata x/tools: s/oracle/guru/g in various comments 2016-10-13 18:54:04 +00:00
TODO go.tools/go/pointer: eliminate TODOs regarding sound treatment of unsafe.Pointer. 2014-07-08 10:11:36 -04:00
analysis.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
api.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
callgraph.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
constraint.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
doc.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
example_test.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
gen.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
hvn.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
intrinsics.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
labels.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
opt.go go/pointer: implement pointer equivalence via hash-value numbering, a pre-solver optimization. 2014-06-16 15:46:07 -04:00
pointer_test.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
print.go go/pointer: implement pointer equivalence via hash-value numbering, a pre-solver optimization. 2014-06-16 15:46:07 -04:00
reflect.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
solve.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
stdlib_test.go go/ssa: support custom TestMain functions in test packages 2016-10-19 17:50:59 +00:00
util.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00