summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* runtime: rewrite panic/defer code from C to GoIan Lance Taylor2016-11-221-4/+0
* libgo: remove old/regexp and old/templateIan Lance Taylor2016-11-181-10/+0
* runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor2016-11-181-0/+8
* runtime: replace runtime1.goc with Go and C codeIan Lance Taylor2016-11-161-5/+0
* runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor2016-11-101-7/+7
* libgo: only rebuild package if dependent .gox has changedIan Lance Taylor2016-11-011-2/+5
* libgo: minor Makefile improvementsIan Lance Taylor2016-11-011-3/+3
* libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor2016-10-301-2009/+286
* compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor2016-10-281-3/+0
* libgo: keep c0 and c1 out of runtime.incIan Lance Taylor2016-10-211-1/+1
* runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor2016-10-211-1/+0
* runtime: rewrite interface code into GoIan Lance Taylor2016-10-201-18/+0
* runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor2016-10-181-28/+0
* runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor2016-10-171-1/+1
* runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2016-10-151-1/+0
* runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor2016-10-141-2/+0
* runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor2016-10-141-1/+0
* compiler, runtime: copy string code from Go 1.7Ian Lance Taylor2016-10-121-8/+0
* runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor2016-10-121-1/+0
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor2016-10-121-0/+10
* runtime: copy print/println support from Go 1.7Ian Lance Taylor2016-10-101-1/+0
* runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor2016-10-101-1/+0
* re PR go/77809 ("_LITTLE_ENDIAN" redefined)Ian Lance Taylor2016-10-031-2/+7
* runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor2016-09-301-9/+5
* libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor2016-09-281-0/+1
* libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor2016-09-271-2/+19
* compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor2016-09-211-8/+3
* runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor2016-09-111-7/+65
* runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor2016-09-101-0/+17
* runtime: use -fgo-c-header to build C header fileIan Lance Taylor2016-08-301-12/+34
* libgo: don't have .lo depend on .lo.depIan Lance Taylor2016-08-081-155/+158
* libgo: change build procedure to use build tagsIan Lance Taylor2016-08-061-1931/+364
* libgo: update to go1.7rc3Ian Lance Taylor2016-07-221-23/+226
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-031-25/+70
* libgo: Solaris portability fixes.Ian Lance Taylor2015-11-061-2/+12
* gotest: fix handling of --goarch optionIan Lance Taylor2015-11-041-3/+3
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-311-35/+400
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor2015-09-151-1/+1
* libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor2015-09-151-0/+12
* libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor2015-09-101-0/+4
* syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor2015-08-031-0/+11
* runtime: Support -buildmode=c-shared.Ian Lance Taylor2015-04-291-2/+7
* re PR go/65616 (libgobegin.a not compiled with -fPIC)Ian Lance Taylor2015-04-241-0/+4
* re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor2015-04-071-4/+26
* re PR go/65570 (cannot find package "runtime/cgo")Ian Lance Taylor2015-03-251-1/+1
* re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc...Ian Lance Taylor2015-03-241-0/+14
* runtime: Add the Go language version information to the Version output.Ian Lance Taylor2015-01-211-1/+1
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-161-38/+0
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.Ian Lance Taylor2015-01-161-0/+4
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-151-12/+59