]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/Makefile.in
i386: Add clear_ratio to processor_costs
[thirdparty/gcc.git] / libgo / Makefile.in
2019-09-12  ian libgo: update to Go1.13
2019-09-10  ian libgo: Solaris and x/sys/cpu compatibility fixes
2019-09-09  ian libgo: only build x/sys/cpu/cpu_gccgo.c on x86...
2019-09-06  ian libgo: update to Go 1.13beta1 release
2019-08-28  ian runtime: move osinit to Go
2019-08-27  ian libgo: rebuild runtime.inc if mkruntimeinc.sh changes
2019-06-24  ian compiler: use builtin memcmp directly
2019-06-21  ian compiler: open code string slice expressions
2019-05-31  ian runtime: drop unused C type reflection code
2019-05-31  ian runtime: implement cheaper context switch on Linux...
2019-05-08  ian runtime: use builtin memmove directly
2019-02-28  ian libgo: fix go_export extraction on Darwin
2019-02-27  ian PR go/89172
2019-02-01  ian libgo: add configury and sysinfo support for hurd
2019-02-01  ian runtime, sync: use __atomic intrinsics instead...
2019-01-21  ian libgo: fix building, and some testing, on Solaris
2019-01-18  ian libgo: update to Go1.12beta2
2018-10-31  ian PR bootstrap/82856
2018-09-25  ian internal/bytealg, internal/cpu, internal/poll:...
2018-09-24  ian libgo: update to Go 1.11
2018-05-09  ian go/build, cmd/go: update to match recent changes...
2018-05-02  ian libgo: refactor code to enumerate stdlib packages
2018-03-16  ian libgo: add runtime/pprof/internal/profile.gox to...
2018-03-09  iancommit ce28919112dbb234366816ab39ce060ad45e8ca9
2018-02-01  ian math: adjust compilation flags, use them when testing
2018-01-19  ian mksysinfo: use rlimit64 if available when we use...
2018-01-17  ian libgo: update to Go1.10beta2 release
2018-01-14  ian go/types: implement SizesFor for gccgo
2018-01-10  ian exp: remove exp/proxy and exp/terminal packages
2018-01-09  ian libgo: update to Go1.10beta1
2017-12-06  ian libgo: remove -fplan9-extensions from CFLAGS
2017-11-21  ian libgo: fix makefile buglet
2017-11-14  ian libgo: adapt Solaris 12 references
2017-11-06  ian libgo: pass flags to recursive make
2017-09-22  ian debug/xcoff,cmd: add XCOFF support
2017-09-20  ian libgo: fix build when using -enable-static=no
2017-09-14  ian libgo: update to go1.9
2017-07-18  ian PR go/81451
2017-07-14  ian libgo: don't copy semt into runtime.inc
2017-05-31  ian libgo: support for sparc64 GNU/Linux
2017-05-17  ian libgo: add "vendor" to pkgpath for vendored standar...
2017-05-10  ianBig merge of changes to gofrontend repo that were postp...
2017-01-20  ian runtime, testing/internal/testdeps: fixes for cgo
2017-01-16  ian libgo: correct golang_org Makefile variables not...
2017-01-14  ian libgo: update to Go 1.8 release candidate 1
2017-01-10  ian compiler, runtime: drop size arguments to hash...
2017-01-06  ian PR go/78978
2016-12-13  ian libgo: fixes for Solaris build
2016-12-08  ian runtime: copy memory hash code from Go 1.7
2016-11-22  ian runtime: rewrite panic/defer code from C to Go
2016-11-18  ian libgo: remove old/regexp and old/template
2016-11-18  ian runtime, reflect: rewrite Go to FFI type conversion...
2016-11-16  ian runtime: replace runtime1.goc with Go and C code
2016-11-10  ian runtime: copy signal code from Go 1.7 runtime
2016-11-01  ian libgo: only rebuild package if dependent .gox has...
2016-11-01  ian libgo: minor Makefile improvements
2016-10-30  ian libgo: eliminate a lot of duplication in Makefile.am
2016-10-28  ian compiler, runtime: copy slice code from Go 1.7...
2016-10-21  ian libgo: keep c0 and c1 out of runtime.inc
2016-10-21  ian runtime: copy lfstack code from Go 1.7 runtime
2016-10-20  ian runtime: rewrite interface code into Go
2016-10-18  ian runtime: copy netpoll code from Go 1.7 runtime
2016-10-17  ian runtime: copy rdebug code from Go 1.7 runtime
2016-10-15  ian runtime: copy runtime package time code from Go 1.7
2016-10-14  ian runtime: copy mprof code from Go 1.7 runtime
2016-10-14  ian runtime: copy cpuprof code from Go 1.7 runtime
2016-10-12  ian compiler, runtime: copy string code from Go 1.7
2016-10-12  ian runtime: copy Go 1.7 runtime semaphore code
2016-10-12  ian syscall, internal/syscall/unix: Fix getrandom,...
2016-10-10  ian runtime: copy print/println support from Go 1.7
2016-10-10  ian runtime: copy channel code from Go 1.7 runtime
2016-10-03  ian PR go/77809
2016-09-30  ian runtime: copy internal locking code from Go 1.7...
2016-09-28  ian libgo: fix for runtime/check failure with "-O0 -g"
2016-09-27  ian libgo: separate mksysinfo inputs into separate...
2016-09-21  ian compiler, runtime: replace hashmap code with Go...
2016-09-11  ian runtime/internal/sys: new package, API copied from...
2016-09-10  ian runtime/internal/atomic: new package, API copied...
2016-08-30  ian runtime: use -fgo-c-header to build C header file
2016-08-08  ian libgo: don't have .lo depend on .lo.dep
2016-08-06  ian libgo: change build procedure to use build tags
2016-07-22  ian libgo: update to go1.7rc3
2016-02-03  ian libgo: Update to go1.6rc1.
2015-11-06  ian libgo: Solaris portability fixes.
2015-11-04  ian gotest: fix handling of --goarch option
2015-10-31  ian runtime: Remove now unnecessary pad field from...
2015-09-15  ian libgo: If compiler can split-stack and linker can...
2015-09-15  ian libgo: don't provide ustat on arm64 GNU/Linux
2015-09-10  ian libgo: Use stat_atim.go on Solaris 12+
2015-08-03  ian syscall: RawSockaddr fix for ppc64, ppc64le
2015-04-29  ianruntime: Support -buildmode=c-shared.
2015-04-24  ian PR go/65616
2015-04-07  ian PR go/63731
2015-03-25  ian PR go/65570
2015-03-24  ian PR go/65462
2015-01-21  ianruntime: Add the Go language version information to...
2015-01-16  iancompiler, reflect, runtime: Use static chain for closures.
2015-01-16  iannet: Restore earlier Solaris-specific version of setKee...
2015-01-15  ianlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-06  ianlibgo: Add sources for go, cgo, and gofmt commands.
next