aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor1-43/+6
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor1-7/+6
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor1-5/+8
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-1/+10
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-40/+3
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor1-48/+12
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-0/+5
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-7/+1
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-19/+9
2016-11-01libgo: only rebuild package if dependent .gox has changedIan Lance Taylor1-2/+5
2016-11-01libgo: minor Makefile improvementsIan Lance Taylor1-3/+3
2016-10-30libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor1-2061/+291
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-44/+16
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor1-1/+1
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-4/+2
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-133/+11
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-66/+17
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-3/+2
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor1-4/+1
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-21/+10
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor1-5/+3
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor1-80/+12
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-3/+1
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor1-18/+25
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor1-10/+1
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-5/+3
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-53/+33
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-82/+42
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor1-11/+79
2016-09-10runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor1-0/+18
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-1673/+388
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-48/+208
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-26/+58
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-3/+6
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-38/+348
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor1-1/+2
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor1-159/+230
2015-09-10libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor1-1/+2
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor1-0/+5
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-4/+31
2015-04-24re PR go/65616 (libgobegin.a not compiled with -fPIC)Ian Lance Taylor1-13/+32
2015-04-07re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor1-27/+63
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-17/+31