aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-2/+0
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor1-1/+0
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor1-8/+0
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-1/+0
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor1-0/+10
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor1-1/+0
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-1/+0
2016-10-03re PR go/77809 ("_LITTLE_ENDIAN" redefined)Ian Lance Taylor1-2/+7
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-9/+5
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor1-0/+1
2016-09-27libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor1-2/+19
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-8/+3
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor1-7/+65
2016-09-10runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor1-0/+17
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-12/+34
2016-08-08libgo: don't have .lo depend on .lo.depIan Lance Taylor1-155/+158
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor1-1931/+364
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-23/+226
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-25/+70
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-2/+12
2015-11-04gotest: fix handling of --goarch optionIan Lance Taylor1-3/+3
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-35/+400
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor1-1/+1
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor1-0/+12
2015-09-10libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor1-0/+4
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor1-0/+11
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-2/+7
2015-04-24re PR go/65616 (libgobegin.a not compiled with -fPIC)Ian Lance Taylor1-0/+4
2015-04-07re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor1-4/+26
2015-03-25re PR go/65570 (cannot find package "runtime/cgo")Ian Lance Taylor1-1/+1
2015-03-24re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc...Ian Lance Taylor1-0/+14
2015-01-21runtime: Add the Go language version information to the Version output.Ian Lance Taylor1-1/+1
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-38/+0
2015-01-16net: Restore earlier Solaris-specific version of setKeepAlivePeriod.Ian Lance Taylor1-0/+4
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-12/+59
2015-01-06libgo: Add sources for go, cgo, and gofmt commands.Ian Lance Taylor1-0/+2
2014-12-17mksysinfo: Pass -O to compiler to avoid warnings on CentOS.Ian Lance Taylor1-1/+1
2014-12-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeIan Lance Taylor1-6/+6
2014-11-14runtime: set library name based on compiler nameIan Lance Taylor1-5/+25
2014-11-04libgo: add s390 supportIan Lance Taylor1-0/+15
2014-11-03runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...Ian Lance Taylor1-1/+1
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-0/+8
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-20/+24
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-5/+4
2014-07-11runtime: Rename iface.goc to go-iface.goc.Ian Lance Taylor1-1/+1
2014-07-01runtime: introduce build targets for running benchmarksIan Lance Taylor1-0/+6
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-4/+25
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-2/+19
2014-05-29runtime: add the --without-libatomic configure optionIan Lance Taylor1-2/+3
2014-05-01runtime: ask $GOC rather than $CC for the version and multi-os-directoryIan Lance Taylor1-1/+1