aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/gcc.go
AgeCommit message (Expand)Author
2022-12-19[release-branch.go1.18] cmd/cgo: allow DW_TAG_variable's with no nameAlex Brachet
2022-12-01[release-branch.go1.18] cmd/cgo: recognize clang 14 DWARF type namesDmitri Goutnik
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-07cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky
2021-09-22cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur
2021-09-16cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-04-05cmd/cgo: pass end position info for C function arguments.wolf1996
2021-02-24cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCCYunQiang Su
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-09-16cmd/cgo: don't translate bitfields into Go fieldsIan Lance Taylor
2020-08-27cmd/cgo: ensure GCC does not use ANSI escape sequences in errorsBenjamin Barenblat
2020-06-11cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2020-05-01cmd/cgo: "not-type" means "is not a type", not "is a type"Matthew Dempsky
2020-05-01cmd/cgo: use type aliases for #define type macrosMatthew Dempsky
2020-04-14cmd/cgo: use consistent tag for a particular structIan Lance Taylor
2020-04-13cmd/cgo: fix parameter name in godoc comment for badPointerTypedefTobias Klauser
2020-03-30cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser
2019-10-05cmd/cgo: build unique C type cache keys from parent namesTai
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-07-12cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor
2019-07-09cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr
2019-06-24cmd/cgo: fix inappropriate array copykawakami
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-03-19cmd/cgo: accept __uint8_t as the uint8_t typeIan Lance Taylor
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-03-13cmd: always allow bigtoc generation with gcc on aix/ppc64Clément Chigot
2019-03-07cmd/cgo: use explicit type for arg with bad pointer typedefIan Lance Taylor
2019-03-06cmd/cgo: simplify and fix handling of untyped constantsRémy Oudompheng
2019-02-04cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor
2018-12-22cmd/cgo: don't let inserted /*line*/ become a // commentIan Lance Taylor
2018-12-19cmd/cgo: ensure the command passed to run retains a trailing dashIan Lance Taylor
2018-12-15cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur
2018-12-12cmd/cgo: set correct column for user-written codeIan Lance Taylor
2018-12-11cmd/cgo: don't cache bad pointer typedefsIan Lance Taylor
2018-12-11cmd/cgo: preserve type information across loadDWARF loopIan Lance Taylor
2018-12-10cmd/cgo: don't pass CGO_CFLAGS -g options to debug info generationIan Lance Taylor
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-12-05cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka
2018-12-03cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-29cmd/cgo: use field alignment when setting field offsetIan Lance Taylor
2018-11-29cmd/cgo: recognize untyped constants defined in different filesIan Lance Taylor
2018-11-16cmd/cgo: recognized untyped Go constants as untyped constantsIan Lance Taylor
2018-11-16cmd/cgo: fix comment grammarIan Lance Taylor
2018-11-02cmd/cgo: accept expressions as untyped constantsIan Lance Taylor