aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/testing/benchmark_test.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-0/+24
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-10/+11
This does not yet include support for the //go:embed directive added in this release. * Makefile.am (check-runtime): Don't create check-runtime-dir. (mostlyclean-local): Don't remove check-runtime-dir. (check-go-tool, check-vet): Copy in go.mod and modules.txt. (check-cgo-test, check-carchive-test): Add go.mod file. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280172
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-40/+82
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-0/+2
This upgrades all of libgo other than the runtime package to the Go 1.4 release. In Go 1.4 much of the runtime was rewritten into Go. Merging that code will take more time and will not change the API, so I'm putting it off for now. There are a few runtime changes anyhow, to accomodate other packages that rely on minor modifications to the runtime support. The compiler changes slightly to add a one-bit flag to each type descriptor kind that is stored directly in an interface, which for gccgo is currently only pointer types. Another one-bit flag (gcprog) is reserved because it is used by the gc compiler, but gccgo does not currently use it. There is another error check in the compiler since I ran across it during testing. gotools/: * Makefile.am (go_cmd_go_files): Sort entries. Add generate.go. * Makefile.in: Rebuild. From-SVN: r219627
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-1/+0
From-SVN: r212837
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-0/+54
The next revision, 19185, renames several runtime files, and will be handled in a separate change. From-SVN: r211328
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-0/+58
From-SVN: r204466