| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl... | Chris Manghane | 2014-10-15 | 3 | -0/+31 |
* | cmd/ld: do not assume that only pe section names start with '.' | Alex Brainman | 2014-10-11 | 3 | -0/+31 |
* | misc/cgo/test: add Test8517 | Alex Brainman | 2014-10-09 | 4 | -0/+83 |
* | runtime: fix _cgo_allocate(0) | Russ Cox | 2014-10-07 | 2 | -0/+17 |
* | misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2 | Russ Cox | 2014-10-03 | 1 | -0/+4 |
* | cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. | Alan Donovan | 2014-09-30 | 1 | -0/+5 |
* | cgo: adjust return value location to account for stack copies. | Keith Randall | 2014-09-25 | 3 | -48/+111 |
* | debug/dwarf: correct name for clang-generated complex type | Russ Cox | 2014-09-24 | 2 | -0/+33 |
* | cmd/go: prohibit C sources files unless using cgo | Russ Cox | 2014-09-24 | 4 | -61/+1 |
* | runtime: keep g->syscallsp consistent after cgo->Go callbacks | Hector Martin Cantero | 2014-09-24 | 2 | -0/+100 |
* | runtime: remove untyped allocation of ParFor | Russ Cox | 2014-09-16 | 5 | -0/+107 |
* | runtime: get rid of other Go->C calls in test exports. | Keith Randall | 2014-09-06 | 2 | -14/+16 |
* | runtime: use reflect.call during panic instead of newstackcall | Russ Cox | 2014-09-05 | 2 | -0/+4 |
* | misc/cgo/test: make issue5548 test pickier | Russ Cox | 2014-09-05 | 1 | -4/+5 |
* | runtime: refactor/fix asmcgocall/asmcgocall_errno | Russ Cox | 2014-09-04 | 1 | -2/+7 |
* | cmd/cgo, runtime: write cgo stub wrappers in Go, not C | Russ Cox | 2014-09-03 | 1 | -3/+4 |
* | misc/cgo/test: disable issue 8428 regress test on darwin | Matthew Dempsky | 2014-08-28 | 1 | -0/+4 |
* | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky | 2014-08-27 | 2 | -0/+37 |
* | cmd/cgo, debug/dwarf: fix translation of zero-size arrays | Matthew Dempsky | 2014-08-13 | 1 | -0/+48 |
* | cmd/cgo: fix default alignment for empty structs | Matthew Dempsky | 2014-08-11 | 2 | -0/+32 |
* | cmd/go: pass --build-id=none when generating a cgo .o | Ian Lance Taylor | 2014-08-07 | 2 | -2/+80 |
* | cmd/cgo: fix recursive type mapping | Matthew Dempsky | 2014-08-05 | 1 | -0/+27 |
* | undo CL 109640045 / f97fb06525e5 | Shenghou Ma | 2014-07-18 | 1 | -18/+0 |
* | cmd/cgo: disable inappropriate warnings when the gcc struct is empty | snyh | 2014-07-18 | 1 | -0/+18 |
* | cmd/cgo: for typedef of untagged struct, use typedef name in C code | Ian Lance Taylor | 2014-06-05 | 1 | -0/+31 |
* | cmd/cgo: use same Go type for typedef to anonymous struct | Ian Lance Taylor | 2014-06-02 | 3 | -0/+35 |
* | cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable | Russ Cox | 2014-05-28 | 1 | -0/+51 |
* | cmd/cgo: omit misaligned struct fields, like we omit bitfields | Russ Cox | 2014-05-12 | 2 | -0/+45 |
* | cmd/gc: disable link-time copying of un-Go-initialized globals | Russ Cox | 2014-05-09 | 2 | -0/+26 |
* | misc/cgo/test/backdoor: add gccgo version of backdoor function | Ian Lance Taylor | 2014-04-26 | 1 | -0/+11 |
* | test: demo for issue 7695 | Russ Cox | 2014-04-16 | 3 | -0/+35 |
* | cmd/ld: fix bug with "runtime/cgo" in external link mode | Ian Lance Taylor | 2014-01-30 | 1 | -0/+21 |
* | runtime: co-exist with NPTL's pthread_cancel. | Rowan Worth | 2014-01-09 | 3 | -0/+67 |
* | cmd/cgo: use __gcc_struct__ for go exported functions | Alex Brainman | 2013-12-10 | 3 | -0/+38 |
* | cmd/cgo: stop using compiler error message text to analyze C names | Russ Cox | 2013-10-18 | 2 | -0/+94 |
* | cmd/cgo: fix Xcode 5 incompatibility for #defined expressions | Russ Cox | 2013-10-15 | 1 | -0/+20 |
* | misc/cgo/test: cut out non-standard functions | Russ Cox | 2013-10-15 | 1 | -17/+0 |
* | misc/cgo/test: fix build (define prototype for alloca) | Russ Cox | 2013-10-15 | 1 | -0/+1 |
* | cmd/cgo: work around bug in clang debug info for builtins like memset | Russ Cox | 2013-10-15 | 1 | -0/+52 |
* | misc/cgo/test: fix C panic test to work with gccgo | Ian Lance Taylor | 2013-10-11 | 3 | -14/+38 |
* | runtime/cgo: mark callback functions as NOSPLIT | Ian Lance Taylor | 2013-10-09 | 3 | -0/+29 |
* | debug/dwarf: handle surprising clang encoding | Russ Cox | 2013-10-09 | 1 | -0/+22 |
* | cmd/go: fix missing __mingw_fprintf symbol for cgo on windows | Shenghou Ma | 2013-09-19 | 2 | -0/+33 |
* | cmd/ld: handle duplicate static symbols in COFF and Mach-O files. | Shenghou Ma | 2013-09-18 | 3 | -0/+33 |
* | cmd/cgo: fix build (missing file from earlier CL) | Russ Cox | 2013-09-16 | 1 | -0/+23 |
* | cmd/cgo: allow C.malloc(0) always | Russ Cox | 2013-09-16 | 1 | -0/+1 |
* | misc/cgo/test: test of issue 4339 | Russ Cox | 2013-09-11 | 4 | -0/+44 |
* | cgo: enable cgo on dragonfly | Aulus Egnatius Varialus | 2013-09-04 | 1 | -1/+1 |
* | cmd/cgo: Add support for C function pointers | Alberto Garc?a Hierro | 2013-08-13 | 2 | -0/+51 |
* | runtime: Use old reflect.call implementation from cgo. | Keith Randall | 2013-08-05 | 1 | -1/+0 |