llvm-project/llgo/third_party/gofrontend/libgo/runtime
Andrew Wilkins 6436a4abd7 [llgo] Roll gofrontend forward
Switch gofrontend to using go.googlesource.com, and
update to 81eb6a3f425b2158c67ee32c0cc973a72ce9d6be.

There are various changes required to update to the
go 1.5 runtime:

typemap.go is changed to accommodate the change in representation for equal/hash algorithms, and the removal of the zero value/type.
CMakeLists.txt is updated to add the build tree to the package search path, so internal packages, which are not installed, are found.
various files changes due to removal of __go_new_nopointers; the same change as in D11863, but with NoUnwindAttribute added to the added runtime functions which are called with "callOnly".
minor cleanups in ssa.go while investigating issues with unwinding/panic handling.

Differential Revisision: http://reviews.llvm.org/D15188

llvm-svn: 263536
2016-03-15 05:36:43 +00:00
..
arch.h
array.h
chan.goc
chan.h
cpuprof.goc
defs.h
env_posix.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
getncpu-bsd.c
getncpu-irix.c
getncpu-linux.c
getncpu-none.c
getncpu-solaris.c
go-alloc.h
go-append.c
go-assert-interface.c Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
go-assert.c
go-assert.h
go-breakpoint.c
go-byte-array-to-string.c
go-caller.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-callers.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-can-convert-interface.c Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
go-cdiv.c
go-cgo.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-check-interface.c Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
go-construct-map.c
go-convert-interface.c Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
go-copy.c
go-defer.c
go-defer.h
go-deferred-recover.c
go-eface-compare.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-eface-val-compare.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-ffi.c Roll gofrontend to 07baa07598ea; roll libffi to r219477. 2015-04-05 23:31:49 +00:00
go-ffi.h
go-fieldtrack.c
go-iface.goc
go-int-array-to-string.c
go-int-to-string.c
go-interface-compare.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-interface-eface-compare.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-interface-val-compare.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-libmain.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-main.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-make-slice.c Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
go-map-delete.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-map-index.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-map-len.c
go-map-range.c
go-matherr.c
go-memcmp.c
go-nanotime.c
go-new-map.c
go-new.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-nosys.c
go-now.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-panic.c
go-panic.h
go-print.c
go-recover.c
go-reflect-call.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-reflect-map.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-rune.c
go-runtime-error.c
go-setenv.c
go-signal.c
go-strcmp.c
go-string-to-byte-array.c
go-string-to-int-array.c
go-string.h
go-strplus.c
go-strslice.c
go-traceback.c
go-type-complex.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type-eface.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type-error.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type-float.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type-identity.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type-interface.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type-string.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-type.h [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-typedesc-equal.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-unsafe-new.c
go-unsafe-newarray.c
go-unsafe-pointer.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-unsetenv.c Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
go-unwind.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
go-varargs.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
goc2c.c
heapdump.c
interface.h
lfstack.goc [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
lock_futex.c
lock_sema.c
malloc.goc [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
malloc.h [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
map.goc
map.h
mcache.c
mcentral.c
mem.c
mem_posix_memalign.c
mfixalloc.c
mgc0.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
mgc0.h
mheap.c
mprof.goc [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
msize.c
netpoll.goc Roll gofrontend to a6e10414311a 2015-04-05 23:30:42 +00:00
netpoll_epoll.c
netpoll_kqueue.c
netpoll_select.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
netpoll_stub.c
panic.c
parfor.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
print.c
proc.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
rdebug.goc
reflect.goc
rtems-task-variable-add.c
runtime.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
runtime.h [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
runtime1.goc [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
sema.goc
signal_unix.c [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
signal_unix.h
sigqueue.goc [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
string.goc
thread-linux.c
thread-sema.c
thread.c
time.goc Roll gofrontend to 07baa07598ea; roll libffi to r219477. 2015-04-05 23:31:49 +00:00
yield.c