summaryrefslogtreecommitdiff
path: root/src/cmd/cgo
Commit message (Expand)AuthorAgeFilesLines
* all: power64 is now ppc64Russ Cox2014-12-051-14/+10
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-202-91/+84
|\
| * [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-142-85/+70
| |\
| | * [dev.cc] cmd/cgo: generate only Go source filesRuss Cox2014-11-112-85/+70
| * | [dev.power64] all: merge default into dev.power64Austin Clements2014-11-031-6/+14
| |\ \ | | |/ | |/|
| | * [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-6/+14
| | |\
| | | * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+1
| | | |\
| | | * \ [dev.power64] build: merge default into dev.power64Austin Clements2014-10-222-133/+163
| | | |\ \
| | | * | | [dev.power64] cmd/cgo: add {ppc,power}64{,le} to pointer and int size mapsShenghou Ma2014-08-111-6/+14
* | | | | | cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor2014-11-101-1/+1
|/ / / / /
* | | | | cmd/cgo: avoid worklist nondeterminism.Alan Donovan2014-10-301-9/+15
|/ / / /
* | | | undo CL 156430044 / 5d69cad4faafDave Cheney2014-10-211-7/+1
* | | | cmd/cgo: disable clang's integrated assemblerDave Cheney2014-10-201-1/+7
* | | | cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan2014-09-301-0/+3
* | | | runtime: add load_g call in arm callback.Keith Randall2014-09-251-4/+4
* | | | cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-1/+15
* | | | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-0/+13
| |_|/ |/| |
* | | build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
| |/ |/|
* | cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox2014-09-031-94/+108
* | cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky2014-08-141-3/+12
* | cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky2014-08-131-34/+31
* | cmd/cgo: make C function pointers non-assignableMatthew Dempsky2014-08-122-2/+8
* | cmd/cgo: fix default alignment for empty structsMatthew Dempsky2014-08-111-0/+3
* | cmd/cgo: iterate over names in deterministic orderMatthew Dempsky2014-08-111-1/+2
|/
* cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky2014-08-061-30/+12
* cmd/cgo: fix recursive type mappingMatthew Dempsky2014-08-051-13/+44
* cmd/cgo: fix handling of defs_linux.goMatthew Dempsky2014-08-052-9/+5
* cmd/cgo: for -godefs, promote first field of anonymous unionIan Lance Taylor2014-08-051-2/+21
* undo CL 109640045 / f97fb06525e5Shenghou Ma2014-07-181-4/+2
* cmd/cgo: disable inappropriate warnings when the gcc struct is emptysnyh2014-07-181-2/+4
* src, misc: applied gofmt -s -wRobert Griesemer2014-07-161-1/+1
* cmd/cgo: for typedef of untagged struct, use typedef name in C codeIan Lance Taylor2014-06-051-0/+5
* cmd/cgo: use same Go type for typedef to anonymous structIan Lance Taylor2014-06-021-1/+11
* cmd/cgo: document the cgo types also follow Go name space rules.Shenghou Ma2014-05-311-0/+5
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-281-7/+44
* cmd/cgo: explicitly state that #cgo directives across multiple files are conc...Pietro Gagliardi2014-05-211-0/+8
* cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGETElias Naur2014-05-201-0/+12
* cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox2014-05-122-3/+15
* all: spelling tweaks, A-GRobert Hencke2014-04-291-1/+1
* cmd/cgo: for gccgo add #define to cgo_export.h for expected nameIan Lance Taylor2014-04-291-0/+14
* cmd/cgo: fix C.CString for strings containing null terminators under gccgoPeter Collingbourne2014-04-261-1/+4
* cmd/cgo: enforce typing of 0-sized typesDaniel Morsing2014-03-271-2/+5
* cmd/cgo: use __gcc_struct__ for go exported functionsAlex Brainman2013-12-101-10/+16
* cmd/cgo: fix handling of array of pointers when using clangRuss Cox2013-11-071-11/+23
* cmd/cgo: accept extra leading _ on __cgodebug_data for all object formatsRuss Cox2013-10-301-4/+8
* cmd/cgo: stop using -fno-eliminate-unused-debug-typesRuss Cox2013-10-281-7/+6
* cmd/cgo: use __typeof__, -w instead of typeof, -Wno-allRuss Cox2013-10-222-15/+15
* cmd/cgo: fix line number in an error messageRuss Cox2013-10-181-1/+11
* cmd/cgo: stop using compiler error message text to analyze C namesRuss Cox2013-10-182-145/+131
* cmd/cgo: simpler fix for issue 6506.Shenghou Ma2013-10-151-46/+9