aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo
AgeCommit message (Expand)Author
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-08-04all: remove support for LLVM 13Ayke van Laethem
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-07-04cgo: add a check that we don't use different LLVM versionsAyke van Laethem
2022-07-04cgo: fix default LLVM version to LLVM 14Ayke van Laethem
2022-05-07all: remove support for LLVM 11 and LLVM 12Ayke van Laethem
2022-05-06cgo: refactorAyke van Laethem
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-03-12cgo: slightly improve error messagesAyke van Laethem
2022-03-12Update libclang installation comment to libclang-13-devZauberNerd
2022-03-11Fix LLVM build constraintsElliott Sales de Andrade
2022-02-12loader: only add Clang header path for CGoAyke van Laethem
2022-01-23Switch default to llvm13Federico G. Schwindt
2022-01-12feat: support build on darwin arm64 (#2439)Pure White
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-12-28builder: use build ID as cache keyAyke van Laethem
2021-11-30all: add LLVM 12 supportAyke van Laethem
2021-11-24cgo: add support for C.CString and related functionsAyke van Laethem
2021-11-24cgo: simplify construction of in-memory ASTAyke van Laethem
2021-11-24cgo: add //go: pragmas to generated functions and globalsAyke van Laethem
2021-11-04cgo: run CGo parser for all CGo fragments in a fileAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2021-09-29cgo: implement rudimentary C array decayingAyke van Laethem
2021-09-28builder, cgo: support function definitions in CGo headersAyke van Laethem
2021-09-28cgo: fix line/column reporting in syntax error messagesAyke van Laethem
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-09-27all: fix staticcheck warningsAyke van Laethem
2021-09-09cgo: don't normalize CGo tests anymoreAyke van Laethem
2021-05-21cgo: implement prefix parsingAyke van Laethem
2021-05-21cgo: parse binary operatorsAyke van Laethem
2021-05-21cgo: create skeleton of a Pratt parserAyke van Laethem
2021-04-06cgo: add support for CFLAGS in .c filesAyke van Laethem
2021-03-21builder, compiler: compile and cache packages in parallelAyke van Laethem
2021-03-09all: replace strings.Replace with strings.ReplaceAllAyke van Laethem
2021-03-04all: remove support for LLVM 9Ayke van Laethem
2021-02-19Add support for Go 1.16.Elliott Sales de Andrade
2021-02-11cgo: add support for variadic functionsAyke van Laethem
2021-01-19main: use LLVM 11 by default when linking LLVM dynamicallyAyke van Laethem
2020-10-13main: add initial support for (in-development) LLVM 11Ayke van Laethem
2020-06-08cgo: use scanner.Error in libclangAyke van Laethem
2020-05-21cgo: Add LDFlags supportLucas Teske
2020-04-12cgo: normalize test resultsElliott Sales de Andrade
2020-04-09main: switch to LLVM 10Ayke van Laethem
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-03-17cgo: make -I and -L paths absoluteAyke van Laethem
2020-01-03cgo: fix a bug in number tokenizationAyke van Laethem
2020-01-03cgo: add support for symbolsAyke van Laethem
2019-12-29Add initial FreeBSD supportDmitri Goutnik
2019-12-08cgo: don't run tests in parallelAyke van Laethem